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

Commits on Aug 28, 2022

  1. [release/7.0] Use the regType for extracting the RegisterType (#74670)

    * Use the regType for extracting the RegisterType
    
    * Add test case
    
    Co-authored-by: Kunal Pathak <Kunal.Pathak@microsoft.com>
    github-actions[bot] and kunalspathak authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    edb7234 View commit details
    Browse the repository at this point in the history
  2. Fix unwinding for NativeAOT on Unix x64 (#74690)

    Co-authored-by: Anton Lapounov <antonl@microsoft.com>
    github-actions[bot] and AntonLapounov authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    58c5937 View commit details
    Browse the repository at this point in the history
  3. [release/7.0] Update dependencies from dotnet/llvm-project dotnet/ros…

    …lyn-analyzers (#74707)
    
    * Update dependencies from https://github.com/dotnet/llvm-project build 20220826.3
    
    runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx.11.0-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter
     From Version 1.0.0-alpha.1.22411.1 -> To Version 1.0.0-alpha.1.22426.3
    
    * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20220826.2
    
    Microsoft.CodeAnalysis.NetAnalyzers
     From Version 7.0.0-preview1.22419.4 -> To Version 7.0.0-preview1.22426.2
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    9c87579 View commit details
    Browse the repository at this point in the history
  4. [release/7.0] Ensure that the result for PowMod is fully initialized (#…

    …74672)
    
    * Adding a regression test for dotnet/performance#2575
    
    * Ensure that the result span is fully initialized.
    
    Co-authored-by: Tanner Gooding <tagoo@outlook.com>
    github-actions[bot] and tannergooding authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    2fc5cc9 View commit details
    Browse the repository at this point in the history
  5. [release/7.0] For perf, remove Invoker pattern for fields (#74693)

    * For perf, remove Invoker pattern for fields
    
    * Fix up runtime field layout
    
    * Add missing newline
    
    Co-authored-by: Steve Harter <steveharter@users.noreply.github.com>
    github-actions[bot] and steveharter authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    211930d View commit details
    Browse the repository at this point in the history
  6. [release/7.0] Implement proper File System detection for Apple OSes (#…

    …74560)
    
    * the assert should fail on macOS
    
    * Don't use statfs on Apple systems, as for them it returns version-specific file system ids.
    
    * move mapping to a separate method and reuse it
    
    * minor improvement
    
    Co-authored-by: Adam Sitnik <adam.sitnik@gmail.com>
    Co-authored-by: Adam Sitnik <adam.sitnik@microsoft.com>
    3 people authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    fe99c44 View commit details
    Browse the repository at this point in the history
Loading