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

Commits on Jun 15, 2024

  1. 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.
    eiriktsarpalis committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    de709b1 View commit details
    Browse the repository at this point in the history
  2. 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
    tannergooding committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    f69972f View commit details
    Browse the repository at this point in the history
  3. Obsolete ServicePointManager 🎉 (#103456)

    * Obsolete ServicePointManager
    
    * Tweak obsoletion message on ServicePointManager
    MihaZupan committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    4b7fda5 View commit details
    Browse the repository at this point in the history
Loading