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: 0cf461b302
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8121f82d7d
Choose a head ref
  • 16 commits
  • 66 files changed
  • 13 contributors

Commits on Dec 22, 2023

  1. Light up String.Manipulation APIs with Vector512 codepath (#93043)

    * Adding implementation for MakeSeparatorListVectorized and replace(char oldChar, char newChar)
    
    * throw prejit error incase Vector128 is not supported
    khushal1996 authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    14127ea View commit details
    Browse the repository at this point in the history
  2. Implement more APIs in new TypeBuilder, fix bugs found during testing (

    …#95753)
    
    * Add DefineMethodOverride and other related APIs implementation
    
    * Fix type reference parent resolution bug, fix other test bugs
    
    * Apply suggestions from code review
    
    Co-authored-by: Jan Kotas <[email protected]>
    
    * Add validation if all abstract methods implemented
    
    * Update method SignatureCallingConvention logic, use List<ValueTuple> instead of 2 List of <MethodInfo>s
    
    ---------
    
    Co-authored-by: Jan Kotas <[email protected]>
    buyaa-n and jkotas authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    9b01699 View commit details
    Browse the repository at this point in the history
  3. Add additional help text for superpmi-diffs.yml JIT options (#96281)

    * Add additional help text for superpmi-diffs.yml JIT options
    
    * Update string
    BruceForstall authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    d7c4393 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Fix JSON crashinfo exception object address (#96284)

    * Fix JSON crashinfo exception object address
    
    * Code review feedback
    Mike McLaughlin authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    e9d53b7 View commit details
    Browse the repository at this point in the history
  2. New exception handling diagnostic fixes (#96065)

    * New exception handling diagnostic fixes
    
    This change
    * Adds debugger and profiler events in the right places and order
    * Adds debugger exception interception implementation
    * Ensures that the new managed exceptino handling frames are not visible
      to the debugger stack trace
    * Fixes some missing frames on stack traces (coming from
      HelperMethodFrame)
    * Moves first chance exception handling to the native code. It is
      necessary to ensure that the exception stack trace contains frames
      from the explicit frames that have MethodDesc at the time the event
      fires.
    * Makes some refactoring around the ExInfo - the CONTEXT and REGDISPLAY
      are now in the ExInfo, the ExInfo contains the original exception pointers.
    * Fixes one case when an UnhandledException at the boundary of managed
      and native code was not handled correctly.
    * Changes the way an unhandled exception in exception filter is
      swallowed. The stack frame iterator was having issues with the fact
      that the exception "leaked" from the actual filter and was caught by
      another filter in the managed EH. Now the exception is always
      swallowed at the filter.
    
    * Fix bad merge
    
    * Fix win x86 build break
    
    * Reflect PR feedback
    
    * Fix Watson not being triggered on unhandled exception
    
    * Modify the unhandled exception processing
    
    Slight modification of the code enables second pass for unhandled
    exceptions. That makes finallys get called the same way as without the
    new exception handling.
    
    * Fix accidental edit
    janvorli authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    955604c View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Fix missing return in Microsoft.Bcl.TimeProvider's Task.WaitAsync (#9…

    …6240)
    
    * Fix missing return in Task.WaitAny
    
    * Add tests and fix existing tests
    watfordsuzy authored Dec 24, 2023
    Configuration menu
    Copy the full SHA
    73c7673 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

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

Commits on Dec 26, 2023

  1. 1 Configuration menu
    Copy the full SHA
    72fae00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9bb6f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a55c823 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb637ec View commit details
    Browse the repository at this point in the history
  5. [ILCompiler] Fix formatting error in EHClause.WriteTo (#96317)

    * [ILCompiler] Fix formatting error in EHClause.WriteTo
    
    Contributes to #96310
    
    * Apply suggestions from code review
    
    Co-authored-by: Jan Kotas <[email protected]>
    
    * Fix more interpolations
    
    * $@ -> $
    
    ---------
    
    Co-authored-by: Jan Kotas <[email protected]>
    filipnavara and jkotas authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    94f411c View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    4d2b8d5 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/source-build-refer…

    …ence-packages build 20231218.2 (#96309)
    
    Microsoft.SourceBuild.Intermediate.source-build-reference-packages
     From Version 9.0.0-alpha.1.23615.3 -> To Version 9.0.0-alpha.1.23618.2
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    9fa5128 View commit details
    Browse the repository at this point in the history
  3. Fix wasm Codespaces prebuild (#96326)

    The makefile target was moved in #95940
    akoeplinger authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    18f3089 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    8121f82 View commit details
    Browse the repository at this point in the history
Loading