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/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 795a287
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8de96c8
Choose a head ref
  • 4 commits
  • 14 files changed
  • 3 contributors

Commits on Mar 7, 2023

  1. Improve EqualityComparer for NativeAOT (#83054)

    Remove s_default field from EqualityComparer.NativeAot.cs and Comparer.NativeAot.cs
    EgorBo authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    1247d8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9a7a2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6319039 View commit details
    Browse the repository at this point in the history
  4. Allow devirtualizing more interface calls (#82927)

    There is an existing implementation of "does this introduce variance complexities"?
    MichalStrehovsky authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    8de96c8 View commit details
    Browse the repository at this point in the history
Loading