-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: 0cf461b302
head repository: dotnet/runtime
compare: 8121f82d7d
- 16 commits
- 66 files changed
- 13 contributors
Commits on Dec 22, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 14127ea - Browse repository at this point
Copy the full SHA 14127eaView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9b01699 - Browse repository at this point
Copy the full SHA 9b01699View commit details -
Add additional help text for superpmi-diffs.yml JIT options (#96281)
* Add additional help text for superpmi-diffs.yml JIT options * Update string
Configuration menu - View commit details
-
Copy full SHA for d7c4393 - Browse repository at this point
Copy the full SHA d7c4393View commit details
Commits on Dec 23, 2023
-
Fix JSON crashinfo exception object address (#96284)
* Fix JSON crashinfo exception object address * Code review feedback
Mike McLaughlin authoredDec 23, 2023 Configuration menu - View commit details
-
Copy full SHA for e9d53b7 - Browse repository at this point
Copy the full SHA e9d53b7View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 955604c - Browse repository at this point
Copy the full SHA 955604cView commit details
Commits on Dec 24, 2023
-
Fix missing return in Microsoft.Bcl.TimeProvider's Task.WaitAsync (#9…
…6240) * Fix missing return in Task.WaitAny * Add tests and fix existing tests
Configuration menu - View commit details
-
Copy full SHA for 73c7673 - Browse repository at this point
Copy the full SHA 73c7673View commit details
Commits on Dec 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9cc490e - Browse repository at this point
Copy the full SHA 9cc490eView commit details
Commits on Dec 26, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 72fae00 - Browse repository at this point
Copy the full SHA 72fae00View commit details -
Remove double check for context.Target.PointerSize == 4 (#96318)
Configuration menu - View commit details
-
Copy full SHA for d9bb6f5 - Browse repository at this point
Copy the full SHA d9bb6f5View commit details -
[ILLink] Fix cut & paste error in IsTypeOf (#96316)
Contributes to #96310
Configuration menu - View commit details
-
Copy full SHA for a55c823 - Browse repository at this point
Copy the full SHA a55c823View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb637ec - Browse repository at this point
Copy the full SHA bb637ecView commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 94f411c - Browse repository at this point
Copy the full SHA 94f411cView commit details
Commits on Dec 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4d2b8d5 - Browse repository at this point
Copy the full SHA 4d2b8d5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9fa5128 - Browse repository at this point
Copy the full SHA 9fa5128View commit details -
Fix wasm Codespaces prebuild (#96326)
The makefile target was moved in #95940
Configuration menu - View commit details
-
Copy full SHA for 18f3089 - Browse repository at this point
Copy the full SHA 18f3089View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 8121f82 - Browse repository at this point
Copy the full SHA 8121f82View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0cf461b302...8121f82d7d