Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-09Add usingdarc-main-fe02c49f-0b42-470f-be36-18cf3ef8aacbSven Boemer
2022-06-09Suppress trim warnings in testsSven Boemer
2022-06-08Update dependencies from https://github.com/dotnet/linker build 20220608.1dotnet-maestro[bot]
2022-06-08Suppress trim warningsSven Boemer
2022-06-08Update dependencies from https://github.com/dotnet/linker build 20220607.2dotnet-maestro[bot]
2022-06-07JIT: remove loop if `lpTop` becomes unreachable (#70324)Andy Ayers
2022-06-07Update dependencies from https://github.com/dotnet/hotreload-utils build 2022...dotnet-maestro[bot]
2022-06-07[wasm] Fix Wasm.Build.Tests test failures on windows (#70328)Ankit Jain
2022-06-07JIT: Remove unneeded unconditional jumps (#69041)Wraith
2022-06-07Clarity atomicity guarantees in ECMA-335 (#70384)Jan Kotas
2022-06-07Update shared code from linker (#70204)Vitek Karas
2022-06-07Keep members on Int128 and Half for testing (#70332)Michal Strehovský
2022-06-07Fix double to unlong conversions to handle NaN (#70331)Michal Strehovský
2022-06-07[main] Update dependencies from dotnet/linker (#69710)dotnet-maestro[bot]
2022-06-07Fix race condition in WASM crypto worker (#70185)Eric Erhardt
2022-06-07Fix unwind info when fake-splitting; add job to runtime-jit-experimental (#69...Aman Khalid
2022-06-07Use u8 in more places (#69995)Stephen Toub
2022-06-07Remove complex marshalling support from crossgen2 (#70183)Jeremy Koritzinsky
2022-06-07Fix trimmability of various System.Runtime tests (#70329)Michal Strehovský
2022-06-07Delete a few dependencies on field sequences (#69991)SingleAccretion
2022-06-07Optimization for "~x + 1" to "-x" (#69003) (#69600)Sychev Vadim
2022-06-07Delete `GT_INDEX` (#69917)SingleAccretion
2022-06-07Re-enable the pause intrinsic test for x86/x64 CoreCLR (#70230)Tanner Gooding
2022-06-07Mop-up changes per Jakob's PR suggestions (#70180)Tomáš Rylek
2022-06-07Update testing-android.md (#70362)Thays Grazia
2022-06-07DebuggerDisplay Stopwatch (#65753)Sergei Papikian
2022-06-07Add bool and uint to documentation for RuntimeHelpers.CreateSpan (#70360)Julien Couvreur
2022-06-07Fix TZ Tests (#70309)Tarek Mahmoud Sayed
2022-06-07Fix some scaling issues with the global queue in the thread pool (#69386)Koundinya Veluri
2022-06-07NonBacktracking inner matching loop optimizations (#70217)Olli Saarikivi
2022-06-07handle SECURITY_STATUS 0x80090016 (#69942)Badre BSAILA
2022-06-07JIT ARM32: Fix passing odd sized structs from arbitrary sources (#70075)Jakob Botsch Nielsen
2022-06-07JIT: broaden cloning invariant checks (#70232)Andy Ayers
2022-06-07Fold more "OBJ(ADDR(LCL))" patterns in multi-reg morphing (#70207)SingleAccretion
2022-06-07Do not use `LEA`s in HIR (#69992)SingleAccretion
2022-06-07Fix linker ref param warnings (#70082)Jackson Schuster
2022-06-07[mono][wasm] Revert the gc_pin optimization changes. (#70234)Zoltan Varga
2022-06-07Rename TarFormat to TarEntryFormat (#70313)Carlos Sanchez
2022-06-07Remove obsolete code from "gtSetMultiOpOrder" (#70216)SingleAccretion
2022-06-07Do not retype SIMD nodes (#70265)SingleAccretion
2022-06-07Always use portable tailcalling mechanism for delegate tailcalls (#70269)Jakob Botsch Nielsen
2022-06-07[wasm][debugger] Support new hot reload features (#70097)Thays Grazia
2022-06-07[mono][jit] Emit a null check for ldobj. (#70308)Zoltan Varga
2022-06-07Fixing the costing of GT_CNS_DBL and GT_CNS_VEC instructions (#70215)Tanner Gooding
2022-06-07Stop unnecessary exceptions from being thrown from crossgen when a reference ...David Wrighton
2022-06-07Move HostAbortedException to Abstractions (#70205)Eric Erhardt
2022-06-07[mono] Extend mono AOT compiler to ingest .mibc profiles (#70194)Mitchell Hwang
2022-06-06Update libraries' building docs for native components (#70284)Günther Foidl
2022-06-06Bug fixes from dead code elimination (#69897)Kunal Pathak
2022-06-06Fix lazy loop backtracking uncapture in compiled regexes (#70280)Stephen Toub