-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: 8b9e708
head repository: dotnet/runtime
compare: abb7df5
- 15 commits
- 241 files changed
- 13 contributors
Commits on Jan 5, 2022
-
Remove dependency of type system tests on ILCompiler.ReadyToRun (#63323)
This is now shared unit test project that is not AOT/JIT specific. The recently added MarshalUtilsTests.cs created a dependency on these.
Configuration menu - View commit details
-
Copy full SHA for 586918a - Browse repository at this point
Copy the full SHA 586918aView commit details -
Fix running WASM tests locally on Windows (#63334)
Set BROWSER_PATH variable only when HELIX_CORRELATION_PAYLOAD variable is set. Fixes change in the #62779.
Configuration menu - View commit details
-
Copy full SHA for cab2fd8 - Browse repository at this point
Copy the full SHA cab2fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3058fa4 - Browse repository at this point
Copy the full SHA 3058fa4View commit details -
[main] Update dependencies from 6 repositories (#63252)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0f03554 - Browse repository at this point
Copy the full SHA 0f03554View commit details -
[main] Update dependencies from dotnet/linker (#63336)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bd245d6 - Browse repository at this point
Copy the full SHA bd245d6View commit details -
Remove dead code in OdbcCommandBuilder.UnquoteIdentifier (#63363)
Exact same pattern was previously changed in OleDbCommandBuilder.
Configuration menu - View commit details
-
Copy full SHA for a8e6f69 - Browse repository at this point
Copy the full SHA a8e6f69View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5ccec - Browse repository at this point
Copy the full SHA ad5ccecView commit details -
Remove some unnecessary duplicated checks (#63341)
* Remove unnecessary duplicate check in DeflateManagedStream ctor * Remove duplicate null check in JsonSerializer.Deserialize * Delete duplicate check in XmlSerializationWriterILGen.WriteQualifiedNameElement * Delete duplicate rule check in XmlTreeGen.AutoGenerated
Configuration menu - View commit details
-
Copy full SHA for 60012a1 - Browse repository at this point
Copy the full SHA 60012a1View commit details -
Delete __SkipCrossgenFramework (#63390)
This has been unused ever since crossgenning framework moved to build.proj.
Configuration menu - View commit details
-
Copy full SHA for 70065c1 - Browse repository at this point
Copy the full SHA 70065c1View commit details -
Fix MethodDesc::CbStackPop for string ctors on x86 (#63391)
This method was not taking into account the fact that string ctors don't have dummy this argument after a recent change. Stack walking in cases where prestub for the ctor was invoked resulted in a wrong unwinding of ESP for ctors with more than one argument. This change fixes it by removing "has this" flag from the signature before getting the stack arguments size.
Configuration menu - View commit details
-
Copy full SHA for bd6a64b - Browse repository at this point
Copy the full SHA bd6a64bView commit details -
Fix the MacOS remote unwinder for VS4Mac (#63378)
The wrong module was being passed to the remote unwinder because the load bias for shared modules was being calculated incorrectly.
Mike McLaughlin authoredJan 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 311ecfe - Browse repository at this point
Copy the full SHA 311ecfeView commit details -
Handle race condition when HttpListener is stopped or closed (#63394)
* Throw a HttpListenerException if the session is null * Add similar check to BeginGetContext * Address PR feedback * Remove trailing spaces
Configuration menu - View commit details
-
Copy full SHA for ec5471c - Browse repository at this point
Copy the full SHA ec5471cView commit details -
JIT: refactor fields of GenTreeCall (#63402)
Move `gtStubCallStubAddr` out of the union it shares with class probe, inline, and guarded devirt information, so that we no longer need to save and restore the stub address when we want to probe, guardedly devirtualize, or inline calls. Delete all the code that did saving and restoring, and the field in the inline info struct that held the saved copy.
Configuration menu - View commit details
-
Copy full SHA for b28c38d - Browse repository at this point
Copy the full SHA b28c38dView commit details -
Arm64: Memory barrier improvements (#62895)
* Use ishst instead of ish * Do not contain address of volatile fields * Do not contain address only for Arm64 * Remove ishst
Configuration menu - View commit details
-
Copy full SHA for 4427c56 - Browse repository at this point
Copy the full SHA 4427c56View commit details
Commits on Jan 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for abb7df5 - Browse repository at this point
Copy the full SHA abb7df5View 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 8b9e708...abb7df5