-
-
Notifications
You must be signed in to change notification settings - Fork 328
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: 1.0.102
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: 1.0.103
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 8 files changed
- 2 contributors
Commits on Oct 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 711cd8c - Browse repository at this point
Copy the full SHA 711cd8cView commit details
Commits on Oct 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a807b16 - Browse repository at this point
Copy the full SHA a807b16View commit details
Commits on Oct 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 26a605e - Browse repository at this point
Copy the full SHA 26a605eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9fb6a9 - Browse repository at this point
Copy the full SHA e9fb6a9View commit details -
Handle the case where verbatim enters a None group
Fixes #1235. As seen in that issue, a syntax node can actually cross the border of a None-delimited group, due to such groups being transparent to the parser in most cases. In the cases that this can occur, the presence of the group is known to be semantically irrelevant, so we just explicitly ignore the presence of the group. It's important that we only ignore None-delimited groups when the verbatim end requires entering the group, as such groups can have semantic impact (such as grouping binary operator chains) in other positions.
Configuration menu - View commit details
-
Copy full SHA for f6a43aa - Browse repository at this point
Copy the full SHA f6a43aaView commit details -
Merge pull request #1236 from CAD97/cursor-cmp
Implement `PartialOrd` for `Cursor`
Configuration menu - View commit details
-
Copy full SHA for 2b3f742 - Browse repository at this point
Copy the full SHA 2b3f742View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dd9b01 - Browse repository at this point
Copy the full SHA 8dd9b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6f7d8a - Browse repository at this point
Copy the full SHA f6f7d8aView commit details -
Ignore cast_possible_wrap pedantic clippy lint
error: casting `usize` to `isize` may wrap around the value --> src/buffer.rs:56:46 | 56 | entries.push(Entry::End(-(group_end_index as isize))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_possible_wrap = note: `-D clippy::cast-possible-wrap` implied by `-D clippy::pedantic` error: casting `usize` to `isize` may wrap around the value --> src/buffer.rs:82:34 | 82 | entries.push(Entry::End(-(entries.len() as isize))); | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_possible_wrap
Configuration menu - View commit details
-
Copy full SHA for 8db5adb - Browse repository at this point
Copy the full SHA 8db5adbView commit details -
Merge pull request #1237 from dtolnay/partialord
Restrict PartialOrd comparison to only tokens in the same buffer
Configuration menu - View commit details
-
Copy full SHA for 8e81cad - Browse repository at this point
Copy the full SHA 8e81cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for c29c2ab - Browse repository at this point
Copy the full SHA c29c2abView 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.102...1.0.103