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: YOCKOW/swift-syntax
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: following-swiftlang
Choose a base ref
...
head repository: swiftlang/swift-syntax
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 16, 2025

  1. Fix a crash if we had a dollar identifier as the second parameter lab…

    …el in a closure not followed by a colon
    
    There was a mismatch between the call to `eat` and `at`. Switch the pair to a `consume(if:)` to avoid the issue.
    
    Fixes swiftlang#3103
    ahoppen committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    902e76e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8c3dcf View commit details
    Browse the repository at this point in the history
Loading