-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: 5108757
head repository: dotnet/runtime
compare: 7b5ab35
- 20 commits
- 119 files changed
- 20 contributors
Commits on Oct 25, 2022
-
[wasm] Use latest stable version of chrome for testing (#77133)
* Use the latest `stable` chrome version by default * Install these by default on codespaces ## Details - Added a new task `GetChromeVersions` to get the latest version - This is applicable to library tests, debugger tests, and Wasm.Build.Tests - The channel used for getting the "latest" version is `$(ChromeChannel)=stable` - And they are installed in `artifacts/bin/chrome`, and `artifacts/bin/chromedriver` - A newer version is fetched only `$(ChromeVersionCheckThresholdDays)=3` days after the last version check - This is enabled by default on containers - And the behavior can be disabled with `$(InstallChromeForTests)=false`.
Configuration menu - View commit details
-
Copy full SHA for 94c9d02 - Browse repository at this point
Copy the full SHA 94c9d02View commit details -
[mono] Avoid checking for exceptions after calls to Math icalls. (#77347
Configuration menu - View commit details
-
Copy full SHA for 8ace754 - Browse repository at this point
Copy the full SHA 8ace754View commit details -
Remove custom Utf8 encoder implementation. (#77400)
Co-authored-by: kasperk81 <kasperk81 kasperk81 83082615+kasperk81@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ee41716 - Browse repository at this point
Copy the full SHA ee41716View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7175e86 - Browse repository at this point
Copy the full SHA 7175e86View commit details -
Add startIndex argument to getStringLiteral JIT/EE interface method (#…
…77423) * Add startIndex argument to getStringLiteral JIT/EE interface method Avoid copying up to 1kB string just to get a single char out of it. * Format patch
Configuration menu - View commit details
-
Copy full SHA for 73945fd - Browse repository at this point
Copy the full SHA 73945fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 041aa3b - Browse repository at this point
Copy the full SHA 041aa3bView commit details -
SPMI: Implement missing NAOT support (and fix garbage values passed t…
Configuration menu - View commit details
-
Copy full SHA for afdd009 - Browse repository at this point
Copy the full SHA afdd009View commit details -
[mono][tests] Fix FullAOT runtime generic methods test (#77079)
* get vtable method slot by using its declaring
Configuration menu - View commit details
-
Copy full SHA for 0bb8df7 - Browse repository at this point
Copy the full SHA 0bb8df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4b715f - Browse repository at this point
Copy the full SHA f4b715fView commit details -
Fix documentation for INumberBase IsComplex and IsImaginary (#77330)
* Fix documentation for INumberBase IsComplex and IsImaginary * Update src/libraries/System.Private.CoreLib/src/System/Numerics/INumberBase.cs
Configuration menu - View commit details
-
Copy full SHA for a92811f - Browse repository at this point
Copy the full SHA a92811fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93d73d1 - Browse repository at this point
Copy the full SHA 93d73d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 609ef46 - Browse repository at this point
Copy the full SHA 609ef46View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf677d - Browse repository at this point
Copy the full SHA ecf677dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e468b22 - Browse repository at this point
Copy the full SHA e468b22View commit details -
JIT: implement tail merging (#77103)
Add a phase that looks for common tail statements in a block's predecessors and merges them. Run it both before and after morph. Also * add range enable config and overall `JitEnableTailMerge` config * add indir flag checking to `GenTree::Compare` * remove an apparently unnecessary assert from loop recognition. Closes #8795. Closes #76872.
Configuration menu - View commit details
-
Copy full SHA for 9b16818 - Browse repository at this point
Copy the full SHA 9b16818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 134544d - Browse repository at this point
Copy the full SHA 134544dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bed84a - Browse repository at this point
Copy the full SHA 9bed84aView commit details -
statically linking GC PAL on linux (#76985)
* statically linking GC PAL The GC PAL will be used for both coreclr and standalone GC on linux * fixing arm64 and nativeaot build breaks * macos build break and reducing renaming. * trying to remove numa support from PAL * one more rename to resolve MacOS break * delete pal numa code. * Adding missing madvise in GC PAL * added missing MADV_DONTDUMP calls. * CR feedback * undo (long long) cast in GetMemoryStatus * only invoke madvise on success.
Configuration menu - View commit details
-
Copy full SHA for c4341d4 - Browse repository at this point
Copy the full SHA c4341d4View commit details -
Implement Array.Initialize in C# (#77336)
* Implement Array.Initialize in C# * Add Mono implementation of Initialize * Fix test failure * Implement for NativeAOT Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 54b12a8 - Browse repository at this point
Copy the full SHA 54b12a8View commit details
Commits on Oct 26, 2022
-
Adding EVEX encoding pathways for emitOutputRRR(). (#75934)
Adding flag to turn on EVEX encoding.
Configuration menu - View commit details
-
Copy full SHA for 7b5ab35 - Browse repository at this point
Copy the full SHA 7b5ab35View 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 5108757...7b5ab35