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: 3195fbbd82
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eaa9717d90
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 25, 2023

  1. [RISC-V][JIT] Disable promotion for splitted args (#87855)

    * [RISC-V][JIT] Reset lvIsRegArg in splitted arg
    
    * Remove LA
    
    * Updated based on the review
    
    * Moved codes
    clamp03 authored Jun 25, 2023
    Configuration menu
    Copy the full SHA
    0633ecf View commit details
    Browse the repository at this point in the history
  2. Add Uri : ISpanFormattable (#88012)

    * Add Uri : ISpanFormattable
    
    Implemented TryFormat by copying in the ToString implementation, manually expanding out each call, deleting all the cruft, and switching return strings to be span copies / writes.
    
    * Update src/libraries/System.Private.DataContractSerialization/src/System/Runtime/Serialization/DataContract.cs
    stephentoub authored Jun 25, 2023
    Configuration menu
    Copy the full SHA
    eaa9717 View commit details
    Browse the repository at this point in the history
Loading