[go: up one dir, main page]

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.89
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.90
Choose a head ref
  • 14 commits
  • 9 files changed
  • 1 contributor

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    935eefe View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    64fce43 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    b245e2a View commit details
    Browse the repository at this point in the history
  2. Add WASI preview2 job in CI

    dtolnay committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    ee6cd5d View commit details
    Browse the repository at this point in the history
  3. Add test of attr precedence inside subexpression

        ---- test_fixup stdout ----
        thread 'test_fixup' panicked at tests/test_expr.rs:716:9:
        original: (# [attr] thing) . field
        reconstructed: # [attr] thing . field
    dtolnay committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    401399f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    204c155 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1785 from dtolnay/attrprecedence

    Lower the precedence of expressions containing outer attrs
    dtolnay authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    1cf735e View commit details
    Browse the repository at this point in the history
  6. Add test of parentheses needed in call of field

        ---- test_fixup stdout ----
        thread 'test_fixup' panicked at tests/test_expr.rs:717:9:
        original: (self . f) ()
        reconstructed: self . f ()
    dtolnay committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    0e5c568 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48d0101 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1445ccf View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1786 from dtolnay/fieldcall

    Fix parenthesization of field expressions in function calls
    dtolnay authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    f9aa206 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1a549c0 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1787 from dtolnay/unparenthesizetest

    Improve test_unparenthesize to catch more false negatives
    dtolnay authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9037abb View commit details
    Browse the repository at this point in the history
  12. Release 2.0.90

    dtolnay committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    ac5b41c View commit details
    Browse the repository at this point in the history
Loading