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.4
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.8
Choose a head ref
  • 17 commits
  • 17 files changed
  • 1 contributor

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    736d479 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99de683 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb1062f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f591c40 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1417 from dtolnay/exprmacro

    Provide Expr::Macro even with features="full" off
    dtolnay authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    4df4c4e View commit details
    Browse the repository at this point in the history
  6. Release 2.0.5

    dtolnay committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    fd18254 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69c5efc View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1419 from dtolnay/expectedsemi

    Improve error message on missing `;` between statements
    dtolnay authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    d12db40 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6dcc480 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1420 from dtolnay/nonbracemacro

    Keep non-brace macro invocations in trailing expr position as Expr::Macro
    dtolnay authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    e76d644 View commit details
    Browse the repository at this point in the history
  11. Release 2.0.6

    dtolnay committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    7840102 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8ae37b7 View commit details
    Browse the repository at this point in the history
  13. Disallow consecutive path separator in use paths

    For example: `use ::{::krate};`
    dtolnay committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    e6b1bdf View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Release 2.0.7

    dtolnay committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    b862eff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3a4a4c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1422 from dtolnay/trymacro

    Treat try keyword as 2015 ident in definition of try macro
    dtolnay authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    40aa291 View commit details
    Browse the repository at this point in the history
  4. Release 2.0.8

    dtolnay committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    2fea56f View commit details
    Browse the repository at this point in the history
Loading