platform/upstream/dotnet/runtime.git
2023-02-14 Austin WiseFix build.cmd -s clr.aot+libs (#82019)
2023-02-14 Michal StrehovskýIntrinsify `CreateSpan` in static constructor interpret...
2023-02-14 Bruce ForstallTemporarily disable Interop/COM/ComWrappers/WeakReferen...
2023-02-14 Bruce ForstallDisable DictionaryExpansion.cmd test on win-x86 (#82056)
2023-02-14 Michal StrehovskýEnable tests blocked on closed issue #50381 (#82024)
2023-02-14 Stephen ToubLazily initialize base state for Random-derived type...
2023-02-14 Eirik TsarpalisMove 'special characters' detection logic to JsonReader...
2023-02-14 Eirik TsarpalisUse the new BitArray.HasAllSet() method (#82057)
2023-02-13 Jan KotasAdd new InteropData ordering rule (#82044)
2023-02-13 Jeff HandleyFix XmlSqlBinaryReader and introduce a corpus of SqlXml...
2023-02-13 Egor BogatovAllow some intrinsics in Tier0 (#77357)
2023-02-13 LateApexEarlySpeedCreate BitArray.HasAllSet() and .HasAnySet(). (#81527)
2023-02-13 Ankit Jain[wasm] Wasm.Build.Tests - some cleanup to prepare for...
2023-02-13 Jakob Botsch... JIT: Add DOTNET_JitOnlyOptimizeRange (#82034)
2023-02-13 David WrightonFix non-determinism in Type.IsAssignableTo (#78939)
2023-02-13 Michal StrehovskýUpdate Microsoft.Extensions.Logging.EventSource.Tests...
2023-02-13 Stephen ToubAdd CancellationTokenSource.CancelAsync (#81444)
2023-02-13 Stephen ToubReplace some single-char strings with chars (#81831)
2023-02-13 Andy AyersJIT: start working on profile consistency (#81936)
2023-02-13 Elinor FungSetThreadDpiAwareness for host error dialog (#81930)
2023-02-13 dotnet-maestro... [main] Update dependencies from dotnet/xharness dotnet...
2023-02-13 dotnet-maestro... [main] Update dependencies from dotnet/arcade (#81995)
2023-02-13 Eirik TsarpalisRemove a number of JsonPropertyInfo reflection code...
2023-02-13 Adeel MujahidFix pal tests build on osx-arm64 (#81604)
2023-02-13 Adeel MujahidRemove errno check from the fallback in getexepath...
2023-02-13 Alexander KöplingerBump iOS/tvOS minimum version to 11.0, cleanup some...
2023-02-13 Michal StrehovskýFix scanning `newarr` (#82028)
2023-02-13 Michal StrehovskýFix getting typecode of generic parameters restricted...
2023-02-13 Aleksey Kliger... [coop][interp] Fix GC transitions for thunk invoke...
2023-02-13 Tom DeseynConsole.Tests: extend VerifyInstalledTermInfosParse...
2023-02-13 Jakob Botsch... JIT: Relax reg-optionality validity checks (#81614)
2023-02-13 Jan Dupej[mono] RuntimeHelpers.CreateSpan<T> is now intrinsic...
2023-02-13 Austin WiseTweak NativeAOT repro instructions (#82018)
2023-02-12 Stephen ToubAvoid taking lock for empty bucket in ConcurrentDiction...
2023-02-12 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-02-12 Tomas Weinfurtremove test references to archaic Linux versions (...
2023-02-12 Stephen ToubRemove a few char[] allocations from Xml (#82006)
2023-02-12 Stephen ToubUse span.SplitAny in NetworkInformation.StringParsingHe...
2023-02-12 Egor BogatovDon't instrument methods with [Intrinsic] (#81983)
2023-02-12 Adeel MujahidAdd a missing assert in constraint resolver (#81641)
2023-02-12 Stephen ToubAvoid a few unnecessary char.ToStrings (#81980)
2023-02-12 Zoltan Varga[wasi] Fix the setting of XUNIT_RANDOM_ORDER_SEED,...
2023-02-11 Tanner GoodingAdd basic support for folding SIMD intrinsics (#81547)
2023-02-11 Stephen ToubUse IndexOfAnyValues in another place in System.Text...
2023-02-11 Jakob Botsch... Handle renamed compressed .mibc files gracefully in...
2023-02-11 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-02-11 Adeel MujahidDisable RTTI on Unix (#81986)
2023-02-11 Will SmithTransform IntCon(0) to VecCon(0) for WithElement case...
2023-02-11 Jeff TysonAdd additional case where public signing cannot be...
2023-02-11 Andy AyersJIT: in minimal profiling mode, ignore impact of condit...
2023-02-10 Bruce ForstallTweak coreclr test build script (#81975)
2023-02-10 Šimon RozsívalDisable failing test (#81948)
2023-02-10 Jeremy KoritzinskyFix alloc-dealloc mismatches (#81928)
2023-02-10 Andy AyersJIT: add option to use interlocked add for PGO edge...
2023-02-10 Ankit Jain[wasm] Clean up, and consolidate `tests.wasm.targets...
2023-02-10 Jeremy KoritzinskyRemove extraneous output to console from our build...
2023-02-10 Jo ShieldsFix the Mono part of #81600 (#81920)
2023-02-10 Tlakaelel Axayakatl... Add star into link attributes (#81407)
2023-02-10 Stephen ToubFix ConcurrentDictionary test by rooting members access...
2023-02-10 Jan VorlicekFix bug introduced by preventing unwind through stack...
2023-02-10 dotnet-maestro... [main] Update dependencies from dotnet/arcade (#81953)
2023-02-10 Marie Píchová[QUIC] Added tests to check IsSupported. (#81481)
2023-02-10 Egor BogatovApply jkotas's patch to fix race condition in AllocateM...
2023-02-10 Jan KotasFix major performance regression in legacy struct marsh...
2023-02-10 Marek SafarUpdate area-owners.md (#81958)
2023-02-10 Katelyn Gadd[wasm] Reimplement jiterpreter float-to-int conversions...
2023-02-10 Michal StrehovskýFix `getMethodSig` for array methods (#81942)
2023-02-10 Steve Pfister[mono] Move mono.mscordbi subset off the offical build...
2023-02-10 dotnet-maestro... [main] Update dependencies from dotnet/roslyn-analyzers...
2023-02-10 Egor BogatovRemove contention from HandleHistogramProfileRand ...
2023-02-10 Jakob Botsch... JIT: Pick some low-hanging fruit in LSRA throughput...
2023-02-10 Tom DeseynMake DotNetBuildFromSource work in more cases. (#81480)
2023-02-10 Šimon Rozsíval[Android] Enable two networking tests (#81895)
2023-02-10 Ilona TomkowiczFix. (#81879)
2023-02-10 Vitek KarasValidate the Kept attribute against the presence of...
2023-02-10 Michal StrehovskýFix compiler crashes for invalid IL sequences (#81940)
2023-02-10 Mike McLaughlinChange the default createdump memory enumeration to...
2023-02-10 Jeremy KoritzinskyRemove dead code (#81927)
2023-02-10 Jeremy KoritzinskySet the last error in MAPMapPEFile when it fails (...
2023-02-09 Adeel MujahidDeclare CoreClrPgoDataArg variable in CI script (#80324)
2023-02-09 Eirik TsarpalisRemove a number of unnecessary intermediate allocations...
2023-02-09 dotnet-maestro... [main] Update dependencies from dotnet/icu dotnet/xharn...
2023-02-09 Katelyn Gadd[wasm] Optimize out redundant null checks in the jiterp...
2023-02-09 Katelyn GaddDisable EnsureCleanEnvironment on wasm since it can...
2023-02-09 Eric ErhardtAdd Host.CreateEmptyApplicationBuilder (#81728)
2023-02-09 Radek DoulikFix vector set_Item (#81898)
2023-02-09 Bruce ForstallCache copies of register sets and data that varies...
2023-02-09 Pavel Savara[browser] improve asset loading (#81886)
2023-02-09 Egor BogatovFix AllocateRegularStaticBox for FOH (#81857)
2023-02-09 Bruce ForstallIntroduce insGroup/instrDesc backwards navigation ...
2023-02-09 Radek Doulik[mono] Fix SIMD multiplication by scalar (#81888)
2023-02-09 Will Smith[JIT] X64 - Peephole optimization to skip emitting...
2023-02-09 devskoXmlWriter respects NewLineOnAttributes when writing...
2023-02-09 Jakob Botsch... JIT: Transform SELECT(relop, 1/0, 0/1) to relop (#81880)
2023-02-09 Stephen ToubImprove ConcurrentDictionary performance, in particular...
2023-02-09 Marek SafarEnable same set of analyzers for C# tools that are...
2023-02-09 Eirik TsarpalisFix a couple of JsonConstructor bugs & clean up JsonPar...
2023-02-09 Jo ShieldsForce building of Mono manifest packages when building...
2023-02-09 Radek DoulikFix vector's Narrow intrinsics (#81843)
2023-02-09 Pavel Savarahandle PDB files as asset type (#81828)
next