platform/upstream/dotnet/runtime.git
2022-07-27 Kunal PathakEnable GitHub_35821 (#72900)
2022-07-27 Pavel Savaraenable https://github.com/dotnet/runtime/issues/53957...
2022-07-27 Stephen ToubAdd missing System.Net docs (#72459)
2022-07-27 Aleksey Kliger... [mini] Emit a null check using MONO_EMIT_NEW_CHECK_THIS...
2022-07-27 dotnet botLocalized file check-in by OneLocBuild Task: Build...
2022-07-27 dotnet-maestro... [main] Update dependencies from 8 repositories (#72448)
2022-07-27 SingleAccretionDon't create mismatched block copies in `cpblk` import...
2022-07-27 Dan MoseleyRedisable GetAndSet_AreThreadSafe_AndUpdatesNeverLeaves...
2022-07-27 Jan KotasDelete DelegateInvokeThunk (#72903)
2022-07-27 Eric ErhardtAdd a test that ensures we are using SubtleCrypto in...
2022-07-27 Adeel MujahidUpdate upstream ref for arm fp unwind support (#71857)
2022-07-27 Andy AyersExclude JIT/opt/ValueNumbering/TypeTestFolding from...
2022-07-27 Simon RozsivalChange issue number (#72863)
2022-07-27 Stephen ToubAdd [Shared] to two CodeFixProviders (#72885)
2022-07-27 Steve Pfister[iOS] Skip test suites that take too long to build...
2022-07-27 Steve Pfister[iOS] Fix ZipPackage_CreateWithFileAccessWrite test...
2022-07-27 Stephen ToubFix Enumerable.Chunk throughput regression (#72811)
2022-07-27 Stephen ToubAvoid a couple theoretical reorderings in ManualResetVa...
2022-07-27 Stephen ToubFix undisposed RegistryKeys in Microsoft.Win32.Registry...
2022-07-26 Youssef VictorSimplify UpgradeToRegexGenerator (#72538)
2022-07-26 Olli SaarikiviAdd missing case in PruneLowerPriorityThanNullability...
2022-07-26 Ankit Jain[wasm] Add `runtime-wasm-perf` pipeline (#72119)
2022-07-26 Dan MoseleyFix EncryptDecrypt test (#72874)
2022-07-26 Josie BiglerMake TypeBuilder.CreateType return non nullable (#72180)
2022-07-26 Anton FirszovTear down pending HTTP connection when the originating...
2022-07-26 Tarek Mahmoud... Fix Idna Test (#72817)
2022-07-26 Steve DunnFinds logger field in related types (#71308)
2022-07-26 Jeff HandleyAdd pod names into the area-owners.json file to support...
2022-07-26 Stephen ToubChange RegexGenerator to produce limited implementation...
2022-07-26 Jose Perez... Enabling some tests back onto the Interpreted engine...
2022-07-26 Jeremy KoritzinskyEnable the ConvertToLibraryImport diagnostic by default...
2022-07-26 SingleAccretionConsolidate importer spilling code V2 (#72744)
2022-07-26 Marie Píchová[QUIC] Remove connection state from QuicStream (#72599)
2022-07-26 Jake YallopSystem.Text.Json - Emit XML comments for public source...
2022-07-26 Carsten SchuetteFix for #70007, fallback to old implementation if optim...
2022-07-26 Jeremy KoritzinskyAdd analyzer support to validate the stateless marshall...
2022-07-26 Stephen ToubFix missing shifting of Match._textxx fields (#72728)
2022-07-26 Jeremy BartonAdd CertificateRevocationListBuilder
2022-07-26 Michał PetrykaClarify the purpose of the official discord (#72861)
2022-07-26 William GodbeMake RateLimiterOptions follow Options pattern (#72530)
2022-07-26 Pavel Savara[wasm] optimize WebSocket perf for small buffers (...
2022-07-26 Radek ZikmundRemove Http3RequestStream from _activeRequest when...
2022-07-26 Natalia KondratyevaFix running HTTP stress tests on local docker (#72844)
2022-07-26 Mitchell Hwang[iOS] Enable System.Data.Common tests (#72554)
2022-07-26 Viktor HoferEmit warning instead of an error in package compat...
2022-07-26 Pavel Savara[wasm] improve startup (#72275)
2022-07-26 Lakshan FernandoRemoving the PublishAot check from the SDK (#72820)
2022-07-26 Jakob Botsch... JIT: Fix creating small-typed LCL_VAR nodes in fgMakeTe...
2022-07-26 Stephen ToubFix HttpListenerRequestUriBuilder.GetPath's search...
2022-07-26 Juan HoyosBail second pass redirection after catch in thread...
2022-07-26 Michal StrehovskýRepresent field RVA data with a dedicated node (#72826)
2022-07-26 Dan MoseleyFix MemoryCache test failures due to race (#72821)
2022-07-25 Larry Ewing[wasm] Move some defaults out of the templates (#72626)
2022-07-25 Andy AyersJIT: add more inlining bail out checks (#72795)
2022-07-25 Steve Pfister[iOS] Enable Diagnostics.Tracing tests (#72545)
2022-07-25 Matt MitchellRe-enable the ability to use in-build signing (#72690)
2022-07-25 Egor BogatovEnable NI_Vector256_Create on AVX1 (#72522)
2022-07-25 Egor BogatovImprove String.EndsWith for OrdinalIgnoreCase (#72750)
2022-07-25 Miriam España... when building on Ubuntu, avoid warning on shlibdeps...
2022-07-25 Kevin JonesDispose of IncrementalHash in CmsSigner
2022-07-25 Pavel Savarafix project references, transient dependency doesn...
2022-07-25 Aleksey Kliger... [wasm-ep] Implement DiagnosticServer and startup sessio...
2022-07-25 SingleAccretionDelete dead code from and fix `getSIMDStructFromField...
2022-07-25 Tarek Mahmoud... Enable NJulianRuleTest (#72707)
2022-07-25 Zoltan Varga[mono][llvm] Fix generation of LLVM IR for OP_SSE_CVTII...
2022-07-25 Viktor HoferInclude EventLog.Messages in WindowsDesktop pack (...
2022-07-25 Andy AyersJIT: teach VN to fold type comparisons (#72136)
2022-07-25 feiyun0112TryAddWithoutValidation ViaHeaderValue (#72741)
2022-07-25 dotnet botLocalized file check-in by OneLocBuild Task: Build...
2022-07-25 Marek SafarExpands a list of always trimmed mobile+web CA with...
2022-07-25 Radek ZikmundFix SendAsync_GetWithInvalidHostHeader_ThrowsException...
2022-07-25 mathieubourgeoisEnsure `GetCorElementType` returns value type for enums...
2022-07-25 Stephen ToubRevert "Detect truncated GZip streams (#61768)" (#72742)
2022-07-25 Ankit Jain[wasm][debugger] Fix test regressions (#72751)
2022-07-25 Juan HoyosFix ARM64 Unix debugging (#72735)
2022-07-25 Vlad Brezae[mono] Include dynamic methods in stacktrace (#72732)
2022-07-25 Eric ErhardtFix ReflectionCachesUpdateHandler_CachesCleared test...
2022-07-25 Alhad DeshpandeAvoid transformation from multiplication to left shift...
2022-07-24 Stephen ToubAvoid some unnecessary static readonly arrays (#72727)
2022-07-24 Stephen ToubReplace a static readonly in[] in System.Data.Common...
2022-07-24 Marie PíchováFixed stress error System.Exception: Completed unexpect...
2022-07-24 Jakob Botsch... Avoid unnecessary return val copying in tailcall-via...
2022-07-24 Jan KotasRevert "Consolidate importer spilling code (#72291...
2022-07-24 Adeel MujahidFix nativeaot arm64 build on macOS (#72733)
2022-07-24 dotnet-maestro... [main] Update dependencies from dotnet/arcade (#72672)
2022-07-24 Marie Píchová[QUIC] Return connection dispose in H3loopback connecti...
2022-07-24 Adeel MujahidFix typos (#72709)
2022-07-23 dotnet-maestro... [main] Update dependencies from dotnet/linker (#72597)
2022-07-23 SingleAccretionConsolidate importer spilling code (#72291)
2022-07-23 SingleAccretionDelete lvVerTypeInfo (#71597)
2022-07-23 Stephen ToubImprove performance of RegistryKey.GetValue (#66918)
2022-07-23 Jakob Botsch... Update some more dependencies pulling in Newtonsoft...
2022-07-23 Levi BroderickImprove reliability of WarningsAsErrors replacement...
2022-07-23 Stephen ToubFix ClonedServer_ActsAsOriginalServer test (#72698)
2022-07-23 Aaron Robinson`LibraryImport` generator `AllowUnsafeBlocks` diagnosti...
2022-07-23 Elinor FungInclude libnethost.pdb in implementation packages ...
2022-07-23 MSDN.WhiteKnightAdd markdown readme for Microsoft.Extensions.Dependency...
2022-07-22 Noah FalkFix debugger funceval deadlock (#72179)
2022-07-22 Kevin JonesRespect ForceUTF8Encoding when encoding an X500DN
2022-07-22 Tarek Mahmoud... Support ICU on Windows Server 2019 (#72656)
next