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: tree-sitter/tree-sitter-c
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.4
Choose a base ref
...
head repository: tree-sitter/tree-sitter-c
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.5
Choose a head ref
  • 17 commits
  • 14 files changed
  • 1 contributor

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    6075c27 View commit details
    Browse the repository at this point in the history
  2. fix: allow matching bare slashes not succeeded by a * in preproc_arg

    This fixes a slight regression when parsing a preproc function definition using division operators
    amaanq committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d607e5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3245131 View commit details
    Browse the repository at this point in the history
  4. chore: generate

    amaanq committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    43a147a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #158 from amaanq/thread-and-more

    Minor fixes
    amaanq authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    28d910c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39bea7d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    4a57b27 View commit details
    Browse the repository at this point in the history
  2. fix: allow string concatenations to start with an identifier

    We do ensure at least one string is present though, otherwise conflicts arise
    amaanq committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    08523da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12a0993 View commit details
    Browse the repository at this point in the history
  4. feat: add __extension__

    amaanq committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f786a82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b00eee View commit details
    Browse the repository at this point in the history
  6. feat: add alignof_expression

    amaanq committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8e919ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    287bcd2 View commit details
    Browse the repository at this point in the history
  8. chore: generate

    amaanq committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b4cdc50 View commit details
    Browse the repository at this point in the history
  9. chore: update gitattributes

    amaanq committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8791361 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #161 from amaanq/__extension__

    Support for misc features
    amaanq authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    16e4445 View commit details
    Browse the repository at this point in the history
  11. 0.20.5

    amaanq committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    93ef178 View commit details
    Browse the repository at this point in the history
Loading