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: 9dc6ea62a4
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1b1d26ac74
Choose a head ref
  • 12 commits
  • 43 files changed
  • 12 contributors

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    cf56f72 View commit details
    Browse the repository at this point in the history
  2. Disable building Swift interop tests on macOS with Native AOT (#98667)

    * Disable Swift interop tests on macOS with Native AOT
    
    * Disable building Swift interop tests with Native AOT
    
    * Remove redundant ExcludeList item
    
    * Update CLRTestTargetUnsupported property
    kotlarmilos authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2e5d409 View commit details
    Browse the repository at this point in the history
  3. [NativeAOT] Fix cut & paste errors (#98686)

    * Fix cut & paste errors
    
    * Add EBP versions too.
    filipnavara authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2df640c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    927943d View commit details
    Browse the repository at this point in the history
  5. Fix a bug in PAL version of _vsnprint_f (#98687)

    When the formatted string cannot fully fit in the buffer (including its
    null terminator) `_vsnprint_f` should return -1. However, in the case
    where the number of chars was the same as the buffer size it was
    returning the buffer size.
    jakobbotsch authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5568ac9 View commit details
    Browse the repository at this point in the history
  6. Fix PAL tests - remove non-existent tests from the list (#98695)

    Recent refactoring of the PAL has forgotten to remove three tests from
    the paltestlist.txt file, which has broken the PAL test execution.
    
    Close #98574
    janvorli authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5c84b9e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c57621 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6864ddf View commit details
    Browse the repository at this point in the history
  9. JIT: Use successor edges instead of block targets for BBJ_SWITCH (#98671

    )
    
    Part of #93020. Updates BBswtDesc::bbsDstTab to use successor edges instead of block targets for switch blocks. Also renames optRedirectBlock.
    amanasifkhalid authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    98bdace View commit details
    Browse the repository at this point in the history
  10. Expand String.EndsWith/MemoryExtensions.EndsWith in JIT (#98593)

    Co-authored-by: Jakob Botsch Nielsen <[email protected]>
    EgorBo and jakobbotsch authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    46870a0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2756c94 View commit details
    Browse the repository at this point in the history
  12. Update dependencies from https://github.com/dotnet/source-build-refer…

    …ence-packages build 20240213.1 (#98656)
    
    Microsoft.SourceBuild.Intermediate.source-build-reference-packages
     From Version 9.0.0-alpha.1.24109.1 -> To Version 9.0.0-alpha.1.24113.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    1b1d26a View commit details
    Browse the repository at this point in the history
Loading