platform/upstream/dotnet/runtime.git
2021-12-20 bjornen77Improve XML documentation (#62994)
2021-12-20 dotnet-maestro... [main] Update dependencies from dotnet/arcade (#62985)
2021-12-20 Michal StrehovskýFix managed CoreCLR build on Android (#63002)
2021-12-19 SingleAccretionImplement isMoffset for emitOutputAM (#62896)
2021-12-19 SingleAccretionRemove small casts on the RHS of ASG(CLS_VAR) (#62693)
2021-12-18 Michal StrehovskýHave NativeAOT test execution project include SDK ...
2021-12-18 anthonycaninoAdd 'w' and 's' bit to xarch instruction flags. (#61198)
2021-12-18 Pavel Savara[wasm] Testing with NodeJs on CI (#62779)
2021-12-18 Andy AyersSuppress OSR for crossgen2 execution (#62968)
2021-12-18 Michal StrehovskýAllow building libs against NativeAOT CoreLib (#62945)
2021-12-18 Michal StrehovskýHandle RunClassConstructor with nonreflectable cctor...
2021-12-17 Marek SafarUpdate shared trimming attributes with recently added...
2021-12-17 Jan KotasUnify implementation of string constructors accross...
2021-12-17 Tomáš RylekDeduplicate JIT/Methodical/explicit/coverage tests...
2021-12-17 Egor BogatovJIT: handle more cases for MOD/DIV -> UMOD/UDIV transfo...
2021-12-17 Egor BogatovRemove forward-sub for hw intrinsics during inlining...
2021-12-17 dotnet-maestro... [main] Update dependencies from dotnet/arcade llvm...
2021-12-17 Andy AyersOSR support for Arm64 (#62831)
2021-12-17 Kunal PathaksetInternalRegsDelayFree only for candidate lclVars...
2021-12-17 Maxim LipninDisable some suspicious tests which might lead to OOM...
2021-12-17 Andy Ayersignore directories when building TPA (#62932)
2021-12-17 Theodore TsirpanisRemove an unused .editorconfig entry. (#62905)
2021-12-17 pyracandaCorrected the grammar/spelling mistake in autogenerated...
2021-12-17 Michal StrehovskýIncrease iteration count in the FinalizeTest (#62924)
2021-12-17 Michal StrehovskýAdd Pri-0 test suppressions for NativeAOT (#62926)
2021-12-17 Bruce ForstallHandle zero-sized unwind fragment candidates (#62931)
2021-12-16 Jeremy KoritzinskyRemove the varargs-based mdarray helper. (#62855)
2021-12-16 SingleAccretionFix duplicated FldSeq in block morphing (#62687)
2021-12-16 Michal StrehovskýUpdate CODEOWNERS (#62928)
2021-12-16 Michal StrehovskýFix InvokeMember corner case (#62891)
2021-12-16 Michal StrehovskýImprove compatibility with IL Linker (#62890)
2021-12-16 Pavel Savara[wasm] callback to make waiting on module load easier...
2021-12-16 Tomáš RylekDelete several duplicate test projects under JIT/Method...
2021-12-16 Ankit Jain[wasm] Add support for running debugger tests CI (...
2021-12-16 SingleAccretionDelete `GT_SIMD_CHK` and `GT_HW_INTRINSIC_CHK` (#62088)
2021-12-16 Santiago Fernandez... Move 1604 docker based helix queues to 1804 (#62871)
2021-12-16 Vlad Brezae[wasm] Add a new supported signature for pinvokes ...
2021-12-16 Tom DeseynDirectory.Delete: prefer DirectoryNotFoundException...
2021-12-16 Pavel Savaradisable fragile http test on wasm (#62852)
2021-12-16 Santiago Fernandez... Fix Microsoft.VisualBasic.Core file version (#62848)
2021-12-16 Michal StrehovskýEnable NativeAOT in the CI (#62833)
2021-12-16 SingleAccretion[TODO-List-Cleanup] Delete the quirks (#61876)
2021-12-16 Maryam AriyanUndo breaking change in 6.0 in environment variable...
2021-12-16 Michal StrehovskýAdd docs around NativeAOT workflows (#62837)
2021-12-15 Maryam AriyanMaking user secrets optional by default (#62821)
2021-12-15 Jan VorlicekUnify the FlushProcessWriteBuffers mechanism for macOS...
2021-12-15 Wei ZhengAdd ConstantExpectedAttribute (#62436)
2021-12-15 Theodore TsirpanisMake `ControlFlowBuilder.Clear` public. (#62811)
2021-12-15 Fan YangUpdated tracking issue (#62814)
2021-12-15 Egor ChesakovPass HFA/HVA in registers (#62623)
2021-12-15 Bruce ForstallMake emitAddrMode xarch only (#62830)
2021-12-15 Jeremy KoritzinskyChange all "unmanaged" (no GC fields) sequential types...
2021-12-15 Jan JahodaAdd ubuntu 21.10 (#62783)
2021-12-15 Jonathan Peppers[MonoAOTCompiler] more properties & custom WorkingDirec...
2021-12-15 Michal StrehovskýManifest DllImportSourceGenerator as a generator (...
2021-12-15 Adeel MujahidUpdate libunwind to v1.6.2 (#62092)
2021-12-15 Thays Grazia[wasm][debugger] Fix source-link test (#62786)
2021-12-15 Alexander KöplingerUse 1ES pool instead of deprecated windows image in...
2021-12-15 Andrii KurdiumovAdd custom marshaller tests for delegates (#62691)
2021-12-15 Will SmithImprove ARM64 JIT disassembly (#62557)
2021-12-15 Michal StrehovskýUse wildcards for NativeAOT libs (#62820)
2021-12-15 Michal StrehovskýBring over NativeAOT smoke tests (#62763)
2021-12-15 Nathan RicciRevert removal of clr dependency from mono builds ...
2021-12-15 Alexander Köplinger[mono] Fix types for arguments to printf calls (#62796)
2021-12-15 Tomáš RylekIL cleanup - remove .module and make .assembly match...
2021-12-15 github-actions... Add SchemeHttp index to QPACK constants (#62800)
2021-12-14 Gleb BalykovFix __SkipRestorePackages setup for msbuild (#62583)
2021-12-14 Michal StrehovskýBuild NativeAOT flavor of clrcompression static lib...
2021-12-14 Jan VorlicekFix named mutex PAL test issue (#62655)
2021-12-14 Bruce ForstallDisable HardwareIntrinsics Pause tests (#62793)
2021-12-14 Jose Perez... Fixing regression for AuthType.Anonymous which leads...
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...
next