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: 67983f7
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7795971
Choose a head ref
  • 5 commits
  • 22 files changed
  • 6 contributors

Commits on Mar 27, 2021

  1. Improve performance of DateTime.UtcNow on Windows (#50263)

    Optimizes leap-second handling by avoiding calls to FileTimeToSystemTime when possible
    GrabYourPitchforks authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    eed3c76 View commit details
    Browse the repository at this point in the history
  2. Fix PKCS Crypto tests on Android (#50252)

    * Handle the fact that on Android, more validation failures are treated as PartialChain when doing CMS signing.
    
    * Fix copy-paste error for RSA SHA-512 PKCS1 padding
    
    * Change condition so we have it in netstandard builds.
    jkoritzinsky authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    8e690a2 View commit details
    Browse the repository at this point in the history
  3. Resolve remaining Xslt-related warnings (round 2) (#50211)

    * Resolve remaining Xslt-related warnings
    
    * Addressing final linker warning and adding annotations to ref assembly
    
    * Update src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/GenerateHelper.cs
    
    Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
    
    * Update src/libraries/System.Private.Xml/src/System/Xml/Xsl/Runtime/XmlExtensionFunction.cs
    
    Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
    
    * Addressing PR feedback
    
    * kept -> preserved
    
    * Address remaining feedback
    
    Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
    joperezr and eerhardt authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    738cd9a View commit details
    Browse the repository at this point in the history
  4. Harden SuperPMI replay against missing data (#50307)

    When generating disasm for an SPMI replay, we can call
    `eeGetMethodFullName` for callees for which we are missing data.
    Fix `MethodContext::repGetArgNext` to raise an appropriate exception,
    and not crash, when it encounters missing data.
    BruceForstall authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    3fc609c View commit details
    Browse the repository at this point in the history
  5. [mono] Reduce usage of the domain lock (#50313)

    * [mono] Add a separate lock for the method_to_dyn_method hashtable.
    
    * Use the jit memory manager lock instead of the domain lock in the arm64 patch code.
    
    * Remove usage of the domain lock from the interpreter code.
    
    * Use a separate lock to protect the jit info table.
    
    * Fix the build.
    vargaz authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    7795971 View commit details
    Browse the repository at this point in the history
Loading