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-07-14Open types can exist as entries in interface map (#55372)David Wrighton
2021-07-13Update spin-wait pause/yield normalization (#55295)Koundinya Veluri
2021-07-13Fix UMThunkMarshInfo delete (#55559)Jan Vorlicek
2021-07-13Fix more alloc-dealloc mismatches and use-after-scopes (#55420)Jeremy Koritzinsky
2021-07-13Look up the ICustomMarshaler implementation methods based on runtime type (#5...Jeremy Koritzinsky
2021-07-12Prevent AV in processinfo2 while suspended (#55379)John Salem
2021-07-11W^X support (#54954)Jan Vorlicek
2021-07-11Support filtering ObjectAllocated callback for pinned object heap allocation ...Yauk
2021-07-10[Mono] Add Mono Profiler events into EventPipe. (#55264)Johan Lorensson
2021-07-09Fix helloworld on x86 Linux (#55095)t-mustafin
2021-07-09Fix GCMemoryInfo.TotalAvailableMemoryBytes under Wow (#55387)Jan Kotas
2021-07-08Fix race condition caused by updating interface map with exact target (#55308)David Wrighton
2021-07-06Add missing startup flags in runtime/start event (#55151)Sung Yoon Whang
2021-07-03Expose and implement generic math interfaces on core types (#54650)Tanner Gooding
2021-07-02Add support to DAC for reading tagged memory on tracked types (#54994)Aaron Robinson
2021-07-01Remove unnecessary Prev field in portable tailcall helpers (#54894)Jakob Botsch Nielsen
2021-06-30Optionally capture a dump during generational aware analysis (#54517)Andrew Au
2021-06-29Handle marker types with more than 1 generic argument correctly when they mus...David Wrighton
2021-06-28Faster type load for scenarios made more common by generic math (#54588)David Wrighton
2021-06-28Make sure we consider buffer length when marshalling back Unicode ByValTStr f...Jeremy Koritzinsky
2021-06-28Fix load exception on generic covariant return type (#54790)Wei Zheng
2021-06-28Fix alloc-dealloc mismatches (#54701)Jeremy Koritzinsky
2021-06-27Make DependentHandle public (#54246)Sergio Pedri
2021-06-26Fix gc hole in IO thread pool (#54769)David Wrighton
2021-06-26Fix handling of static virtual method implementation checking (#54710)David Wrighton
2021-06-25Tweak classcompat loader to skip MethodImpls associated with static methods (...David Wrighton
2021-06-25Fix BackoutJitData (#54711)Jan Vorlicek
2021-06-25Move the metadata update related APIs to the MetadataUpdater class (#54590)Mike McLaughlin
2021-06-24Move setting fHasVirtualStaticMethods out of sanity check section (#54574)Tomáš Rylek
2021-06-22Fail COM CoClass creation during construction instead of during jitting (#54508)Jeremy Koritzinsky
2021-06-22Convert some COM object checking functions to managed code (#54471)Aaron Robinson
2021-06-22removing more crossgen code from being built. (#54458)Manish Godse
2021-06-18Enable loading composite r2r images from a singlefile bundle (#53739)Vladimir Sadov
2021-06-18Fix Linux x86 build (#50836)Gleb Balykov
2021-06-17Follow the same failure behavior for [ComImport] classes on Windows with buil...Jeremy Koritzinsky
2021-06-16Remove the `sealed` blittable layoutclass correctness fix because of backcomp...Jeremy Koritzinsky
2021-06-15Add the concept of "notification profilers" to the runtime (#53122)David Mason
2021-06-12Unify macOS ARM64 write protection holders with W^X ones (#54067)Jan Vorlicek
2021-06-11Enable devirtualization in more scenarios on crossgen2 (#53567)David Wrighton
2021-06-10Add writeable holders for executable memory (#53934)Jan Vorlicek
2021-06-10Fix2 for Trim HW (#53928)Lakshan Fernando
2021-06-09ProcessInfo2 Diagnostics IPC Command (#52258)John Salem
2021-06-09Fixes Trim HelloWorld (#53912)Lakshan Fernando
2021-06-09Build support for s390x: clr.iltools and clr.paltests (#53289)Ulrich Weigand
2021-06-08Fix Apple Silicon shuffle thunks (#53250)Steve MacLean
2021-06-08Check if the marshalling of a field is possible across all platforms. (#53194)Aaron Robinson
2021-06-08add support for unwinding function fragments in the dac (#53765)David Mason
2021-06-08Implement descr_generations_to_profiler for regions (#53706)Andrew Au
2021-06-07Added some logic to include rcwrefcache references required by feature_comwra...alesomas
2021-06-05Add background type preloading based on multicorejit (#52595)Gleb Balykov