projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/dotnet/runtime.git
2022-06-07
Jan Vorlicek
Remove named mutex workaround for Linux arm/arm64 ...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Andy Ayers
JIT: remove loop if `lpTop` becomes unreachable (#70324)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
dotnet-maestro...
Update dependencies from https://github.com/dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Ankit Jain
[wasm] Fix Wasm.Build.Tests test failures on windows...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Wraith
JIT: Remove unneeded unconditional jumps (#69041)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Jan Kotas
Clarity atomicity guarantees in ECMA-335 (#70384)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Vitek Karas
Update shared code from linker (#70204)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Michal Strehovský
Keep members on Int128 and Half for testing (#70332)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Michal Strehovský
Fix double to unlong conversions to handle NaN (#70331)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
dotnet-maestro...
[main] Update dependencies from dotnet/linker (#69710)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Eric Erhardt
Fix race condition in WASM crypto worker (#70185)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Aman Khalid
Fix unwind info when fake-splitting; add job to runtime...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Stephen Toub
Use u8 in more places (#69995)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Jeremy Koritzinsky
Remove complex marshalling support from crossgen2 ...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Michal Strehovský
Fix trimmability of various System.Runtime tests (...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
SingleAccretion
Delete a few dependencies on field sequences (#69991)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Sychev Vadim
Optimization for "~x + 1" to "-x" (#69003) (#69600)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
SingleAccretion
Delete `GT_INDEX` (#69917)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Tanner Gooding
Re-enable the pause intrinsic test for x86/x64 CoreCLR...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Tomáš Rylek
Mop-up changes per Jakob's PR suggestions (#70180)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Thays Grazia
Update testing-android.md (#70362)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Sergei Papikian
DebuggerDisplay Stopwatch (#65753)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Julien Couvreur
Add bool and uint to documentation for RuntimeHelpers...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Tarek Mahmoud...
Fix TZ Tests (#70309)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Koundinya Veluri
Fix some scaling issues with the global queue in the...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Olli Saarikivi
NonBacktracking inner matching loop optimizations ...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Badre BSAILA
handle SECURITY_STATUS 0x80090016 (#69942)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Jakob Botsch...
JIT ARM32: Fix passing odd sized structs from arbitrary...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Andy Ayers
JIT: broaden cloning invariant checks (#70232)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
SingleAccretion
Fold more "OBJ(ADDR(LCL))" patterns in multi-reg morphi...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
SingleAccretion
Do not use `LEA`s in HIR (#69992)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Jackson Schuster
Fix linker ref param warnings (#70082)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Zoltan Varga
[mono][wasm] Revert the gc_pin optimization changes...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Carlos Sanchez
Rename TarFormat to TarEntryFormat (#70313)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
SingleAccretion
Remove obsolete code from "gtSetMultiOpOrder" (#70216)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
SingleAccretion
Do not retype SIMD nodes (#70265)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Jakob Botsch...
Always use portable tailcalling mechanism for delegate...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Thays Grazia
[wasm][debugger] Support new hot reload features (...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-07
Zoltan Varga
[mono][jit] Emit a null check for ldobj. (#70308)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Tanner Gooding
Fixing the costing of GT_CNS_DBL and GT_CNS_VEC instruc...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
David Wrighton
Stop unnecessary exceptions from being thrown from...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Eric Erhardt
Move HostAbortedException to Abstractions (#70205)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Mitchell Hwang
[mono] Extend mono AOT compiler to ingest .mibc profile...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Günther Foidl
Update libraries' building docs for native components...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Kunal Pathak
Bug fixes from dead code elimination (#69897)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Stephen Toub
Fix lazy loop backtracking uncapture in compiled regexe...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Bruce Forstall
Improve binaries filtering for PMI runs of SPMI collect...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Nikola Milosavljevic
Do not add x86 host to PATH on 64-bit machines (#69902)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Marek Fišera
[wasm] Properly handle trailing whitespace in the URL...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Eirik Tsarpalis
Decouple TimeOnlyConverter from TimeSpanConverter ...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Steve Harter
Remove unused code (#70282)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Jan Kotas
Add list of pre-requisities for Alpine (#70283)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Thays Grazia
[wasm][debugger]Fix entrypoint breakpoint when it's...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Steve Pfister
[iOS] Grab the default timezone using native API (...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Shay Rojansky
Implement DbDataSource (#70006)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Ilona Tomkowicz
[wasm][debugger] Added Default Interface Method tests...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Stephen Toub
Improve string.Format / {Value}StringBuilder.AppendForm...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
SingleAccretion
Generalize the "BOX(nullable) cmp null" opt (#69961)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
SingleAccretion
Enable folding of struct indirs used by returns in...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Radek Doulik
[wasm] Initial SIMD support (#70086)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Simon Rozsival
[Android] Fix app crash when using non-native HttpClien...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Huo Yaoyuan
Remove ternary workaround for string.IsNullOrEmpty...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Tomas Weinfurt
limit retries of EPROTOTYPE on macOS (#69882)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Tomas Weinfurt
allow null TargetHost in SslClientAuthenticationOptions...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Beau Gosse
Ignoring test for NativeAOT since GetCallingAssembly...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Adeel Mujahid
Add support for symbol stripping (#70233)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Bruce Forstall
Re-disable `Runtime_56953` (#70258)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Jan Kotas
Delete ENABLE_REFLECTION_TRACE (#70244)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-06
Jan Kotas
[NativeAOT] Fold System.Private.Reflection.Metadata...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-05
Vlad Brezae
[mono][interp] Fix performance regression (#70255)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-05
Huo Yaoyuan
Delete some dead util code (#70254)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-05
Jérôme Laban
[Wasm] Restore _free default export for Emcc 3.1.7...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-05
Tom Deseyn
FileSystem.Unix: CreateSymbolicLink: remove unused...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-05
Stephen Toub
Fix regex outerloop tests (#70246)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-05
github-actions...
Sync shared code from aspnetcore (#70236)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-04
Jan Kotas
Move Environment.iOS.cs under libraries (#70226)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-04
SingleAccretion
Re-enable Runtime_56953 on ARM64 (#70237)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-04
SingleAccretion
Consolidate morphing of local nodes (#69819)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-04
Fan Yang
[Mono] Fix test skipping for mobile device runtime...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-04
SingleAccretion
Utilize VN-based non-null knowledge better (#69808)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-04
Margus Veanes
Safe size estimation for SymbolicRegexNode (#70139)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-04
SingleAccretion
Delete a little more dead rationalizer code (#70218)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-04
Andy Ayers
JIT: add missing cloning test case and fix jit dump...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-03
Tom Deseyn
Make Cryptography.Pkcs.Tests pass when rsa+sha1 signing...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-03
David Wrighton
Simplify ReadyToRunCompilationGroupBase config (#70192)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-03
dotnet-maestro...
Update dependencies from https://github.com/dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-03
Huo Yaoyuan
Remove unused winapi mimicking headers under PAL (...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-03
Andy Ayers
JIT: fix invariant analysis for cloning (#70126)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-03
Vladimir Sadov
Some cleanups in Native AOT suspension area (#69885)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-03
Michal Strehovský
Consider targets of delegates reflection-visible (...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-03
Radek Zikmund
Update CentOS7 image (#69892)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-03
Carlos Sanchez
Do not read position when tar archive stream is unseeka...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-03
Adeel Mujahid
Add {M}IBC to glossary (#68111)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-03
Levi Broderick
Improve Encoding.UTF8.GetMaxByte/CharCount perf (#69910)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-03
Tanner Gooding
Ensure that GT_CNS_VEC is handled in LinearScan::isMatc...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-02
Kevin Jones
Remove thumbprint allocation in ManagedCertificateFinder
commit
|
commitdiff
|
tree
|
snapshot
2022-06-02
Akhil Indurti
fix InstanceDataCollectionCollection_CopyTo by retrying...
commit
|
commitdiff
|
tree
|
snapshot
2022-06-02
Egor Bogatov
Fix crash on osx-arm64 with Vector3 (#70141)
commit
|
commitdiff
|
tree
|
snapshot
2022-06-02
Jeremy Barton
Enable server-side OCSP stapling on Linux
commit
|
commitdiff
|
tree
|
snapshot
2022-06-02
Aaron Robinson
Update updating-ref-source.md (#70169)
commit
|
commitdiff
|
tree
|
snapshot
next