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: ruby-syntax-tree/syntax_tree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: ruby-syntax-tree/syntax_tree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Choose a head ref
  • 13 commits
  • 10 files changed
  • 1 contributor

Commits on Apr 13, 2022

  1. Bump to version 2.1.0

    kddnewton committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    c2a5599 View commit details
    Browse the repository at this point in the history
  2. Document plugins

    kddnewton committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    9598362 View commit details
    Browse the repository at this point in the history
  3. Block ampersand association

    Fix parsing expressions like `foo.instance_exec(&T.must(block))`, where there are two `args_add_block` calls with a single `&`. Previously it was associating the `&` with the wrong block.
    kddnewton committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    2dde243 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #46 from ruby-syntax-tree/block-parameter-amperand…

    …-association
    
    Block ampersand association
    kddnewton authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b0b45cd View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Handle not()

    kddnewton committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    31f6e31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a5c4a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. foo::(1)

    kddnewton committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    3459901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dde8d1f View commit details
    Browse the repository at this point in the history
  3. Empty HshPtn

    kddnewton committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    555e77b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    787d866 View commit details
    Browse the repository at this point in the history
  5. in **nil

    kddnewton committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    b4de758 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee58c89 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Bump to v2.1.1

    kddnewton committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    f8abd8e View commit details
    Browse the repository at this point in the history
Loading