-
-
Notifications
You must be signed in to change notification settings - Fork 159
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: dtolnay/anyhow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.58
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/anyhow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.60
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 8 files changed
- 2 contributors
Commits on Jun 29, 2022
-
Use dtolnay/rust-toolchain's miri toolchain
This defaults to components miri + rust-src.
Configuration menu - View commit details
-
Copy full SHA for a3a2f08 - Browse repository at this point
Copy the full SHA a3a2f08View commit details
Commits on Jul 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9054599 - Browse repository at this point
Copy the full SHA 9054599View commit details -
Ignore explicit_auto_deref clippy lint
error: deref which would be done by auto-deref --> src/error.rs:961:9 | 961 | &**self | ^^^^^^^ help: try this: `self` | = note: `-D clippy::explicit-auto-deref` implied by `-D clippy::all` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref error: deref which would be done by auto-deref --> src/error.rs:968:9 | 968 | &**self | ^^^^^^^ help: try this: `self` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
Configuration menu - View commit details
-
Copy full SHA for 38c883b - Browse repository at this point
Copy the full SHA 38c883bView commit details
Commits on Jul 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ffb25df - Browse repository at this point
Copy the full SHA ffb25dfView commit details
Commits on Jul 24, 2022
-
Disable backtrace test on miri
Starting in the most recent release of miri, the build.rs probe fails to build even on nightly toolchain with one of the following errors: error: miri can only run programs that have a main function error: the current sysroot was built without `-Zalways-encode-mir`, or libcore seems missing. Use `cargo miri setup` to prepare a sysroot that is suitable for Miri. which causes anyhow::Error's backtrace() inherent method to not exist. error[E0658]: use of unstable library feature 'backtrace' --> tests/test_backtrace.rs:20:19 | 20 | let _ = error.backtrace(); | ^^^^^^^^^ | = note: see issue 53487 <rust-lang/rust#53487> for more information = help: add `#![feature(backtrace)]` to the crate attributes to enable
Configuration menu - View commit details
-
Copy full SHA for 8d25d6b - Browse repository at this point
Copy the full SHA 8d25d6bView commit details
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 13e7a90 - Browse repository at this point
Copy the full SHA 13e7a90View commit details
Commits on Jul 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b594668 - Browse repository at this point
Copy the full SHA b594668View commit details
Commits on Jul 30, 2022
-
Ignore assertions_on_result_states clippy lint
error: called `assert!` with `Result::is_ok` --> tests/test_macros.rs:29:5 | 29 | assert!(f().is_ok()); | ^^^^^^^^^^^^^^^^^^^^ help: replace with: `f().unwrap()` | = note: `-D clippy::assertions-on-result-states` implied by `-D clippy::all` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_result_states error: called `assert!` with `Result::is_ok` --> tests/test_macros.rs:36:5 | 36 | assert!(f().is_ok()); | ^^^^^^^^^^^^^^^^^^^^ help: replace with: `f().unwrap()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_result_states error: called `assert!` with `Result::is_err` --> tests/test_macros.rs:42:5 | 42 | assert!(f().is_err()); | ^^^^^^^^^^^^^^^^^^^^^ help: replace with: `f().unwrap_err()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_result_states error: called `assert!` with `Result::is_err` --> tests/test_downcast.rs:122:5 | 122 | assert!(error.downcast::<&str>().is_err()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace with: `error.downcast::<&str>().unwrap_err()` | = note: `-D clippy::assertions-on-result-states` implied by `-D clippy::all` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_result_states
Configuration menu - View commit details
-
Copy full SHA for c0e7854 - Browse repository at this point
Copy the full SHA c0e7854View commit details
Commits on Aug 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8f268ac - Browse repository at this point
Copy the full SHA 8f268acView commit details -
Configuration menu - View commit details
-
Copy full SHA for f58e803 - Browse repository at this point
Copy the full SHA f58e803View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb9fb18 - Browse repository at this point
Copy the full SHA fb9fb18View commit details
Commits on Aug 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for db32585 - Browse repository at this point
Copy the full SHA db32585View commit details
Commits on Aug 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 822a4ed - Browse repository at this point
Copy the full SHA 822a4edView commit details -
Configuration menu - View commit details
-
Copy full SHA for da28e88 - Browse repository at this point
Copy the full SHA da28e88View commit details -
Merge pull request #249 from RalfJung/rustc-target
propagate --target to rustc invocation
Configuration menu - View commit details
-
Copy full SHA for 29c72c5 - Browse repository at this point
Copy the full SHA 29c72c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f8012 - Browse repository at this point
Copy the full SHA 08f8012View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.0.58...1.0.60