-
-
Notifications
You must be signed in to change notification settings - Fork 369
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/syn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.48
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/syn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.49
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 11 files changed
- 1 contributor
Commits on Jan 9, 2024
-
Update test suite to nightly-2024-01-09
warning: variable does not need to be mutable --> tests/common/parse.rs:28:17 | 28 | Err(mut diagnostic) => { | ----^^^^^^^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` on by default warning: variable does not need to be mutable --> tests/test_round_trip.rs:109:21 | 109 | Err(mut diagnostic) => { | ----^^^^^^^^^^ | | | help: remove this `mut`Configuration menu - View commit details
-
Copy full SHA for a108467 - Browse repository at this point
Copy the full SHA a108467View commit details
Commits on Jan 12, 2024
-
Ignore unconditional_recursion clippy lint due to false positive
rust-lang/rust-clippy#12133 warning: function cannot return without recursing --> src/lifetime.rs:90:5 | 90 | / fn eq(&self, other: &Lifetime) -> bool { 91 | | self.ident.eq(&other.ident) 92 | | } | |_____^ | note: recursive call site --> src/lifetime.rs:91:9 | 91 | self.ident.eq(&other.ident) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unconditional_recursion = note: `-W clippy::unconditional-recursion` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::unconditional_recursion)]`
Configuration menu - View commit details
-
Copy full SHA for fcff12e - Browse repository at this point
Copy the full SHA fcff12eView commit details
Commits on Jan 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98a90d7 - Browse repository at this point
Copy the full SHA 98a90d7View commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15b9dbc - Browse repository at this point
Copy the full SHA 15b9dbcView commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb3348c - Browse repository at this point
Copy the full SHA cb3348cView commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e8033f - Browse repository at this point
Copy the full SHA 9e8033fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9831844 - Browse repository at this point
Copy the full SHA 9831844View commit details
Commits on Feb 8, 2024
-
Ignore dead_code warning in test
warning: method `try_into_tokens` is never used --> tests/macros/mod.rs:78:8 | 77 | pub trait TryIntoTokens { | ------------- method in this trait 78 | fn try_into_tokens(self) -> Result<proc_macro2::TokenStream>; | ^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by defaultConfiguration menu - View commit details
-
Copy full SHA for 7dcfac7 - Browse repository at this point
Copy the full SHA 7dcfac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc9cf16 - Browse repository at this point
Copy the full SHA dc9cf16View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 270c633 - Browse repository at this point
Copy the full SHA 270c633View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51298d4 - Browse repository at this point
Copy the full SHA 51298d4View commit details -
Merge pull request #1590 from dtolnay/streof
Improve error location at eof in LitStr::parse
Configuration menu - View commit details
-
Copy full SHA for 981359c - Browse repository at this point
Copy the full SHA 981359cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e64c063 - Browse repository at this point
Copy the full SHA e64c063View 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.48...2.0.49