Skip to content
Permalink

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.115
Choose a base ref
...
head repository: dtolnay/syn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.116
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Feb 15, 2026

  1. Ignore type_complexity clippy lint

        warning: very complex type used. Consider factoring parts into `type` definitions
            --> src/item.rs:1665:10
             |
        1665 |       ) -> Result<(
             |  __________^
        1666 | |         Option<(Token![&], Option<Lifetime>)>,
        1667 | |         Option<Token![mut]>,
        1668 | |         Token![self],
        1669 | |     )> {
             | |______^
             |
             = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
             = note: `-W clippy::type-complexity` implied by `-W clippy::all`
             = help: to override `-W clippy::all` add `#[allow(clippy::type_complexity)]`
    dtolnay committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    0071ab3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c172150 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    813afcc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1968 from dtolnay/receiver

    Optimize parse_fn_arg_or_variadic for less lookahead on erroneous receiver
    dtolnay authored Feb 15, 2026
    Configuration menu
    Copy the full SHA
    5a8ed9f View commit details
    Browse the repository at this point in the history
  5. Release 2.0.116

    dtolnay committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    a62e54a View commit details
    Browse the repository at this point in the history
Loading