platform/upstream/dotnet/runtime.git
2021-12-14 Tomáš RylekDeduplicate JIT/Methodical/Boxing/xlang tests (#62753)
2021-12-14 Egor BogatovJIT: Fix range checks for "i >= 0 && i < cns" patterns...
2021-12-14 dotnet-maestro... [main] Update dependencies from 7 repositories (#62718)
2021-12-14 Koundinya VeluriFix named mutexes on OSX to work between arm64 and...
2021-12-14 github-actions... Rename IHttpHeadersHandler to IHttpStreamHeadersHandler...
2021-12-14 Tomáš RylekRemove dummy project property IlasmRoundTrip (#62678)
2021-12-14 Adeel MujahidUnify native file name props (#62724)
2021-12-14 Vladimir SadovPE loader/image cleanups. No-copy mapping of R2R PEs...
2021-12-14 Pavel Savara[wasm] Make typescript and rollup build incremental...
2021-12-14 Andrii KurdiumovRemove AOT warnings for S.Drawing.Common (#61567)
2021-12-14 Thays Grazia[wasm][debugger] Avoiding assert on mono runtime (...
2021-12-14 Eirik Tsarpalisintroduce automation rules aiding PR workflows (#62534)
2021-12-14 Aleksey Kliger... [tests] Re-enable some explicit layout tests on Mono...
2021-12-14 Anton FirszovUse TempFile in SendPacketsAsync tests (#62726)
2021-12-14 Pavel Savara[wasm] Fix imports: require, exit, quit (#62712)
2021-12-14 Katya SokolovaRemoving trailing dot from a SNI host in TLS (#62540)
2021-12-14 Michal StrehovskýAdd support for NativeAOT testing (#62704)
2021-12-14 Bruce ForstallGeneralize loop pre-header creation and loop hoisting...
2021-12-14 Tomáš RylekRename 'excludemonofailures' to 'mono' (#62749)
2021-12-14 Michal StrehovskýAdd NativeAOT to build (#62569)
2021-12-14 Marek SafarAdd more precise descriptor for RuntimeAssembly (#62737)
2021-12-14 Nathan RicciMade mono runs stop depending on coreclr, and stop...
2021-12-14 Jakob Botsch... Add explicit null-check for tailcalls to VSD (#62719)
2021-12-13 Kunal PathakDo not perform vector save/restore around call that...
2021-12-13 Tomáš RylekUnify naming style of dbg / rel-variant JIT projects...
2021-12-13 Dan MoseleyFix SC tests (#62698)
2021-12-13 Kunal PathakDo not promote struct locals with holes (#62645)
2021-12-13 Andrew AuEnable building StressLogAnalyzer for Alpine (#62703)
2021-12-13 Maxim LipninDisable X509StoreTests.RemoveReadOnlyNonExistingDoesNot...
2021-12-13 SingleAccretionStop marking volatile indirections as NO_CSE (#62043)
2021-12-13 SingleAccretionFix invalid IR in span indexer import (#62709)
2021-12-13 Semyon A. ChertkovFix XmlSchema does not correctly validate xs:NMTOKENS...
2021-12-13 SingleAccretionDo not contain zeroes for STOREIND(CLS_VAR_ADDR) (...
2021-12-13 Ivan ZlatanovFixing a possible null reference error in WebSocket...
2021-12-13 dotnet-maestro... [main] Update dependencies from dotnet/linker (#62393)
2021-12-13 dotnet-maestro... [main] Update dependencies from dotnet/arcade (#62671)
2021-12-12 Adam SitnikDon't create multiple large files at the same time...
2021-12-12 Kevin JonesUnify the namespaces of HashProviderDispenser. (#62590)
2021-12-12 Ali YousefiCleanup, use camel case name conventions of method...
2021-12-12 Adeel MujahidWorkaround clang crash due to large array assignment...
2021-12-12 Adeel MujahidFix gcc warnings in mono (#62684)
2021-12-12 Adeel MujahidReplace CorInfoIntrinsics with NamedIntrinsic (#62639)
2021-12-12 Adeel MujahidMove a few vendor libraries to src/native/external...
2021-12-12 Andrii KurdiumovFix errors in Clang 13 (#62685)
2021-12-12 Tomáš RylekTwo small fixes for the recently merged in merged wrapp...
2021-12-11 Adeel MujahidDedup addprefix & delete unused defines from cmake...
2021-12-11 Katya SokolovaAdded missed penultimate bytes in SniHelper_TruncatedDa...
2021-12-11 github-actions... HTTP/2: Improve incoming header performance (#62614)
2021-12-11 Dan MoseleyFix setting timestamp on Windows on readonly files...
2021-12-11 Adeel MujahidExclude DNNE based test project from armel builds ...
2021-12-11 Andy AyersUpdate spmi asp.net script to collect some osr method...
2021-12-11 Tomáš RylekSkip native composite ReadyToRun images as inputs to...
2021-12-11 Tomáš RylekSwitch over Loader/classloader/TypeGeneratorTests to...
2021-12-10 Andrew AuMark overflow fix for regions (#60646)
2021-12-10 Jan KotasCleanup name of CreateThread shim (#62648)
2021-12-10 Andrii KurdiumovMake tests pass on AVX only host again (#62544)
2021-12-10 Stephen ToubFix double-negatives with MatchCharacterClass (#62636)
2021-12-10 Stephen ToubFix describing concatenations in alternations (#62646)
2021-12-10 dotnet-maestro... [main] Update dependencies from dotnet/runtime-assets...
2021-12-10 Stephen ToubFix lazy-initialization of Trace.s_correlationManager...
2021-12-10 Santiago Fernandez... Add IsPackable to RateLimiting package and cleanup...
2021-12-10 Stephen ToubAdd \w helper function to RegexCompiler / source genera...
2021-12-10 Eirik TsarpalisFix custom JsonConverterFactories not working with...
2021-12-10 Pavel Savara[wasm] Decrease the startup ceremony (#62587)
2021-12-10 Miha ZupanEnforce HTTP request Content-Length correctness (#62541)
2021-12-10 Fan YangAdd instructions to skip restoring nuget packages ...
2021-12-10 Pavel Savara[wasm] Reduce number of calls to setTimer (#62433)
2021-12-10 Pavel Savara[wasm] Allow the main.js file to keep it's name (#62576)
2021-12-10 Jan KotasMark forward delegate stubs as not having hidden argume...
2021-12-10 Stephen ToubRelegate PatternsDataSet_ConstructRegexForAll_SourceGen...
2021-12-10 Stephen ToubA little more regex source generator tweaking (#62605)
2021-12-10 Michal StrehovskýPopulate NativeAOT sources from runtimelab (#62611)
2021-12-10 Michal StrehovskýAdd System.Native APIs needed by NativeAOT (#62571)
2021-12-09 Bruce ForstallDisable CreateSpan_il test (#62598)
2021-12-09 Alexander KöplingerReenable Mono runtime tests on PRs (#62437)
2021-12-09 Egor BogatovFix ReadAsync_ThrowsIfWriterCompletedWithException...
2021-12-09 SingleAccretionMake `gtHasRef` pay attention to LCL_FLD nodes (#62568)
2021-12-09 github-actions... HTTP/3: QPACK decoder performance (#62470)
2021-12-09 Nathan RicciUpdated testing document; patching and various mono...
2021-12-09 Eric ErhardtApp does not Run as a service in a Windows Container...
2021-12-09 Dan MoseleyFix some outerloop tests (#62559)
2021-12-09 Adeel MujahidConvert some old style intrinsics to NamedIntrinsic...
2021-12-09 imhameed[mono] Support LLVM inline assembly. (#62558)
2021-12-09 Andy GockeSkip source gen DLLs in mono AOT (#62518)
2021-12-09 anthonycaninoAdd additional binary operations into the RangeCheck...
2021-12-09 Adam Sitnikfix the build (#62575)
2021-12-09 Jan JahodaCI matrix update: add Ubuntu 21.04 - second attempt...
2021-12-09 Stephen ToubMore regex source generator tweaks (#62539)
2021-12-09 Marek FišeraUpdate Xharness dependencies (#62501)
2021-12-09 Mitchell Hwang[tests] Fix local test runs for mobile (#62549)
2021-12-09 Julien CouvreurEscape lower-cased type names (#62507)
2021-12-09 Michal StrehovskýPopulate NativeAOT sources from runtimelab (#62563)
2021-12-09 Michal StrehovskýPort annotations from runtimelab (#62562)
2021-12-09 Jose Perez... Using ReadOnlySpan<char> on SymbolicRegexRunner (#62542)
2021-12-09 Nathan Ricci[build] Create clr.host subset to remove patching step...
2021-12-09 Bruce ForstallImprove loop JitDump output (#62556)
2021-12-09 Jeremy KoritzinskySwitch over miscellaneous DllImports to GeneratedDllImp...
2021-12-08 Juan HoyosUpdate build pool to macOS 11 (#62294)
2021-12-08 Simon RozsivalDisable tests on Mac Catalyst in App Sandbox mode ...
2021-12-08 SingleAccretion[TODO-List-Cleanup] `gtHasRef` refactoring (#62526)
next