-
-
Notifications
You must be signed in to change notification settings - Fork 150
Comparing changes
Open a pull request
base repository: dtolnay/anyhow
base: 1.0.81
head repository: dtolnay/anyhow
compare: 1.0.82
- 17 commits
- 8 files changed
- 1 contributor
Commits on Mar 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ad81c2 - Browse repository at this point
Copy the full SHA 8ad81c2View commit details -
This formerly used to be the oldest version supported by the backtrace crate, but is no longer significant.
Configuration menu - View commit details
-
Copy full SHA for 2b7d969 - Browse repository at this point
Copy the full SHA 2b7d969View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe5fb2f - Browse repository at this point
Copy the full SHA fe5fb2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7dbd53 - Browse repository at this point
Copy the full SHA d7dbd53View commit details -
These don't build unless you use a specially crafted lockfile. error: package `memchr v2.7.1` cannot be built because it requires rustc 1.61 or newer, while the currently active rustc version is 1.60.0 error: package `addr2line v0.21.0` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.61.0 error: package `addr2line v0.21.0` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.62.1 error: package `addr2line v0.21.0` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.63.0 error: package `addr2line v0.21.0` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.64.0
Configuration menu - View commit details
-
Copy full SHA for e18826b - Browse repository at this point
Copy the full SHA e18826bView commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7676a69 - Browse repository at this point
Copy the full SHA 7676a69View commit details -
Merge pull request #357 from dtolnay/transparent
Remove conditional on repr(transparent)
Configuration menu - View commit details
-
Copy full SHA for b3ceb70 - Browse repository at this point
Copy the full SHA b3ceb70View commit details
Commits on Mar 24, 2024
-
warning: fields `x` and `y` are never read --> tests/test_ensure.rs:467:13 | 466 | pub struct Point { | ----- fields in this struct 467 | pub x: i32, | ^ 468 | pub y: i32, | ^ | = note: `Point` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
Configuration menu - View commit details
-
Copy full SHA for 45e5a58 - Browse repository at this point
Copy the full SHA 45e5a58View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f84a37 - Browse repository at this point
Copy the full SHA 9f84a37View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 939db01 - Browse repository at this point
Copy the full SHA 939db01View commit details -
Merge pull request #358 from dtolnay/workspacewrapper
Apply RUSTC_WORKSPACE_WRAPPER
Configuration menu - View commit details
-
Copy full SHA for 7a4cac5 - Browse repository at this point
Copy the full SHA 7a4cac5View commit details -
Explicitly install a Rust toolchain for cargo-outdated job
Debugging a recent cargo-outdated bug, it would have been nice not to wonder whether a rustc version change in GitHub's runner image was a contributing factor.
Configuration menu - View commit details
-
Copy full SHA for 028cbee - Browse repository at this point
Copy the full SHA 028cbeeView commit details
Commits on Mar 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2c4db9 - Browse repository at this point
Copy the full SHA f2c4db9View commit details
Commits on Apr 8, 2024
-
Revert "Temporarily disable miri on doctests"
This reverts commit 9f84a37.
Configuration menu - View commit details
-
Copy full SHA for bebc7a2 - Browse repository at this point
Copy the full SHA bebc7a2View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c5af1db - Browse repository at this point
Copy the full SHA c5af1dbView commit details -
Merge pull request #360 from dtolnay/docensure
Make ensure's doc comment apply to the cfg(not(doc)) macro too
Configuration menu - View commit details
-
Copy full SHA for 47a4fbf - Browse repository at this point
Copy the full SHA 47a4fbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 074bdea - Browse repository at this point
Copy the full SHA 074bdeaView commit details
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.81...1.0.82