-
-
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.41
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.42
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 8 files changed
- 1 contributor
Commits on Dec 17, 2023
-
Ignore uninhabited_references clippy lint
warning: dereferencing a reference to an uninhabited type is undefined behavior --> src/gen/visit.rs:2057:11 | 2057 | match *node {} | ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninhabited_references = note: `-W clippy::uninhabited-references` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::uninhabited_references)]` warning: dereferencing a reference to an uninhabited type is undefined behavior --> src/gen/visit_mut.rs:2060:11 | 2060 | match *node {} | ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninhabited_references warning: dereferencing a reference to an uninhabited type is undefined behavior --> src/gen/clone.rs:1038:15 | 1038 | match *self {} | ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninhabited_references warning: dereferencing a reference to an uninhabited type is undefined behavior --> src/gen/debug.rs:1507:15 | 1507 | match *self {} | ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninhabited_references warning: dereferencing a reference to an uninhabited type is undefined behavior --> src/gen/eq.rs:1021:15 | 1021 | match *self {} | ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninhabited_references warning: dereferencing a reference to an uninhabited type is undefined behavior --> src/gen/hash.rs:1357:15 | 1357 | match *self {} | ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninhabited_referencesConfiguration menu - View commit details
-
Copy full SHA for e11575e - Browse repository at this point
Copy the full SHA e11575eView commit details -
Ignore blocks_in_conditions clippy lint
warning: in a `match` scrutinee, avoid complex blocks or closures with blocks; instead, move the block or closure higher and bind it with a `let` --> tests/common/parse.rs:16:34 | 16 | match panic::catch_unwind(|| { | __________________________________^ 17 | | let locale_resources = rustc_driver::DEFAULT_LOCALE_RESOURCES.to_vec(); 18 | | let file_path_mapping = FilePathMapping::empty(); 19 | | let sess = ParseSess::new(locale_resources, file_path_mapping); ... | 32 | | } 33 | | }) { | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#blocks_in_conditions = note: `-W clippy::blocks-in-conditions` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::blocks_in_conditions)]` warning: in a `match` scrutinee, avoid complex blocks or closures with blocks; instead, move the block or closure higher and bind it with a `let` --> tests/test_round_trip.rs:90:50 | 90 | let equal = match panic::catch_unwind(|| { | __________________________________________________^ 91 | | let locale_resources = rustc_driver::DEFAULT_LOCALE_RESOURCES.to_vec(); 92 | | let file_path_mapping = FilePathMapping::empty(); 93 | | let sess = ParseSess::new(locale_resources, file_path_mapping); ... | 114 | | Ok((before, after)) 115 | | }) { | |_________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#blocks_in_conditionsConfiguration menu - View commit details
-
Copy full SHA for 66ee902 - Browse repository at this point
Copy the full SHA 66ee902View commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a6ac138 - Browse repository at this point
Copy the full SHA a6ac138View commit details
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bdd0645 - Browse repository at this point
Copy the full SHA bdd0645View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12ff3d1 - Browse repository at this point
Copy the full SHA 12ff3d1View commit details -
Merge pull request #1551 from dtolnay/cursorexample
Add a real-world example for ParseBuffer::cursor
Configuration menu - View commit details
-
Copy full SHA for 4349d0b - Browse repository at this point
Copy the full SHA 4349d0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dcf8ab - Browse repository at this point
Copy the full SHA 6dcf8abView 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.41...2.0.42