-
-
Notifications
You must be signed in to change notification settings - Fork 371
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.111
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.112
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 10 files changed
- 3 contributors
Commits on Nov 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ca90792 - Browse repository at this point
Copy the full SHA ca90792View commit details
Commits on Dec 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1360da2 - Browse repository at this point
Copy the full SHA 1360da2View commit details
Commits on Dec 13, 2025
-
Resolve ptr_offset_by_literal pedantic clippy lints
warning: use of `offset` with a literal --> src/buffer.rs:163:33 | 163 | unsafe { Cursor::create(self.ptr.offset(1), self.scope) } | ^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_by_literal = note: `-W clippy::ptr-offset-by-literal` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::ptr_offset_by_literal)]` help: use `add` instead | 163 - unsafe { Cursor::create(self.ptr.offset(1), self.scope) } 163 + unsafe { Cursor::create(self.ptr.add(1), self.scope) } | warning: use of `offset` with a literal --> src/buffer.rs:342:33 | 342 | self.ptr = unsafe { self.ptr.offset(-1) }; | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_by_literal help: use `sub` instead | 342 - self.ptr = unsafe { self.ptr.offset(-1) }; 342 + self.ptr = unsafe { self.ptr.sub(1) }; |Configuration menu - View commit details
-
Copy full SHA for 91456f5 - Browse repository at this point
Copy the full SHA 91456f5View commit details
Commits on Dec 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 184920a - Browse repository at this point
Copy the full SHA 184920aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77e56b5 - Browse repository at this point
Copy the full SHA 77e56b5View commit details
Commits on Dec 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 53a460f - Browse repository at this point
Copy the full SHA 53a460fView commit details
Commits on Dec 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2cc3385 - Browse repository at this point
Copy the full SHA 2cc3385View commit details -
Merge pull request #1949 from heiher/issue-1948
tests: Use smallvec and thin_vec from rustc_data_structures
Configuration menu - View commit details
-
Copy full SHA for 1f92a93 - Browse repository at this point
Copy the full SHA 1f92a93View commit details
Commits on Dec 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4642a17 - Browse repository at this point
Copy the full SHA 4642a17View commit details
Commits on Dec 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f987b14 - Browse repository at this point
Copy the full SHA f987b14View commit details
Commits on Dec 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7e38d5d - Browse repository at this point
Copy the full SHA 7e38d5dView commit details
Commits on Dec 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0c4bea1 - Browse repository at this point
Copy the full SHA 0c4bea1View commit details -
Merge pull request #1951 from VictorArcium/vt/fix-lit-byte
Fix LitByte::new().
Configuration menu - View commit details
-
Copy full SHA for ca22ce0 - Browse repository at this point
Copy the full SHA ca22ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8f2a42 - Browse repository at this point
Copy the full SHA f8f2a42View 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.111...2.0.112