platform/upstream/dotnet/runtime.git
2023-03-15 Pavel Savara[browser] new EmccEnableAssertions and EmccEnvironment...
2023-03-15 Vitek KarasProduce IL3000 and IL3001 from NativeAOT compiler ...
2023-03-15 Johan LorenssonEventPipe container types optimizations. (#83251)
2023-03-15 dependabot... Bump webpack from 5.68.0 to 5.76.0 in /src/mono/sample...
2023-03-15 Katelyn GaddAdd an INTERP_OPT for the jiterpreter (#83363)
2023-03-15 Eirik TsarpalisImplement JsonSerializerOptions.TypeInfoResolverChain...
2023-03-15 Michal StrehovskýEnable EventSource in ILC (#83433)
2023-03-15 Katelyn Gadd[wasm] Add a monitoring phase to jiterpreter traces...
2023-03-15 Jeremy KoritzinskyImplement HResult swapping for generated COM methods...
2023-03-15 Michal StrehovskýFix spurious exception while compiling optimized code...
2023-03-15 Zoltan Varga[wasm] Disable a failing System.Drawing.Primitives...
2023-03-15 Badre BSAILAMisleading error "Cannot delete an already deleted...
2023-03-14 Tomáš RylekAdd references to xunit.*.dll to CLRTest.Crossgen.targe...
2023-03-14 Jeremy KoritzinskyUse IAttributeOperation for our attribute-based analyze...
2023-03-14 Egor BogatovJIT: Expand runtime lookups in a late phase (#81635)
2023-03-14 Simon LovelyEnsure that default media type is used when 'null'...
2023-03-14 Vlad Brezae[mono][interp] Add intrinsics for BitOperations (#82827)
2023-03-14 Vladimir Sadov[NativeAOT] simpler ObjectHasComponentSize (#83374)
2023-03-14 Stephen ToubRemove the defunct DiagnosticUtility/Fx classes from...
2023-03-14 Brian BoheTest merging baseservices/threading (#83143)
2023-03-14 Anton FirszovFix stress test failures on 1es-windows-2022-open ...
2023-03-14 Jakob Botsch... JIT: Stop relying on type handles in CSE (#83306)
2023-03-14 Kevin JonesOverride Write(Span) for CryptoStream to clear arrays...
2023-03-14 Jakob Botsch... JIT: Remove lvaPInvokeFrameRegSaveVar (#83309)
2023-03-14 Pavel Savara[browser] wasm memory snapshot into browser cache ...
2023-03-14 Jakob Botsch... JIT: Add missing 'MadeChanges = true' in gtSplitTree...
2023-03-14 Michal StrehovskýDo not generate Equals/GetHashCode support for async...
2023-03-14 Bruce ForstallFix superpmi unit test on Alpine (#83372)
2023-03-14 Qiao PengchengFix the compiling errors for LoongArch64 and (#83370)
2023-03-14 Michal StrehovskýDo not generate relocs to empty type dictionaries ...
2023-03-14 Michal StrehovskýReduce duplicity in GVM analysis (#83250)
2023-03-14 Vladimir Sadov[NativeAOT] Unify common cases of Array.Copy with CoreC...
2023-03-14 Pavel Savara[browser][debugger] Cleanup runtime_ready tests
2023-03-13 Jakob Botsch... JIT: Remove LclVarDsc::lvExactSize and LclVarDsc::lvSIM...
2023-03-13 Michal StrehovskýUse `MethodTable.Of` in generated valuetype methods...
2023-03-13 dotnet botLocalized file check-in by OneLocBuild Task: Build...
2023-03-13 Egor BogatovConstant folding for RuntimeInformation.IsOSPlatform...
2023-03-13 Elinor FungShared helpers for creating framework-dependent/self...
2023-03-13 Egor BogatovUnify unroll limits in a single entry point (#83274)
2023-03-13 Omair MajidRemove the dotnet (1) man page (#78229)
2023-03-13 kasperk81replace redhawk with nativeaot (#79217)
2023-03-13 Aleksey Kliger... [mono] Use unsigned char when computing UTF8 string...
2023-03-13 Zoltan Varga[mono] Clean up the delegate ctor code. (#83288)
2023-03-13 Jan Dupej[mono][jit] Adding more arm64 SIMD operations, SIMD...
2023-03-13 Stephen ToubOverride all write/flush methods on NullTextWriter...
2023-03-13 Filip NavaraFix address data emitted in the MonoProfilerGCRoots...
2023-03-13 Adeel MujahidRemove VersionSuffix from servicing builds (#83311)
2023-03-13 Jan KotasFix culture-specific string comparisons in EventSource...
2023-03-12 anthonycaninoAvx512 extract most significant bits (#82731)
2023-03-11 Jakob Botsch... JIT: Add a primitive to split statements at a specified...
2023-03-11 Stephen ToubAvoid synchronizing access to TextWriter.Null in Consol...
2023-03-11 Stephen ToubReduce cost of async waiting on SemaphoreSlim with...
2023-03-11 Vitek KarasRemove the second copy of ILLink.Shared project and...
2023-03-11 Egor BogatovJIT: Fold string fields in structs stored in static...
2023-03-11 Radek Doulik[wasm] Initial emscripten 3.1.30 support (#81215)
2023-03-11 Larry EwingFix the variable name (#83282)
2023-03-10 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-03-10 Ivan Diaz Sanchez[Merge-on-Red] - Implement Test Process Watcher (#78742)
2023-03-10 Tomas Weinfurtupdate alpine test images (#82931)
2023-03-10 Tomas WeinfurtSupport sites with invalid IDN in SslStream (#82934)
2023-03-10 Jeremy KoritzinskyUpdate the Roslyn version our ref-pack generators refer...
2023-03-10 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-03-10 Katelyn Gadd[wasm] Introduce jiterpreter control flow pass (#83247)
2023-03-10 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-03-10 Tanner GoodingMassively simplify getBaseJitTypeAndSizeOfSIMDType...
2023-03-10 Pavel Savara[browser] ts code cleanup (#83210)
2023-03-10 Andrii KurdiumovFix path for packing (#83017)
2023-03-10 Jan Dupej[mono][jit] Optimized loading imm on arm64. (#83204)
2023-03-10 Vitek KarasImplements correct handling of RequiresAssemblyFiles...
2023-03-10 Johan LorenssonImplement native container types used by shared EventPi...
2023-03-10 Michal StrehovskýChange logic around GC.Collect in objwriter (#83249)
2023-03-10 Miha ZupanVectorize ProbabilisticMap.IndexOfAny (#80963)
2023-03-10 Steve Pfister[workloads] Add more win-arm64 entries in the net6...
2023-03-10 Larry Ewing[wasm] Flow emsdk using a stable package name instead...
2023-03-10 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-03-10 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-03-10 Will Smith[JIT] ARM64 - Overflow check optimizations for division...
2023-03-10 Carlos Sánchez... Add tar tests to confirm entries owned by deleted users...
2023-03-10 Jakob Botsch... JIT: Disallow 0-sized block ops (#83224)
2023-03-10 Katelyn Gadd[wasm] Fix missing branch target table update (#83236)
2023-03-10 Larry Ewing[workloads] Update the workload descriptions (#83223)
2023-03-10 Pavel Savara[browser] cold start benchmark with download throttling...
2023-03-09 Andy AyersJIT: treat synthesized profile data as pgo data, fix...
2023-03-09 Michal StrehovskýSwitch to selfhosted NativeAOT compiler (#81205)
2023-03-09 Andy GockeEnable DwarfDump AOT test in Release (#82862)
2023-03-09 dotnet-maestro... [main] Update dependencies from dotnet/llvm-project...
2023-03-09 Jakob Botsch... JIT: Fix EQ/NE(relop/SETCC, 0) optimization (#83144)
2023-03-09 Katelyn Gadd[wasm] Add getNN_unaligned memory.ts APIs for potential...
2023-03-09 Badre BSAILAprovide custom marshaller for USER_INFO_1 (#82350)
2023-03-09 Steve Pfister[workloads] Add win-arm64 to wasm-tools in the net6...
2023-03-09 Egor BogatovRevert changes (#83196)
2023-03-09 Stephen ToubSwap order of OnError in FileSystemWatcher.ReadDirector...
2023-03-09 Jackson SchusterRename ManagedVirtualMethodTable and adjust VTable...
2023-03-09 Steve Pfister[iOS] Add gss framework back into sample linker args...
2023-03-09 Qiao Pengcheng[LoongArch64] delete the unused code for comparing...
2023-03-09 xtqqczzeReplace `SafeLocalAllocHandle` in `System.Diagnostics...
2023-03-09 Jakob Botsch... JIT: Remove TYP_BLK and TYP_LCLBLK (#83036)
2023-03-09 Vitek KarasFix RequiresAccessedThrough tests (#83190)
2023-03-09 Eirik TsarpalisFix handling of required & init-only properties with...
2023-03-09 dotnet botLocalized file check-in by OneLocBuild Task: Build...
next