-
-
Notifications
You must be signed in to change notification settings - Fork 181
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.31
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.32
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 12 files changed
- 1 contributor
Commits on May 1, 2022
-
Ignore type_repetition_in_bounds/trait_duplication_in_bounds clippy f…
…alse positive rust-lang/rust-clippy#8771 error: this type has already been used as a bound predicate --> impl/src/generics.rs:60:61 | 60 | pub fn insert(&mut self, ty: impl ToTokens, bound: impl ToTokens) { | ^^^^^^^^ | = note: `-D clippy::type-repetition-in-bounds` implied by `-D clippy::pedantic` = help: consider combining the bounds: `impl ToTokens: ToTokens + ToTokens` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_repetition_in_bounds error: this trait bound is already specified in the where clause --> impl/src/generics.rs:60:39 | 60 | pub fn insert(&mut self, ty: impl ToTokens, bound: impl ToTokens) { | ^^^^^^^^ | = note: `-D clippy::trait-duplication-in-bounds` implied by `-D clippy::pedantic` = help: consider removing this trait bound = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trait_duplication_in_bounds
Configuration menu - View commit details
-
Copy full SHA for d5fa929 - Browse repository at this point
Copy the full SHA d5fa929View commit details
Commits on May 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6195232 - Browse repository at this point
Copy the full SHA 6195232View commit details
Commits on May 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 305b57a - Browse repository at this point
Copy the full SHA 305b57aView commit details
Commits on Jun 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 829ed49 - Browse repository at this point
Copy the full SHA 829ed49View commit details
Commits on Jun 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 799b3d3 - Browse repository at this point
Copy the full SHA 799b3d3View commit details
Commits on Jun 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e82ff36 - Browse repository at this point
Copy the full SHA e82ff36View commit details
Commits on Jun 29, 2022
-
Use dtolnay/rust-toolchain's miri toolchain
This defaults to components miri + rust-src.
Configuration menu - View commit details
-
Copy full SHA for d2f761f - Browse repository at this point
Copy the full SHA d2f761fView commit details
Commits on Jul 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b338fe6 - Browse repository at this point
Copy the full SHA b338fe6View commit details -
Ignore manual_find clippy lint
error: manual implementation of `Iterator::find` --> impl/src/prop.rs:76:5 | 76 | / for field in fields { 77 | | if field.attrs.from.is_some() { 78 | | return Some(field); 79 | | } 80 | | } 81 | | None | |________^ help: replace with an iterator: `fields.iter().find(|&field| field.attrs.from.is_some())` | = note: `-D clippy::manual-find` implied by `-D clippy::all` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_find error: manual implementation of `Iterator::find` --> impl/src/prop.rs:105:5 | 105 | / for field in fields { 106 | | if field.is_backtrace() { 107 | | return Some(field); 108 | | } 109 | | } 110 | | None | |________^ help: replace with an iterator: `fields.iter().find(|&field| field.is_backtrace())` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_find
Configuration menu - View commit details
-
Copy full SHA for f09771e - Browse repository at this point
Copy the full SHA f09771eView commit details
Commits on Jul 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 24db929 - Browse repository at this point
Copy the full SHA 24db929View commit details
Commits on Aug 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c79f5c9 - Browse repository at this point
Copy the full SHA c79f5c9View commit details
Commits on Aug 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8b23fbb - Browse repository at this point
Copy the full SHA 8b23fbbView commit details
Commits on Aug 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c1fb583 - Browse repository at this point
Copy the full SHA c1fb583View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb98af - Browse repository at this point
Copy the full SHA 8cb98afView 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.31...1.0.32