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

Commits on Dec 10, 2024

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

Commits on Dec 12, 2024

  1. Merge pull request #2914 from ahoppen/6.1/fix-example-warnings

    [6.1] Fix build warnings in the `Examples` package
    ahoppen authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    41bde9e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. [Compat] Add GenericArgumentSyntax comatibility initializer

    (cherry picked from commit 3beee4c)
    rintaro committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    245b516 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. Merge pull request #2921 from rintaro/6.1-genricargument-compat-init

    [6.1][Compat] Add GenericArgumentSyntax compatibility initializer
    rintaro authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    8ceb172 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Do not validate that all parameters have documentation

    In particular, not all members of syntax nodes have documentation and it is not realistic to add meaningful documentation to all of them in the near future.
    ahoppen committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    ced59cc View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Merge pull request #2976 from ahoppen/6.1/disable-parameter-validation

    [6.1] Do not validate that all parameters have documentation
    ahoppen authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    1103c45 View commit details
    Browse the repository at this point in the history
Loading