-
-
Notifications
You must be signed in to change notification settings - Fork 115
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/quote
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.38
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/quote
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.40
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 6 files changed
- 2 contributors
Commits on Jan 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 908ddbd - Browse repository at this point
Copy the full SHA 908ddbdView commit details
Commits on Jan 30, 2025
-
Resolve doc_overindented_list_items clippy lint
warning: doc list item overindented --> src/format.rs:29:5 | 29 | /// unsigned integers and strings. | ^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items = note: `-W clippy::doc-overindented-list-items` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::doc_overindented_list_items)]`Configuration menu - View commit details
-
Copy full SHA for 4d071e3 - Browse repository at this point
Copy the full SHA 4d071e3View commit details
Commits on Feb 10, 2025
-
Unset doc-scrape-examples for lib target
False is the default value since Cargo PR 11499.
Configuration menu - View commit details
-
Copy full SHA for fa46189 - Browse repository at this point
Copy the full SHA fa46189View commit details
Commits on Feb 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ddbabd5 - Browse repository at this point
Copy the full SHA ddbabd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b723616 - Browse repository at this point
Copy the full SHA b723616View commit details
Commits on Mar 3, 2025
-
Ignore elidable_lifetime_names pedantic clippy lint
warning: the following explicit lifetimes could be elided: 'a --> src/to_tokens.rs:86:6 | 86 | impl<'a, T: ?Sized + ToOwned + ToTokens> ToTokens for Cow<'a, T> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#elidable_lifetime_names = note: `-W clippy::elidable-lifetime-names` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::elidable_lifetime_names)]` help: elide the lifetimes | 86 - impl<'a, T: ?Sized + ToOwned + ToTokens> ToTokens for Cow<'a, T> { 86 + impl<T: ?Sized + ToOwned + ToTokens> ToTokens for Cow<'_, T> { | warning: the following explicit lifetimes could be elided: 'a --> src/runtime.rs:313:10 | 313 | impl<'a> Iterator for Lifetime<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#elidable_lifetime_names help: elide the lifetimes | 313 - impl<'a> Iterator for Lifetime<'a> { 313 + impl Iterator for Lifetime<'_> { | warning: the following explicit lifetimes could be elided: 'a --> src/runtime.rs:345:10 | 345 | impl<'a> Iterator for Lifetime<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#elidable_lifetime_names help: elide the lifetimes | 345 - impl<'a> Iterator for Lifetime<'a> { 345 + impl Iterator for Lifetime<'_> { |Configuration menu - View commit details
-
Copy full SHA for dd15f29 - Browse repository at this point
Copy the full SHA dd15f29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d089f5 - Browse repository at this point
Copy the full SHA 7d089f5View commit details
Commits on Mar 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5998437 - Browse repository at this point
Copy the full SHA 5998437View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a143c7 - Browse repository at this point
Copy the full SHA 7a143c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ff6882 - Browse repository at this point
Copy the full SHA 3ff6882View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab1e92c - Browse repository at this point
Copy the full SHA ab1e92cView 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.38...1.0.40