-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: 7e9cab2b
head repository: dotnet/runtime
compare: 4834a507
- 9 commits
- 140 files changed
- 8 contributors
Commits on Jun 15, 2024
-
Add JsonSchemaExporter. (#103322)
* Add JsonSchemaExporter. * Address feedback * Address feedback * Address feedback. * Add pattern keyword to numeric converters supporting string serialization. * Remove type keyword from string enum schemas. * Add $comment annotations to schemas using pattern. * Use transformer delegate instead of mutator. * Add TreatNullObliviousAsNonNullable setting. * Additional comments.
Configuration menu - View commit details
-
Copy full SHA for de709b1 - Browse repository at this point
Copy the full SHA de709b1View commit details -
Expose various new Create and conversion APIs for the Vector types (#…
…103462) * Expose various new Create and conversion APIs for the Vector types * Remove simdashwintrinsic handling for Vector2/3 * Apply formatting patch * Ensure creation from a span checks the right element count for Vector2/3 * Ensure that we create more correct WithElement nodes * Ensure that Vector128.AsVector128Unsafe preserves the fact it produces TYP_SIMD16
Configuration menu - View commit details
-
Copy full SHA for f69972f - Browse repository at this point
Copy the full SHA f69972fView commit details -
Obsolete ServicePointManager 🎉 (#103456)
* Obsolete ServicePointManager * Tweak obsoletion message on ServicePointManager
Configuration menu - View commit details
-
Copy full SHA for 4b7fda5 - Browse repository at this point
Copy the full SHA 4b7fda5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94bb125 - Browse repository at this point
Copy the full SHA 94bb125View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd7a1de - Browse repository at this point
Copy the full SHA bd7a1deView commit details -
Arm64/SVE: Implement ConvertToInt32 and ConvertToUInt32 for double (#…
…103436) * Added ConverToInt32 and ConvertToUInt32 for float inputs. * Added flags to handle only low predicate registers. * Fix whitespace * Remove special codegen flag * Added new test template for operations with different return types. * Add new test template. * Added api for ConvertToInt32 and ConvertToUInt 32 for double. * all merge conflicts fixed.
Configuration menu - View commit details
-
Copy full SHA for d2dbdd0 - Browse repository at this point
Copy the full SHA d2dbdd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae71602 - Browse repository at this point
Copy the full SHA ae71602View commit details -
Fix VS issue with unhandled exception on secondary threads (#103425)
* Fix VS issue with unhandled exception on secondary threads When "just my code" is disabled, unhandled exceptions on secondary threads cause the VS to stop without any stack trace shown. This is similar to the recently fixed problem that was happening with user unhandled exception treatment. The exception is rethrown as native exception after leaving the last managed frame and it propagates to the `ManagedThreadBase_DispatchOuter` where it is caught. The debugger gets notified from there, but all of the managed stack frames are gone at that point, so the debugger cannot show them. The fix is to report exception on a secondary thread as unhandled earlier, right in the SfiNext where we report it for the primary threads. The secondary thread is different in having the DebuggerU2MCatchHandlerFrame on stack while in the primary thread case, there is no explicit frame. Close #103385 * Modify the check for DebuggerU2MCatchHandlerFrame We need to check that it is also the topmost frame --------- Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 69a475a - Browse repository at this point
Copy the full SHA 69a475aView commit details -
* Fix paltests build * Address feedback Co-authored-by: Jan Kotas <jkotas@microsoft.com> --------- Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 4834a50 - Browse repository at this point
Copy the full SHA 4834a50View 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 7e9cab2b...4834a507