Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-0446239 v2 (no runtime layout changes) (#53424)Tomáš Rylek
2021-06-04Improve ENC logging. (#53695)Mike McLaughlin
2021-06-03Add Execution Checkpoint EventPipe event used to track runtime init on Mono. ...Johan Lorensson
2021-06-03Add MemoryMarshal.GetArrayDataReference(Array) (#53562)Levi Broderick
2021-06-03Relax a threading related assert (#53445)Andrew Au
2021-06-02Fix JIT debugger notification location (#53590)Jan Vorlicek
2021-06-02Fix assertion failure / crash in multi-core JIT (#53573)Koundinya Veluri
2021-06-02Add support for AvxVnni instructions under Experimental. (#51998)weilinwa
2021-06-02Fix access ordering issue in Module::AllocateDynamicEntry on arm64 (#53556)Jan Vorlicek
2021-06-01Fix arm build fail with clang11 (#53511)Dong-Heon Jung
2021-06-01Fix StubLinkerCPU::EmitMovConstant (#53510)Jan Vorlicek
2021-05-30Split Variant marshalling tests (#53035)Andrii Kurdiumov
2021-05-28Add new devirt reason. (#53334)Andy Ayers
2021-05-26Fix devirtualization in shared generic contextDavid Wrighton
2021-05-26JIT: pgo/devirt diagnostic improvements (#53247)Andy Ayers
2021-05-26JIT into scratch buffer (#53173)Jan Vorlicek
2021-05-25Remove unused code from old IJW path (#53190)Elinor Fung
2021-05-25Cleanup internal ComWrappers cache when object enters Finalization queue (#52...Aaron Robinson
2021-05-25Add more natvis visualizations for base VM types. (#53052)Jeremy Koritzinsky
2021-05-21Com trimming related work (#52940)Lakshan Fernando
2021-05-21Implement 64-bit type handle histogram counts (#52898)Jakob Botsch Nielsen
2021-05-21Add UnmanagedCallConvAttribute (#52869)Elinor Fung
2021-05-20Move metadata off the executable heaps (#52912)Jan Vorlicek
2021-05-20Objective-C msgSend* support for pending exceptions in Release (#52849)Aaron Robinson
2021-05-20Add basic natvis visualizations for some VM types (#52853)Jeremy Koritzinsky
2021-05-19JIT: Convert some of the old-style intrinsics to NamedIntrinsics (#52156)Egor Bogatov
2021-05-18Add support in Reflection.Emit and GetInterfaceMap for static virtual methods...David Wrighton
2021-05-15Make SuppressGCTransition tests explicitly check GC mode on checked/debug cor...Elinor Fung
2021-05-15Runtime support for static virtual interface methods (#52173)Tomáš Rylek
2021-05-14Prepare the COM apartment and context at a safe time during thread start up. ...Aaron Robinson
2021-05-14Fix single-file unhandled exception source/line info (#52725)Mike McLaughlin
2021-05-14Multicorejit unification (#48326)Gleb Balykov
2021-05-14Add diagnostics IPC set environment variable command (#52567)David Mason
2021-05-13Low level API support for Objective-C interop. (#52146)Aaron Robinson
2021-05-13Modify JIT to support double mapped memory (#52600)Jan Vorlicek
2021-05-12Add streaming support for EventPipe env trace file. (#52443)Johan Lorensson
2021-05-12Allow overriding processor count via configuration setting (#52492)Anton Lapounov
2021-05-11Remove unused InterceptStub (#52401)Jan Vorlicek
2021-05-11Fix typo in interface for ICorDynamicInfo::getBoundaries() (#52583)Anthony Shaw
2021-05-10NSAutoreleasePool instance should be added to all threads. (#52023)Aaron Robinson
2021-05-07Fixes COM warnings (#52176)Lakshan Fernando
2021-05-07Add profiler startup command to the diagnostics command set (#52175)David Mason
2021-05-07 Make PInvokeStaticSigInfo always report errors (#52405)Elinor Fung
2021-05-06Work around a `ClrRestoreNonvolatileContext` issue for a case (#52342)Koundinya Veluri
2021-05-06Move CallConvBuilder and helpers to separate file (#52330)Elinor Fung
2021-05-05Some cleanup around PInvokeStaticSigInfo (#52232)Elinor Fung
2021-05-04Generate coredumps on signals (#52024)Mike McLaughlin
2021-05-03[main] Update dependencies from mono/linker (#51921)dotnet-maestro[bot]
2021-04-30Updating the JIT to recognize and handle Vector64/128/256<T> for nint/nuint (...Tanner Gooding
2021-04-29Remove BaseAssemblySpec::HasUniqueIdentity (always returns true) (#51964)Elinor Fung