-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: 614c782
head repository: dotnet/runtime
compare: 46c7023
- 11 commits
- 29 files changed
- 15 contributors
Commits on Sep 10, 2021
-
Ignore the DuplicateExtension status from macOS 12. (#58889)
MacOS 12 introduces a new X.509 chain status, DuplicateExtension. As we do not report this in Windows and nor do we have a flag to map it to, we ignore it from macOS. Co-authored-by: Kevin Jones <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 022b73d - Browse repository at this point
Copy the full SHA 022b73dView commit details -
Enhance CrossGen2 to emit PerfMap debug directory entry (#58929)
This is used to correlate PE's with their corresponding PerfMaps. For example the header in the perfmap could be: ``` FFFFFFFF 00 026D4D21B3EE3D93843FF7A964235822 FFFFFFFE 00 1 FFFFFFFD 00 1 FFFFFFFC 00 3 FFFFFFFB 00 1 ``` And the PE will have the corresponding entries in the PE as: ``` PerfMap (Type 21): System.Private.CoreLib.ni.r2rmap, Signature = 026d4d21b3ee3d93843ff7a964235822, Version = 1 ```Configuration menu - View commit details
-
Copy full SHA for 6a7fbec - Browse repository at this point
Copy the full SHA 6a7fbecView commit details -
[release/6.0] Fix publishing symbols for
dotnetandhostpolicy(#……58902) * Fix symbol package output path for host pkgproj * Update src/installer/pkg/projects/Directory.Build.targets Co-authored-by: Adeel Mujahid <[email protected]> Co-authored-by: Elinor Fung <[email protected]> Co-authored-by: Adeel Mujahid <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36052e9 - Browse repository at this point
Copy the full SHA 36052e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a74af00 - Browse repository at this point
Copy the full SHA a74af00View commit details -
[release/6.0] Fix an issue with ILStripping mscorlib.dll (#58935)
We considered mscorlib.dll as the "core" assembly instead of System.Private.CoreLib.dll which meant Cecil hit an issue while resolving types in it. This only happened when the IL Linker was not being used since it'd have removed the mscorlib.dll facade. Brings in dotnet/runtime-assets#176
Configuration menu - View commit details
-
Copy full SHA for 9f92f0e - Browse repository at this point
Copy the full SHA 9f92f0eView commit details -
Report correct DLL name when P/Invoke lookup fails (#58863)
Without this PR when a P/Invoke lookup fails we'll return an exception message that refers to `libcoreclr` instead of the real native library name since we have logic to retry the lookup using libcoreclr. This is very confusing for customers as can be seen in #58185. Co-authored-by: Filip Navara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c7169e - Browse repository at this point
Copy the full SHA 7c7169eView commit details -
Update dependencies from https://github.com/mono/linker build 2021090…
…9.1 (#58888) Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21424.4 -> To Version 6.0.100-1.21459.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8bfc030 - Browse repository at this point
Copy the full SHA 8bfc030View commit details -
[release/6.0] Add cast when replacing promoted struct with field in l…
…owering (#58951) * Add cast when replacing promoted struct with field in lowering We may need to sign/zero-extend when we do this replacement very late. Normally this cast would be inserted in morph. Fix #58373 * Add test * Fix formatting * Fix test cases * Type returned-struct-as-primitive correctly for normalization Retyping it to the type of the ret node is not right when reinterpreting small structs as a type that needs to be normalized. * Fix assertion * Run jit-format Co-authored-by: Jakob Botsch Nielsen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f2e4ac - Browse repository at this point
Copy the full SHA 9f2e4acView commit details -
[release/6.0] Consider finally that jumps to itself as non-empty (#58881
) * decrement the reference of unreachable finally * Proper fix Co-authored-by: Kunal Pathak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 669ebb4 - Browse repository at this point
Copy the full SHA 669ebb4View commit details -
[release/6.0] Use separate VNs for DBL2INT_OVF helpers (#58931)
* Use separate VNs for DBL2INT_OVF helpers * Update Runtime_58832.cs Co-authored-by: EgorBo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6cc1f6b - Browse repository at this point
Copy the full SHA 6cc1f6bView commit details -
Add crossgen2 runs for x86 (#58053) (#58892)
* Add crossgen2 runs for x86 and Arm64 * Remove Arm64 for now Co-authored-by: Drew Scoggins <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46c7023 - Browse repository at this point
Copy the full SHA 46c7023View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 614c782...46c7023