-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: feb4bee
head repository: dotnet/runtime
compare: 9ed32f4
- 19 commits
- 141 files changed
- 17 contributors
Commits on Oct 28, 2022
-
Support hot cold splitting in crossgen2 (#74963)
Co-authored-by: Aman Khalid <58230338+amanasifkhalid@users.noreply.github.com> Co-authored-by: Eugenio Peña García <70240915+EugenioPena@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0ac7348 - Browse repository at this point
Copy the full SHA 0ac7348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55d3523 - Browse repository at this point
Copy the full SHA 55d3523View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68cf247 - Browse repository at this point
Copy the full SHA 68cf247View commit details -
Fix issue with spurious unproductive full GC which led to OOM. (#77478)
Problem was that a BGC was in progress when the full GC was requested by setting the last_gc_before_oom flag, and at the end of the BGC we turned off the last_gc_before_oom flag. Fix is simply not to turn off the flag in the case of BGC.
Configuration menu - View commit details
-
Copy full SHA for cac1b59 - Browse repository at this point
Copy the full SHA cac1b59View commit details -
Ensure JsonConverter<T>.Read/WriteAsPropertyName methods are user-cal…
Configuration menu - View commit details
-
Copy full SHA for 8c496e7 - Browse repository at this point
Copy the full SHA 8c496e7View commit details -
[wasm][debugger] Fixing when trying to call mono functions in a non w…
Configuration menu - View commit details
-
Copy full SHA for 24cb35e - Browse repository at this point
Copy the full SHA 24cb35eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6f4527 - Browse repository at this point
Copy the full SHA a6f4527View commit details -
Use char.IsAsciiLetter in the Regex runtime (#77559)
* Use char.IsAsciiLetter in the Regex runtime Need to move the duplicated IsAsciiLetter method to just the source generator, since the source generator can't reference the char API. That way the runtime doesn't need to pay for a duplicated method. * PR feedback. Move helepr method to Stubs.cs.
Configuration menu - View commit details
-
Copy full SHA for 7479cbe - Browse repository at this point
Copy the full SHA 7479cbeView commit details -
Ensure delayed initialization of JsonArray/JsonObject is thread-safe (#…
…77567) * Ensure delayed initialization of JsonArray/JsonObject is thread-safe * Address feedback * Add null check before invoking delayed initializers
Configuration menu - View commit details
-
Copy full SHA for 7fbf1c1 - Browse repository at this point
Copy the full SHA 7fbf1c1View commit details -
Updated resource EndSilenceOutOfRange (#77598) (#77599)
The resource EndSilenceOutOfRange was out of date Fix #77598
Configuration menu - View commit details
-
Copy full SHA for 76cd5cb - Browse repository at this point
Copy the full SHA 76cd5cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 399c6dc - Browse repository at this point
Copy the full SHA 399c6dcView commit details -
[wasm] Fix support for debugging wasm debugger tests with VSCode (#77148
) * [wasm] Generate, and use a .runsettings file for debugger tests * [wasm] Disable test timeout when debugging the tests * [wasm] Automatically detect RuntimeConfiguration * Add a wasm workspace for vscode * [wasm][debugger] Remove debug spew * Fix path to dotnet in .runtsettings * Add missing file
Configuration menu - View commit details
-
Copy full SHA for cc5ba09 - Browse repository at this point
Copy the full SHA cc5ba09View commit details -
Update globalconfigs with recently added rules (#77538)
* Update globalconfigs with recently added rules * Fix Fill(0) to Clear() in NTAuthentication
Configuration menu - View commit details
-
Copy full SHA for c0d2dda - Browse repository at this point
Copy the full SHA c0d2ddaView commit details -
Disable ComInterfaceGenerator.Unit.Tests for NativeAOT (#77522)
* Disable ComInterfaceGenerator.Unit.Tests for NativeAOT * Also disable ComInterfaceGenerator.Tests
Configuration menu - View commit details
-
Copy full SHA for 82f2b06 - Browse repository at this point
Copy the full SHA 82f2b06View commit details -
Avoiding printing twice variable live range (#77447)
Co-authored-by: Brian Bohe <brianbohe@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for ce1b61f - Browse repository at this point
Copy the full SHA ce1b61fView commit details -
Use char helpers for ASCII portion of Regex character class matching (#…
…77604) If the entire character class is ASCII, we already use char.IsXx helpers when they're equivalent, e.g. [A-Z] will result in using char.IsAsciiLetterUpper. But if the character class contains any non-ASCII, we always use a lookup table for the ASCII portion of the comparison. This PR allows us to similarly use those IsAsciiXx helpers for the ASCII portion.
Configuration menu - View commit details
-
Copy full SHA for 659fb5b - Browse repository at this point
Copy the full SHA 659fb5bView commit details
Commits on Oct 29, 2022
-
Fix source-build prebuilts introduced by analyzers (#77607)
* Fix source-build prebuilts introduced by analyzers Use the default root settings for analyzers and disable analyzers for specific projects that are not clean instead. * Fix analyzer warnings in ILCompiler.Build.Tasks Fixes #77601
Configuration menu - View commit details
-
Copy full SHA for 6756782 - Browse repository at this point
Copy the full SHA 6756782View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78313ee - Browse repository at this point
Copy the full SHA 78313eeView commit details -
Delete special-casing of .obj/.tlb (FILETYPE_NTOB/FILETYPE_TLB) (#77626)
* Delete special-casing of .obj/.tlb (FILETYPE_NTOB/FILETYPE_TLB) * Unused function Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 9ed32f4 - Browse repository at this point
Copy the full SHA 9ed32f4View 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 feb4bee...9ed32f4