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: bc7a715
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ef077d0
Choose a head ref
  • 12 commits
  • 84 files changed
  • 14 contributors

Commits on Aug 20, 2022

  1. [release/7.0-rc1] Fix for Random failures in System.Numerics.Tests.mo…

    …dpowTest.ModPowAxiom test (#74181)
    
    * Fixed #70330
    
    * Removed pessimistic buffer cleanup
    
    Co-authored-by: sakno <roman.sakno@gmail.com>
    github-actions[bot] and sakno authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    e9070dd View commit details
    Browse the repository at this point in the history
  2. [release/7.0-rc1] Disable matching constants for vectors that needs u…

    …pper half to be save/restore (#74192)
    
    * Revert "Ensure that GT_CNS_VEC is handled in LinearScan::isMatchingConstant (#70171)"
    
    This reverts commit 24f5de4.
    
    * Revert "Revert "Ensure that GT_CNS_VEC is handled in LinearScan::isMatchingConstant (#70171)""
    
    This reverts commit 984120f.
    
    * Add partial save check
    
    * Use the correct register type
    
    Co-authored-by: Kunal Pathak <Kunal.Pathak@microsoft.com>
    github-actions[bot] and kunalspathak authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    2b52df8 View commit details
    Browse the repository at this point in the history
  3. [release/7.0-rc1] Add runs for release/7.0* on community architectures (

    #74239)
    
    * Add scheduled runs for release/7.0* on community architectures
    
    * Suggestion from Alex, to avoid upkeep churn
    
    * Switch to runtime.yml model - ALL release branch commits get built
    
    Co-authored-by: Jo Shields <joshield@microsoft.com>
    Co-authored-by: Jo Shields <directhex@apebox.org>
    3 people authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    5477d65 View commit details
    Browse the repository at this point in the history
  4. Prevent awaiting promise that never resolves (#74243)

    Co-authored-by: Simon Rozsival <simon@rozsival.com>
    github-actions[bot] and simonrozsival authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    d8f8be9 View commit details
    Browse the repository at this point in the history
  5. Remove AES and SubtleCrypto from WASM (#74165) (#74246)

    * Revert 6a02d5d
    
    * Revert relevant parts of 4222e69 and AES pieces of 8f75cc9
    
    * Remove Subtle Crypto interop code
    
    Fix #73858
    eerhardt authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    e897e88 View commit details
    Browse the repository at this point in the history
  6. [release/7.0-rc1] Disable failing runtime extra platforms tests (#74264)

    * Disable tests failing on Android
    
    * Disable test failing on iOS and MacCatalyst
    
    * Disable failing System.Formats.Tar tests on Android
    
    * Fix JIT.Directed aliasing_retbuf test exclusion on Android
    
    * Disable failing TraceSource tests on tvOS
    
    * Remove unnecessary formatting changes
    
    * Fix skipping failing tests on Android
    
    * Skip tests failing on tvOS
    
    * Revert "Disable failing System.Formats.Tar tests on Android"
    
    This reverts commit bfc2958.
    
    * Link to specific issues
    
    Co-authored-by: Simon Rozsival <simon@rozsival.com>
    github-actions[bot] and simonrozsival authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    a2e9125 View commit details
    Browse the repository at this point in the history
  7. [release/7.0-rc1] Directory.CreateDirectory: create missing parents u…

    …sing default UnixFileMode. (#74277)
    
    * Directory.CreateDirectory: create missing parents using default UnixFileMode.
    
    * Simplify TarHelpers.CreateDirectory.
    
    * PR feedback.
    
    * AssertFileModeEquals: don't skip on Android.
    
    * Always overwite directory metadata.
    
    * TarHelpers.Windows: remove CreateDirectory overwriteMetadata.
    
    * Fix Assert indentation.
    
    Co-authored-by: Tom Deseyn <tom.deseyn@gmail.com>
    github-actions[bot] and tmds authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    8196f9a View commit details
    Browse the repository at this point in the history
  8. [release/7.0-rc1] [wasm] Unwrap exception when calling entrypoint (#7…

    …4263)
    
    * Unwrap exception,
    
    * WBT.
    
    Co-authored-by: Marek Fišera <mara@neptuo.com>
    github-actions[bot] and maraf authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    b3ef656 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Update Xunit to 2.4.2 (#74296)

    2.4.2 stable released ~2 weeks ago and we have at least one shipping library that depends on it. For releasing 7.0.0, we must not depend on prerelease versions.
    
    Manual backport of #74262
    ViktorHofer authored Aug 21, 2022
    Configuration menu
    Copy the full SHA
    eb93e5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cdad85 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Merge pull request #74297 from dotnet-maestro-bot/merge/release/7.0-r…

    …c1-to-release/7.0
    
    [automated] Merge branch 'release/7.0-rc1' => 'release/7.0'
    carlossanlop authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    e32d538 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/runtime-assets bui…

    …ld 20220821.2 (#74341)
    
    Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
     From Version 7.0.0-beta.22419.1 -> To Version 7.0.0-beta.22421.2
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    ef077d0 View commit details
    Browse the repository at this point in the history
Loading