-
-
Notifications
You must be signed in to change notification settings - Fork 203
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/thiserror
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.17
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/thiserror
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.18
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 10 files changed
- 2 contributors
Commits on Oct 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2bef834 - Browse repository at this point
Copy the full SHA 2bef834View commit details
Commits on Oct 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a11f211 - Browse repository at this point
Copy the full SHA a11f211View commit details -
Resolve manual_let_else clippy lint in build script
warning: this could be rewritten as `let...else` --> build.rs:80:5 | 80 | / let rustc = match rustc { 81 | | Some(rustc) => rustc, 82 | | None => return, 83 | | }; | |______^ help: consider writing: `let Some(rustc) = rustc else { return };` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_let_else = note: `-W clippy::manual-let-else` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::manual_let_else)]`Configuration menu - View commit details
-
Copy full SHA for 7ba0ec3 - Browse repository at this point
Copy the full SHA 7ba0ec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b181f - Browse repository at this point
Copy the full SHA 91b181fView commit details
Commits on Nov 2, 2025
-
Update name of empty_enum clippy lint
warning: lint `clippy::empty_enum` has been renamed to `clippy::empty_enums` --> tests/test_display.rs:183:13 | 183 | #[allow(clippy::empty_enum)] | ^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::empty_enums` | = note: `#[warn(renamed_and_removed_lints)]` on by defaultConfiguration menu - View commit details
-
Copy full SHA for 247eab5 - Browse repository at this point
Copy the full SHA 247eab5View commit details
Commits on Nov 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ec50561 - Browse repository at this point
Copy the full SHA ec50561View commit details
Commits on Dec 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 386aac1 - Browse repository at this point
Copy the full SHA 386aac1View commit details
Commits on Dec 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 45e5388 - Browse repository at this point
Copy the full SHA 45e5388View commit details
Commits on Jan 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 21653d1 - Browse repository at this point
Copy the full SHA 21653d1View commit details -
error[E0453]: allow(clippy::needless_lifetimes) incompatible with previous forbid --> tests/test_lints.rs:52:14 | 50 | #![forbid(clippy::needless_lifetimes)] | -------------------------- `forbid` level set here 51 | 52 | #[derive(Error, Debug)] | ^^^^^ overruled by previous forbid | = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)Configuration menu - View commit details
-
Copy full SHA for 995939c - Browse repository at this point
Copy the full SHA 995939cView commit details -
Merge pull request #443 from LucaCappelletti94/master
Made clippy lifetime allows conditional
Configuration menu - View commit details
-
Copy full SHA for 3c33bc6 - Browse repository at this point
Copy the full SHA 3c33bc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0275292 - Browse repository at this point
Copy the full SHA 0275292View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc0f6a2 - Browse repository at this point
Copy the full SHA dc0f6a2View 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 2.0.17...2.0.18