-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: 279fb04
head repository: dotnet/runtime
compare: 48e7418
- 12 commits
- 81 files changed
- 18 contributors
Commits on Dec 21, 2022
-
[main] Update dependencies from dotnet/cecil (#79274)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Ankit Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d0fcf2 - Browse repository at this point
Copy the full SHA 4d0fcf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fdc188 - Browse repository at this point
Copy the full SHA 5fdc188View commit details -
Co-authored-by: Levi Broderick <[email protected]> Co-authored-by: Stephen Toub <[email protected]> Co-authored-by: Miha Zupan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66e64e5 - Browse repository at this point
Copy the full SHA 66e64e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23059de - Browse repository at this point
Copy the full SHA 23059deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 942ce9a - Browse repository at this point
Copy the full SHA 942ce9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c2b057 - Browse repository at this point
Copy the full SHA 1c2b057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63e081b - Browse repository at this point
Copy the full SHA 63e081bView commit details -
Fix deviating XMLDoc for HostingEnvExtensions (#79708)
XMLDoc was still pointing to the obsolete EnvironmentName instead of Environments. Co-authored-by: Michel Trouwborst <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca5bb93 - Browse repository at this point
Copy the full SHA ca5bb93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d66372 - Browse repository at this point
Copy the full SHA 8d66372View commit details
Commits on Dec 22, 2022
-
Remaining feedback from ILLink merge (#79677)
* Remaining feedback from ILLink merge Move ILLink MSBuild dependencies into Versions.props MSBuild section, and use a consistent MSBuild version Update the readme from linker to state is a project and not a repository Uses a live build of ilasm instead of relying on prebuilt bits from Microsoft.NET.Sdk.IL Remove a unnecesary DefineConstant that is imported via SDK Avoid having hardcoded package versions Removes the illink PATENTS.txt, runtime's PATENTS.txt already takes into account Mono given that it has a mono partition
Configuration menu - View commit details
-
Copy full SHA for d356088 - Browse repository at this point
Copy the full SHA d356088View commit details -
createdump: only dump committed memory (#79853)
Dumping memory regions as they are listed in /proc/pid/maps results in increase of RAM usage of the target application on some Linux kernels. This change uses /proc/pid/pagemap to check if the page is committed before adding it to the regions list. As the file is not available on kernels 4.0 and 4.1 without elevated permissions there's a fallback to previous behavior.
Configuration menu - View commit details
-
Copy full SHA for f85d515 - Browse repository at this point
Copy the full SHA f85d515View commit details -
Int32: Fixed double space in comments for Parse (#79897)
Co-authored-by: Nash Barden <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48e7418 - Browse repository at this point
Copy the full SHA 48e7418View 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 279fb04...48e7418