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
2022-11-10Delete `AppDomainIterator` (#78078)Elinor Fung
2022-11-08Fix the build with BACKGROUND_GC turned off (#77328)Andrew Au
2022-11-01Switch CoreCLR WeakReference to unified managed implementation (#77196)Vladimir Sadov
2022-10-26PGO: Add instrumented tiers (#70941)Egor Bogatov
2022-10-20Make sure all heap segment fields are populated in the DAC (#77035)Andrew Au
2022-10-18Modify __int64 definition in PAL to match the OS definition (#77056)Jan Vorlicek
2022-10-16Cleanup file descriptions baked into Windows unmanaged .dlls (#77080)Jan Kotas
2022-10-13Reintroduce typo in ICorDebug public API names (#76966)Jan Kotas
2022-10-05Remove all uses of `SString::Printf()` accepting `WCHAR` (#76571)Aaron Robinson
2022-09-22Set names to runtime internal threads (#75113)Hyungju Lee
2022-09-19Delete unused code (#75814)Adeel Mujahid
2022-09-04Add a few more riscv64 stubs in PAL (#74793)Adeel Mujahid
2022-08-30Use nproc without --all on Linux (#74696)Adeel Mujahid
2022-08-26Simplify platform macro definitions in PAL (#73530)Adeel Mujahid
2022-08-25Reenable class-memaccess warning (#74363)Aaron Robinson
2022-08-24Add faster DAC EnumMemoryRegion option with less memory usage (#74300)Mike McLaughlin
2022-08-21Remove ThreadPool native implementation (#71719)Eduardo Velarde
2022-08-20Clean up EH routines (#74270)Anton Lapounov
2022-08-11To keep ubsan happy, Use offsetof() rather than legacy equivalent (#73657)Robert Henry
2022-08-11Add logging callback to DAC EnumMemoryRegion API (#73599)Mike McLaughlin
2022-08-10Support managed debugging when CET is enabled (#73572)Tom McDonald
2022-08-09Fix ASAN mismatches in DAC (#73549)Hyungju Lee
2022-08-05Misc createdump fixes (#73426)Mike McLaughlin
2022-08-02Fix typos (#73122)Adeel Mujahid
2022-07-29Remove some debug code (#72985)Aaron Robinson
2022-07-24Fix typos (#72709)Adeel Mujahid
2022-07-22Add GCDescs in front of MethodTable to dumps (#72658)Mike McLaughlin
2022-07-17Fix typos (#72314)Adeel Mujahid
2022-07-17Properly calculate the ELF unwind info section size (#72146)Mike McLaughlin
2022-07-12Various createdump fixes. Smaller MacOS dump size, better logging/stats, misc...Mike McLaughlin
2022-07-10Fix miscellaneous typos (#71896)Adeel Mujahid
2022-07-09Use the portable timer implementation in CoreCLR (#71864)Koundinya Veluri
2022-07-07Unix arm64 atomics (#71512)Kunal Pathak
2022-07-06Hold stop-go lock when requesting CCW (#71660)Juan Hoyos
2022-07-03We should return the error when there is one (#71585)Andrew Au
2022-07-02Version resilient cross module code compilation and inlining (#71271)David Wrighton
2022-06-29Fix leaking mach ports & memory after task_threads() (#70338)Ilia
2022-06-25Remove SString ANSI representation. (#71186)Jeremy Koritzinsky
2022-06-23Fix size check for objects in heap walk (#71176)Juan Hoyos
2022-06-23Change SString::GetUTF8NoConvert to GetUTF8 that converts the SString (#71101)Jeremy Koritzinsky
2022-06-22Make GC Stress 4/8 work with CET (#71085)Jan Vorlicek
2022-06-22Revert "Add support for cross module inlining and cross module generic compil...David Wrighton
2022-06-20Add support for cross module inlining and cross module generic compilation to...David Wrighton
2022-06-20Upstream coreclr and pal changes to support powerpc (ppc64le) architecture (...Vikas Gupta
2022-06-18Fix ICorDebugFunction2::GetVersionNumber for arm32. (#69901)Mikhail Kurinnoi
2022-06-16Avoid infinite loop in case of heap corruption (#70759)Andrew Au
2022-06-14Fix SOS tests on 7.0 (#70677)Mike McLaughlin
2022-06-09Remove the pid argument on Windows createdump only take dumps of the parent p...Mike McLaughlin
2022-06-03Remove unused winapi mimicking headers under PAL (#70153)Huo Yaoyuan
2022-06-01Remove more wprintf usages (#69912)Aaron Robinson