-
-
Notifications
You must be signed in to change notification settings - Fork 162
Comparing changes
Open a pull request
base repository: dtolnay/anyhow
base: 1.0.76
head repository: dtolnay/anyhow
compare: 1.0.77
- 16 commits
- 10 files changed
- 2 contributors
Commits on Jan 18, 2023
-
Enable backtrace support for >= 1.65 stable compilers
The `std::backtrace` APIs relevant for this crate were stabilized in 1.65. This commit makes anyhow use those API if possible. `std::backtrace` is preferred over the `backtrace` crate, so for 1.65+ compilers, enabling the `backtrace` crate feature does nothing essentially. Previously, when a nightly compiler was used, use of `std::backtrace` as well as the Provider API was enabled. This commit separates those two APIs such that `std::backtrace` is used for nightly OR 1.65+ stable compilers; and the Provider API is used for nightly compilers only.
Configuration menu - View commit details
-
Copy full SHA for 49eeec1 - Browse repository at this point
Copy the full SHA 49eeec1View commit details
Commits on Dec 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b91db55 - Browse repository at this point
Copy the full SHA b91db55View commit details -
Merge pull request #330 from dtolnay/bootstrap
Rerun build script on RUSTC_BOOTSTRAP change
Configuration menu - View commit details
-
Copy full SHA for 5121cd2 - Browse repository at this point
Copy the full SHA 5121cd2View commit details
Commits on Dec 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d6acd22 - Browse repository at this point
Copy the full SHA d6acd22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b79af8 - Browse repository at this point
Copy the full SHA 2b79af8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53d6076 - Browse repository at this point
Copy the full SHA 53d6076View commit details -
Merge pull request #331 from dtolnay/backtrace
Separate cfgs for Backtrace vs Error::provide
Configuration menu - View commit details
-
Copy full SHA for cf66194 - Browse repository at this point
Copy the full SHA cf66194View commit details -
Configuration menu - View commit details
-
Copy full SHA for df47705 - Browse repository at this point
Copy the full SHA df47705View commit details -
Merge pull request #332 from dtolnay/stdbacktrace
Rename `cfg(backtrace)` -> `cfg(std_backtrace)`
Configuration menu - View commit details
-
Copy full SHA for 53109e6 - Browse repository at this point
Copy the full SHA 53109e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a5f7c8 - Browse repository at this point
Copy the full SHA 1a5f7c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad30865 - Browse repository at this point
Copy the full SHA ad30865View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26b0a26 - Browse repository at this point
Copy the full SHA 26b0a26View commit details -
Merge pull request #333 from dtolnay/stablebacktrace
Turn on cfg(std_backtrace) on new enough stable rustc
Configuration menu - View commit details
-
Copy full SHA for 43f4af0 - Browse repository at this point
Copy the full SHA 43f4af0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 684c231 - Browse repository at this point
Copy the full SHA 684c231View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6ac995 - Browse repository at this point
Copy the full SHA b6ac995View commit details -
Configuration menu - View commit details
-
Copy full SHA for 199c625 - Browse repository at this point
Copy the full SHA 199c625View 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.76...1.0.77