-
-
Notifications
You must be signed in to change notification settings - Fork 205
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.49
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.50
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 24 files changed
- 2 contributors
Commits on Sep 27, 2023
-
Ignore needless_raw_string_hashes clippy lint
warning: unnecessary hashes around raw string literal --> build.rs:10:21 | 10 | const PROBE: &str = r#" | _____________________^ 11 | | #![feature(error_generic_member_access)] 12 | | 13 | | use std::error::{Error, Request}; ... | 35 | | } 36 | | "#; | |__^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes = note: `-W clippy::needless-raw-string-hashes` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::needless_raw_string_hashes)]` help: remove all the hashes around the literal | 10 ~ const PROBE: &str = r" 11 | #![feature(error_generic_member_access)] ... 35 | } 36 ~ "; |Configuration menu - View commit details
-
Copy full SHA for f4eac7e - Browse repository at this point
Copy the full SHA f4eac7eView commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a49f7c6 - Browse repository at this point
Copy the full SHA a49f7c6View commit details -
Merge pull request #258 from de-vri-es/as-dyn-error-span
Change span of `as_dyn_error()` to point compile error at attribute.
Configuration menu - View commit details
-
Copy full SHA for 4850c6f - Browse repository at this point
Copy the full SHA 4850c6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9fe739 - Browse repository at this point
Copy the full SHA c9fe739View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cec716 - Browse repository at this point
Copy the full SHA 7cec716View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0a0a5 - Browse repository at this point
Copy the full SHA ff0a0a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebebf77 - Browse repository at this point
Copy the full SHA ebebf77View commit details -
Ignore module_name_repetitions pedantic clippy lint
warning: item name ends with its containing module's name --> impl/src/span.rs:4:11 | 4 | pub trait MemberSpan { | ^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_name_repetitions = note: `-W clippy::module-name-repetitions` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::module_name_repetitions)]`Configuration menu - View commit details
-
Copy full SHA for 4088d16 - Browse repository at this point
Copy the full SHA 4088d16View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d220d - Browse repository at this point
Copy the full SHA a7d220dView 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.49...1.0.50