-
-
Notifications
You must be signed in to change notification settings - Fork 156
Comparing changes
Open a pull request
base repository: dtolnay/anyhow
base: 1.0.72
head repository: dtolnay/anyhow
compare: 1.0.75
- 12 commits
- 9 files changed
- 2 contributors
Commits on Jul 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a1f510e - Browse repository at this point
Copy the full SHA a1f510eView commit details
Commits on Jul 23, 2023
-
Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"
Fixed in nightly-2023-07-23. This reverts commit a1f510e.
Configuration menu - View commit details
-
Copy full SHA for 7fc0c07 - Browse repository at this point
Copy the full SHA 7fc0c07View commit details
Commits on Aug 12, 2023
-
Ignore ignored_unit_patterns pedantic clippy lint in test suite
warning: matching over `()` is more explicit --> tests/test_ensure.rs:710:34 | 710 | let test = || Ok(ensure!(for _ in iter::once(()) {} != ())); | ^ help: use `()` instead of `_`: `()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ignored_unit_patterns = note: `-W clippy::ignored-unit-patterns` implied by `-W clippy::pedantic`
Configuration menu - View commit details
-
Copy full SHA for 496b958 - Browse repository at this point
Copy the full SHA 496b958View commit details
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 31c8dff - Browse repository at this point
Copy the full SHA 31c8dffView commit details -
Merge pull request #319 from dtolnay/errorprovide
Update to nightly's new Error::provide API
Configuration menu - View commit details
-
Copy full SHA for 8cf1d15 - Browse repository at this point
Copy the full SHA 8cf1d15View commit details -
Configuration menu - View commit details
-
Copy full SHA for e471b2b - Browse repository at this point
Copy the full SHA e471b2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 663c663 - Browse repository at this point
Copy the full SHA 663c663View commit details -
Merge pull request #320 from RalfJung/bootstrap
don't run build probes in rustc bootstrap
Configuration menu - View commit details
-
Copy full SHA for 61d8676 - Browse repository at this point
Copy the full SHA 61d8676View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0798a9a - Browse repository at this point
Copy the full SHA 0798a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbade7d - Browse repository at this point
Copy the full SHA cbade7dView commit details
Commits on Aug 17, 2023
-
Work around ridiculous rust-analyzer behavior
As far as I can tell there is still no way to keep it from autoimporting the private macros and enum variants here: anyhow::__private::format, anyhow::__private::Err.
Configuration menu - View commit details
-
Copy full SHA for 238223a - Browse repository at this point
Copy the full SHA 238223aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6485cae - Browse repository at this point
Copy the full SHA 6485caeView 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.72...1.0.75