-
-
Notifications
You must be signed in to change notification settings - Fork 176
Comparing changes
Open a pull request
base repository: dtolnay/thiserror
Uh oh!
< 8000 p class="color-fg-muted my-2 mb-2 ws-normal">There was an error while loading. Please reload this page.
base: 1.0.65
head repository: dtolnay/thiserror
compare: 1.0.66
- 11 commits
- 9 files changed
- 1 contributor
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 010c2d8 - Browse repository at this point
Copy the full SHA 010c2d8View commit details -
Merge pull request #326 from dtolnay/sealed
Seal the private AsDisplay trait
Configuration menu - View commit details
-
Copy full SHA for 003a89f - Browse repository at this point
Copy the full SHA 003a89fView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d3edf9 - Browse repository at this point
Copy the full SHA 5d3edf9View commit details -
Merge pull request #327 from dtolnay/literal
Improve error on malformed format attribute
Configuration menu - View commit details
-
Copy full SHA for bb30f2e - Browse repository at this point
Copy the full SHA bb30f2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e2bef9 - Browse repository at this point
Copy the full SHA 0e2bef9View commit details -
Resolve uninlined_format_args pedantic clippy lint in build script
warning: variables can be used directly in the `format!` string --> build.rs:140:9 | 140 | / eprintln!( 141 | | "Environment variable ${} is not set during execution of build script", 142 | | key, 143 | | ); | |_________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args = note: `-W clippy::uninlined-format-args` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::uninlined_format_args)]`
Configuration menu - View commit details
-
Copy full SHA for 8fb92ff - Browse repository at this point
Copy the full SHA 8fb92ffView commit details -
10000
Raise minimum compiler for test suite to rust 1.70
With 1.61: error: package `indexmap v2.6.0` cannot be built because it requires rustc 1.63 or newer, while the currently active rustc version is 1.61.0 With 1.63: error: package `toml_datetime v0.6.8` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.63.0 With 1.65: error: package `trybuild v1.0.101` cannot be built because it requires rustc 1.70 or newer, while the currently active rustc version is 1.65.0 Either upgrade to rustc 1.70 or newer, or use cargo update -p trybuild@1.0.101 --precise ver where `ver` is the latest version of `trybuild` supporting rustc 1.65.0
Configuration menu - View commit details
-
Copy full SHA for 51a5e4c - Browse repository at this point
Copy the full SHA 51a5e4cView commit details -
Merge pull request #329 from dtolnay/up
Raise required compiler to rust 1.61
Configuration menu - View commit details
-
Copy full SHA for a9a6c98 - Browse repository at this point
Copy the full SHA a9a6c98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d79a90 - Browse repository at this point
Copy the full SHA 3d79a90View commit details -
Merge pull request #328 from dtolnay/peekend
Use peek2(End) instead of fork/advance_to
Configuration menu - View commit details
-
Copy full SHA for e2e9da3 - Browse repository at this point
Copy the full SHA e2e9da3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1a8254 - Browse repository at this point
Copy the full SHA d1a8254View 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.65...1.0.66