-
-
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: 1.0.63
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: 1.0.65
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 9 files changed
- 2 contributors
Commits on Jul 31, 2024
-
Work around new dead code warning in test
warning: struct `StructTransparentGeneric` is never constructed --> tests/test_generics.rs:161:12 | 161 | pub struct StructTransparentGeneric<E>(E); | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by defaultConfiguration menu - View commit details
-
Copy full SHA for 00b3c14 - Browse repository at this point
Copy the full SHA 00b3c14View commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab5b5e3 - Browse repository at this point
Copy the full SHA ab5b5e3View commit details
Commits on Sep 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae1f47e - Browse repository at this point
Copy the full SHA ae1f47eView commit details -
Merge pull request #322 from oxalica/feat/mark-auto-derived
Mark `#[automatically_derived]` for generated impls
Configuration menu - View commit details
-
Copy full SHA for 023f036 - Browse repository at this point
Copy the full SHA 023f036View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84484bc - Browse repository at this point
Copy the full SHA 84484bcView commit details
Commits on Oct 6, 2024
-
Ignore needless_lifetimes clippy lint
warning: the following explicit lifetimes could be elided: 'a --> tests/test_display.rs:152:14 | 152 | impl<'a> Display for Msg<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `-W clippy::needless-lifetimes` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::needless_lifetimes)]` help: elide the lifetimes | 152 - impl<'a> Display for Msg<'a> { 152 + impl Display for Msg<'_> { |Configuration menu - View commit details
-
Copy full SHA for 1b15d6e - Browse repository at this point
Copy the full SHA 1b15d6eView commit details -
Resolve extra_unused_lifetimes clippy lint
warning: this lifetime isn't used in the impl --> src/aserror.rs:46:6 | 46 | impl<'a, T: Error + 'a> Sealed for T {} | ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes = note: `-W clippy::extra-unused-lifetimes` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::extra_unused_lifetimes)]`Configuration menu - View commit details
-
Copy full SHA for a72ea77 - Browse repository at this point
Copy the full SHA a72ea77View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f563b1d - Browse repository at this point
Copy the full SHA f563b1dView commit details -
Merge pull request #325 from dtolnay/outdir
Clean up dep-info files from OUT_DIR
Configuration menu - View commit details
-
Copy full SHA for 3309b37 - Browse repository at this point
Copy the full SHA 3309b37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5088592 - Browse repository at this point
Copy the full SHA 5088592View 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 1.0.63...1.0.65