-
-
Notifications
You must be signed in to change notification settings - Fork 161
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.79
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.80
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 10 files changed
- 1 contributor
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for edd88d3 - Browse repository at this point
Copy the full SHA edd88d3View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78f2d81 - Browse repository at this point
Copy the full SHA 78f2d81View commit details
Commits on Feb 10, 2024
-
Ignore incompatible_msrv clippy lint
warning: current MSRV (Minimum Supported Rust Version) is `1.39.0` but this item is stable since `1.65.0` --> src/fmt.rs:48:58 | 48 | if let BacktraceStatus::Captured = backtrace.status() { | ^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv = note: `#[warn(clippy::incompatible_msrv)]` on by default warning: current MSRV (Minimum Supported Rust Version) is `1.39.0` but this item is stable since `1.52.0` --> src/lib.rs:680:41 | 680 | let fmt_arguments_as_str = args.as_str(); | ^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
Configuration menu - View commit details
-
Copy full SHA for fefbcbc - Browse repository at this point
Copy the full SHA fefbcbcView commit details -
Ignore incompatible_msrv clippy false positives in test
rust-lang/rust-clippy#12257 warning: current MSRV (Minimum Supported Rust Version) is `1.39.0` but this item is stable since `1.64.0` --> tests/test_macros.rs:64:39 | 64 | future::ready(anyhow!("...")).await; | ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv = note: `-W clippy::incompatible-msrv` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::incompatible_msrv)]` warning: current MSRV (Minimum Supported Rust Version) is `1.39.0` but this item is stable since `1.48.0` --> tests/test_macros.rs:64:9 | 64 | future::ready(anyhow!("...")).await; | ^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv warning: current MSRV (Minimum Supported Rust Version) is `1.39.0` but this item is stable since `1.64.0` --> tests/test_macros.rs:72:59 | 72 | future::ready(anyhow!(message(Cell::new("...")))).await; | ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv warning: current MSRV (Minimum Supported Rust Version) is `1.39.0` but this item is stable since `1.48.0` --> tests/test_macros.rs:72:9 | 72 | future::ready(anyhow!(message(Cell::new("...")))).await; | ^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
Configuration menu - View commit details
-
Copy full SHA for f885a13 - Browse repository at this point
Copy the full SHA f885a13View commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e4f86b - Browse repository at this point
Copy the full SHA 6e4f86bView commit details -
Work around prelude redundant import warnings
rust-lang/rust#117772 warning: the item `String` is imported redundantly --> src/ensure.rs:2:5 | 2 | use alloc::string::String; | ^^^^^^^^^^^^^^^^^^^^^ | ::: nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `String` is already defined here | = note: `#[warn(unused_imports)]` on by default warning: the item `Box` is imported redundantly --> src/error.rs:7:5 | 7 | use alloc::boxed::Box; | ^^^^^^^^^^^^^^^^^ | ::: nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `Box` is already defined here warning: the item `Box` is imported redundantly --> src/ptr.rs:1:5 | 1 | use alloc::boxed::Box; | ^^^^^^^^^^^^^^^^^ | ::: nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `Box` is already defined here
Configuration menu - View commit details
-
Copy full SHA for dfc7bc0 - Browse repository at this point
Copy the full SHA dfc7bc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5443719 - Browse repository at this point
Copy the full SHA 5443719View 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.79...1.0.80