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: 46d88340f7
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 90042669ef
Choose a head ref
  • 4 commits
  • 20 files changed
  • 4 contributors

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    028a151 View commit details
    Browse the repository at this point in the history
  2. Fix NativeAOT unhandled exception stack trace (#91415)

    * Fix NativeAOT unhandled exception stack trace
    
    The recent change to add a new exception handling mechanism to coreclr
    has broken stack traces on unhandled exceptions in nativeaot.
    
    This change fixes it by reverting the part of the change that caused the
    problem and that turned out to not to be needed for the new exception
    handling either.
    
    Close #91298
    
    * Add unhandled exception test
    
    * Reflect PR feedback
    
    * Fix Mono console log parsing
    janvorli authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6de0e22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34b6fec View commit details
    Browse the repository at this point in the history
  4. [LoongArch64, RISC-V] Fix the assertion error for MethodTable::GetLoo…

    …ngArch64PassStructInRegisterFlags() and MethodTable::GetRiscv64PassStructInRegisterFlags(). (#91570)
    LuckyXu-HF authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9004266 View commit details
    Browse the repository at this point in the history
Loading