platform/upstream/dotnet/runtime.git
2023-03-08 Jakob Botsch... JIT: Support converting OR(condition, condition) -...
2023-03-08 Tomas Weinfurtuse MsQuic 2.1 again (#83124)
2023-03-08 Pavel Savara[browser] cleanup before memory snapshot (#83082)
2023-03-08 Adeel MujahidRename cgroup.cpp to cgroupcpu.cpp (#83029)
2023-03-07 dotnet-maestro... [main] Update dependencies from 8 repositories (#83032)
2023-03-07 Tomas Weinfurtget transport MsQuic for Windows arm64 (#83104)
2023-03-07 Tomas Weinfurtfix failing ConnectWithRevocation_ServerCertWithoutCont...
2023-03-07 dotnet-maestro... [main] Update dependencies from dotnet/roslyn (#83031)
2023-03-07 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-03-07 Daniel RamosSeparate the generation of PerfMap and JitDump files...
2023-03-07 Jeremy KoritzinskyChange the ComInterfaceGenerator to output source in...
2023-03-07 Tanner GoodingSome minor cleanup post the addition of TYP_SIMD64...
2023-03-07 Jeremy KoritzinskyUse more traditional interface implementation + delegat...
2023-03-07 Bruce ForstallRename IntegralRange::IsPositive() to IsNonNegative...
2023-03-07 Andy AyersJIT: profile synthesis consistency checking and more...
2023-03-07 Marek Fišera[wasm] Disable GetAsync_ManyDifferentResponseHeaders_Pa...
2023-03-07 Radek Doulik[wasm] Add narrow methods to PackedSimd (#83084)
2023-03-07 Michal StrehovskýMake open method resolver pay for play (#83064)
2023-03-07 Michal StrehovskýIfdef out a piece of unreachable reflection stack ...
2023-03-07 Michal StrehovskýEmit leaner cctor context for preinitialized types...
2023-03-07 Stephen ToubImprove perf of CharEnumerator (#82990)
2023-03-07 Michal StrehovskýAllow devirtualizing more interface calls (#82927)
2023-03-07 Michal StrehovskýAvoid generic virtual methods in enum infrastructure...
2023-03-07 Katelyn Gadd[wasm] Don't generate unused imports in jiterpreter...
2023-03-07 Egor BogatovImprove EqualityComparer for NativeAOT (#83054)
2023-03-07 Tomas Weinfurtfix QUIC_STATUS in macOS (#83011)
2023-03-07 Filip Navara[NativeAOT] Experiment: Cache location of unwind sectio...
2023-03-07 Jackson SchusterMake ComWrappersUnwrapper public in test assembly ...
2023-03-07 Jakob Botsch... JIT: Remove JTRUE(relop) invariant in the backend ...
2023-03-06 Vitek KarasAdds a test for compiler generated trim warning suppres...
2023-03-06 Steve Pfister[android][ios] Add LibraryBuilder task to support aot...
2023-03-06 Stephen ToubAllow PeriodicTimer to have an infinite timeout (#82986)
2023-03-06 Stephen ToubAdd IPAddress ISpanFormattable/Parsable implementations...
2023-03-06 Tomáš RylekFix for GitHub issue 76673 and regression test - incorr...
2023-03-06 Kevin JonesUse SecurityTransforms for RSA+PSS (#82728)
2023-03-06 Fan Yang[Mono] Add initial arm64 hardware intrinsics support...
2023-03-06 Kevin JonesUse output size helpers for cryptographic primitives...
2023-03-06 Zoltan Varga[wasi] More cross compiler fixes. (#82911)
2023-03-06 Katelyn GaddImplement INITBLK and CPBLK in the Jiterpreter (#83033)
2023-03-06 Jackson SchusterShare all "Compiles" tests from VTableIndexStubGenerato...
2023-03-06 Andy AyersJIT: initial implementation of profile synthesis (...
2023-03-06 Andrew AuFix special sweep issue for workstation (#81248)
2023-03-06 Bruce ForstallSimplify fgDfsReversePostorderHelper (#83018)
2023-03-06 Andy AyersFixes for partial compilation of methods (#80635)
2023-03-06 Katelyn GaddFix cknull_ptr value tracking being incorrect for addre...
2023-03-06 Jakob Botsch... JIT: Assume allocations succeed (#82961)
2023-03-06 Egor BogatovEnable more intrinsics for tier0 (#83002)
2023-03-06 Michal StrehovskýUpdate Microsoft.NETCore.Native.targets (#83024)
2023-03-06 DeepakRajendrakumaranInitial support for zmm in .NET (#80960)
2023-03-05 Will Smith[JIT] Fixed improper peephole zero-extension removal...
2023-03-05 Stephen ToubFix BitConverter.ToXx error message (#82987)
2023-03-05 Mike McLaughlinAdd NT_SIGINFO NOTE to ELF dumps (#82449)
2023-03-05 Adeel MujahidReplace remaining instances of COMPlus with DOTNET...
2023-03-05 Stephen ToubReplace some unnecessary use of CompareInfo (#82988)
2023-03-05 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-03-04 Bruce ForstallClean up run.sh documentation (#82983)
2023-03-04 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-03-04 Stephen ToubFix invariant check in DateTimeParse (#82971)
2023-03-04 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-03-04 Zoltan Varga[mono] Fix Hello World sample. (#82977)
2023-03-04 Bruce ForstallRemove dead link (#82972)
2023-03-04 Egor BogatovEnable JitDasmWithAlignmentBoundaries and JitDasmWithAd...
2023-03-04 Omair MajidAdd RID for Fedora 39 (#82185)
2023-03-04 David WrightonFix the multicore performance of mapping from an instru...
2023-03-04 Katelyn Gadd[wasm] Improve jiterpreter trace entry point selection...
2023-03-04 Stephen ToubTrim some overheads for "r"/"o" DateTime parsing (...
2023-03-03 Huo YaoyuanImplement managed SegmentCommandLine (#82883)
2023-03-03 Ankit Jain[wasm] Debugger tests - fix build (#82958)
2023-03-03 Andy AyersJIT: fix fgDfsReversePostorder (#82950)
2023-03-03 Jan KotasFix patterns that defeat resource string optimizations...
2023-03-03 Elinor FungFix trim warning in ComponentActivator (#82952)
2023-03-03 Katelyn Gadd[wasm] Fix min/max in the jiterpreter (#82955)
2023-03-03 Tomas Weinfurtuse PlatformSpecific attribute to supress platform...
2023-03-03 Tomas Weinfurtadd RID for Ubuntu 23.04 (#82284)
2023-03-03 Pavel Savara[browser] legacy JS interop optional via WasmEnableLega...
2023-03-03 dotnet-maestro... [main] Update dependencies from dotnet/roslyn (#82479)
2023-03-03 Katelyn Gadd[wasm] Implement more jiterpreter opcodes (#82940)
2023-03-03 dotnet-maestro... [main] Update dependencies from 9 repositories (#82600)
2023-03-03 Huo YaoyuanGuard more COM interop related code (#82882)
2023-03-03 Jared ParsonsNullable annotation fixes (#82803)
2023-03-03 dotnet-maestro... [main] Update dependencies from dotnet/arcade (#82764)
2023-03-03 Jan VorlicekRemove cached RW mapping when the corresponding RX...
2023-03-03 Adeel MujahidFix typo in SingleEntry.targets property (#82935)
2023-03-03 Kevin JonesSupport raw ECDH key agreements
2023-03-03 Pavel Savara[browser] Calculate hash for runtime assets (#82891)
2023-03-03 David MasonIssue correct Enable/Disable commands for EventSources...
2023-03-03 Stephen ToubAllow default AsyncFlowControls rather than throwing...
2023-03-03 Fan Yang[Mono] Enable runtime tests running on arm64 with mini...
2023-03-03 Katelyn Gadd[jiterp] Perform a single unsigned bounds check for...
2023-03-03 Maoni StephensFixing a bug that causes us to mistakenly demote a...
2023-03-03 Michal StrehovskýImplement interfaces in the non-generic enumerator...
2023-03-03 Stephen ToubFix a few async void tests to be async Task (#82914)
2023-03-03 Adeel MujahidRevert "Enable symbol stripping for crossgen2 (#82698...
2023-03-03 Stephen ToubImprove DateTime.ParseExact perf for invariant culture...
2023-03-03 Mitchell HwangSubstitute out geopolitical term in TimeZoneInfo (...
2023-03-02 Natalia KondratyevaDisable SupportedWindowsPlatforms_IsSupportedIsTrue...
2023-03-02 Zoltan Varga[mono][aot] Emit cctor instantiations for classes refer...
2023-03-02 Zoltan Varga[mono][aot] Emit a list of exported methods into the...
2023-03-02 David MasonEventPipe env var to disable stack collection (#82470)
2023-03-02 Stephen ToubMark some internal/private structs as readonly (#82415)
next