platform/upstream/dotnet/runtime.git
2023-04-05 Jan KotasSwitch CustomAttributeTypeNameParser to use common...
2023-04-05 Andrew AuAvoid clearing uncommitted mark array (#83623)
2023-04-05 Jakob Botsch... JIT: Ensure tail merging does not add preds to scratch...
2023-04-05 Radek Doulik[wasm] Freeze the emscripten cache (#84356)
2023-04-05 Katelyn Gadd[wasm] Implement the ENDFINALLY opcode in the jiterpret...
2023-04-05 Radek Doulik[wasm] Simd refactoring (#84170)
2023-04-05 Vlad-Alexandru... Enabled Sqrt and Abs intrinsics (#84011)
2023-04-04 Egor BogatovOptimize stackalloc zeroing via BLK (#83255)
2023-04-04 Buyaa NamnanSuppress linker warnings properly (#84272)
2023-04-04 Egor BogatovMark FirstCharInUInt32IsAscii with aggressiveinlining...
2023-04-04 Andy AyersJIT: use synthesis to repair some reconstruction issues...
2023-04-04 Vladimir Sadov[NativeAOT] Remove unused native memcopy helpers. ...
2023-04-04 Jakob Botsch... JIT: Handle some "field offset computation" patterns...
2023-04-04 Daniel SvenssonImprove XmlDictionaryWriter UTF8 encoding performance...
2023-04-04 Tom DeseynConvertIcuTimeFormatString: convert narrow no-break...
2023-04-04 Egor BogatovFast-path in String.Trim (#84300)
2023-04-04 David WrightonUse similar types for self-referential generics instead...
2023-04-04 Mark PleskoAdd error check for skipped tests in merged groups...
2023-04-04 Will Smith[JIT] Fix re-use val zero on GC tracking (#84051)
2023-04-04 Will Smith[JIT] ARM64/X64 - Add `IsVNNeverNegative` (#83694)
2023-04-04 Tomas Weinfurtdon't load MsQuic unless needed by HttpClient (#83494)
2023-04-04 Bruce ForstallFix parallel SuperPMI output handling (#84219)
2023-04-04 David CantúOnly call base.DisposeAsync on classes derived from...
2023-04-04 Vlad Brezae[mono][sgen] Remove old code associated with domain...
2023-04-04 Stephen ToubFix FrozenDictionary/Set handling of ValueTuple keys...
2023-04-04 Egor Bogatovfix addrmode assert (#84252)
2023-04-04 Johan Lorensson[Mono]: Library mode enhancements. (#84165)
2023-04-04 Fan Yang[Mono] Support get_Count and get_AllBitsSet for mini...
2023-04-04 Vitek KarasStatic cctor analysis for reflection (#84089)
2023-04-04 Tomáš RylekAdd issues.targets entry for known issue #84007 (#84268)
2023-04-04 Jakob Botsch... JIT: Properly allocate shadow space for block op helper...
2023-04-04 Ilona Tomkowicz[browser][non-icu] `HybridGlobalization` change case...
2023-04-04 Michal StrehovskýFix reflection invoke file format issue for generic...
2023-04-04 Vladimir SadovIntroduce a diagnostic switch to turn off the use of...
2023-04-04 Kunal PathakArm64: Implement VectorTableLookup/VectorTableLookupExt...
2023-04-04 Lee CulverFix debugger stack unwind AV (#84270)
2023-04-03 xtqqczzeRefactor Interop.LocalAlloc follow-up (#84164)
2023-04-03 Jeremy KoritzinskyPrepare ComInterfaceGenerator for going into the public...
2023-04-03 Cameron Aavik[PERF] Enable daily perf runs on cloud VMs (#84203)
2023-04-03 Aleksey Kliger... [mono] update sgen codewoners (#84255)
2023-04-03 VincentWu[RISC-V] Port Mono for RISC-V 64 Arch (1/3) lp64d ABI...
2023-04-03 SingleAccretionDelete `LCL_VAR_ADDR` (#84185)
2023-04-03 Zoltan Varga[wasm] Don't publish the aot-instances.dll assembly...
2023-04-03 Zoltan Varga[mono] Remove the support for non r4fp, its not used...
2023-04-03 Katelyn Gadd[wasm] Re-enable jiterp null check optimization for...
2023-04-03 Elinor FungStop excluding existing files from CORE_ROOT generation...
2023-04-03 dotnet botLocalized file check-in by OneLocBuild Task: Build...
2023-04-03 Michal StrehovskýSplit Rank1 MdArray allocation into a separate helper...
2023-04-03 Zoltan Varga[mono][llvm] Add a fastpath to calling mini_init_method...
2023-04-03 Zoltan Varga[mono] Futher cleanups to delegate invocation (#83705)
2023-04-03 dotnet-maestro... [main] Update dependencies from dotnet/arcade (#83882)
2023-04-03 dotnet-maestro... [main] Update dependencies from dotnet/roslyn (#84017)
2023-04-03 Anton FirszovUse timeouts in 2 socket test cases (#84030)
2023-04-03 Michal StrehovskýAdd constprop handling for `typeof(T) == typeof(Foo...
2023-04-03 SingleAccretionDelete GTF_BLK_VOLATILE and GTF_BLK_UNALIGNED (#84217)
2023-04-03 Chet HuskUpdate usage of AllowEmptyTelemetry based on changes...
2023-04-03 Andrii KurdiumovRemove redundant settings (#83041)
2023-04-02 Gérald BarréChange culture-sensitive IndexOf to culture-insensitive...
2023-04-02 Bruce ForstallDelete dead code (#84197)
2023-04-02 Bruce ForstallRefine BBF_GC_SAFE_POINT handling in reachability compu...
2023-04-02 Egor BogatovEliminate bound checks for "arr[arr.Length - cns]"...
2023-04-02 Egor BogatovImprove Guid.Parse for input without whitespaces (...
2023-04-01 SingleAccretionDisallow the `InitObj` form for SIMD types (#84211)
2023-04-01 Bruce ForstallImprove reachability sets computation (#84204)
2023-04-01 Mark PleskoAddress timeouts in merged test groups (#84193)
2023-04-01 Egor BogatovImprove Guid.Parse (#84200)
2023-04-01 Michal StrehovskýUse FastAllocateString in InvariantModeCasing (#84206)
2023-04-01 Ruihan-YinOptimization on LinearScan::buildPhysRegRecords (#83862)
2023-04-01 Daniel SvenssonImprove Binary Xml (XmlDictionaryWriter) performance...
2023-04-01 SingleAccretionDelete GT_ADDR (#84147)
2023-04-01 Emmanuel AndréPreserve OCE.CancellationToken in ReadAtLeastAsync...
2023-04-01 Vladimir SadovReverting: Set AssemblyName.ProcessorArchitecture for...
2023-04-01 Buyaa NamnanInitial step for adding AssemblyBuilder.Save implementa...
2023-03-31 Trayan ZapryanovImprove XmlSerializationWriter.WriteTypedPrimitive...
2023-03-31 Andy GockeAdd linker flags to add fixup data to PDBs (#58417...
2023-03-31 Jan KotasDelete unmanaged type name parser from CoreCLR (#84159)
2023-03-31 SingleAccretionDelete two quirks for some CQ (#84176)
2023-03-31 Vladimir Sadov[NativeAOT] Fixes for two rare stress issues. (#83908)
2023-03-31 Egor BogatovVectorize Convert.FromHexString (#82521)
2023-03-31 SwapnilGaikwadUse ldp/stp with SIMD registers on Arm64 (#84135)
2023-03-31 Elinor FungFix error thrown on multiple non-conforming StartupHook...
2023-03-31 Mark PleskoConvert JIT\Regression tests to merged test groups...
2023-03-31 Marc BrooksAdd additional close statuses in ManagedWebSocket ...
2023-03-31 Egor BogatovFix assert when SpanHelpers.SequenceEqual is unused...
2023-03-31 Michal StrehovskýSplit `TryGetGenericMethodComponents` into two overload...
2023-03-31 SingleAccretionTake advantage of simplifications enabled by folding...
2023-03-31 xtqqczzeRefactor `Interop.LocalAlloc` (#82450)
2023-03-31 Theodor ZouliasCorrect three code comments in Dictionary.cs (#84128)
2023-03-31 Jan KotasFix type parsing error returned for type names with...
2023-03-30 Jan VorlicekFix AREA alignment warning on Windows ARM64 (#84020)
2023-03-30 Jeff HandleyUpdate API Review Process doc with updated link and...
2023-03-30 Vladimir SadovDisable System.Net.Sockets\tests\FunctionalTests\System...
2023-03-30 Michal StrehovskýSwitch attribute equality to the valuetype equality...
2023-03-30 Jan KotasProper type name parser for native AOT compiler (#83657)
2023-03-30 Katelyn Gadd[wasm] Implement MINT_SHL_AND_ in the jiterpreter ...
2023-03-30 Fan Yang[Mono] Intrinsify multiply and divide for mini JIT...
2023-03-30 Milos Kotlar[mono] Implement GC descriptor for structs with InlineA...
2023-03-30 Jakob Botsch... Fix profiler handle GC tests (#83968)
2023-03-30 Tanner GoodingFixing a few xml doc comments for the Vector###.WithUpp...
2023-03-30 Eirik TsarpalisRevert #80698 and obsolete JsonSerializerOptions.AddCon...
next