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: dotnet/csharp-tmLanguage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1fc58ea2212577cd5249f4cd540a07942a1e5806
Choose a base ref
...
head repository: dotnet/csharp-tmLanguage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0febdc78936552b2671a034ae3c06d485c0e0a05
Choose a head ref
  • 11 commits
  • 5 files changed
  • 3 contributors

Commits on Sep 28, 2023

  1. Anonymous function fixes

    - Block detection (issue #291)
    - Comment detection (issue #292)
    wise0704 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    6ec3512 View commit details
    Browse the repository at this point in the history
  2. Add tests for #291 and #292

    wise0704 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    92b428c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29a37e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Merge pull request #293 from wise0704/lambda

    Fix lambda expressions and anonymous methods
    JoeRobich authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    345d41d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

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

Commits on Oct 19, 2023

  1. Merge pull request #296 from wise0704/generic

    Fix generic method invocation performance
    JoeRobich authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1933252 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    d961678 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #298 from dotnet/jorobich/fix-statement

    Replace `checked-unchecked-statement` with `expression-operator-expression`
    JoeRobich authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    57e66c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7044af6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bf5709 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #297 from dotnet/dev/jorobich/support-e-escape-seq…

    …uence
    
    Add support for \e escape sequences in c# strings and characters
    JoeRobich authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    0febdc7 View commit details
    Browse the repository at this point in the history
Loading