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-13Allocate boxed static structs on Frozen Object Heap and remove getFieldAddres...HEADmainEgor Bogatov
2022-11-10Delete `AppDomainIterator` (#78078)Elinor Fung
2022-11-01Switch CoreCLR WeakReference to unified managed implementation (#77196)Vladimir Sadov
2022-10-06Revert "Revert frozen RuntimeType objects and write barriers for frozen objec...Egor Bogatov
2022-09-27Revert "Allocate RuntimeType objects on Frozen Object Heap (#76235)Jan Kotas
2022-09-22Allocate RuntimeType objects on Frozen Object Heap (#75573)Egor Bogatov
2022-09-13Allocate string literals on frozen segments (#49576)Egor Bogatov
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-09Refactor input bubble checks to work in non-composite scenarios (#73350)David Wrighton
2022-08-02Fix typos (#73122)Adeel Mujahid
2022-07-24Fix typos (#72709)Adeel Mujahid
2022-07-23Fix debugger funceval deadlock (#72179)Noah Falk
2022-06-16Find&replace FastInterlock* with Interlocked* (#70784)Jan Kotas
2022-06-06Remove unused code (#70282)Steve Harter
2022-05-07Fix typos (#69011)Adeel Mujahid
2022-04-20Delete AssemblySpec::m_wszCodeBase (#68186)Jan Kotas
2022-01-29More cleanups in assembly loader area (#63157)Vladimir Sadov
2021-11-08Removing `m_hostAssemblyMap` and ceremony around it (#61292)Vladimir Sadov
2021-10-11Some more cleanups in Assembly/Binder/Loader area (#59590)Vladimir Sadov
2021-09-08More cleanups in Assembly/Loader/Binder area (#58462)Vladimir Sadov
2021-08-27Fix frequent FuncEval abort upon hitting a breakpoint in an ASP.NET Core web ...Koundinya Veluri
2021-08-27Delete dead code in AppDomain (#58219)Elinor Fung
2021-08-20Remove AppDomain::IsCompilationDomain (always false) (#57790)Elinor Fung
2021-08-20Remove `CROSSGEN_COMPILE` define usage (#57697)Jeremy Koritzinsky
2021-08-19Delete code under FEATURE_PREJIT (#57693)Elinor Fung
2021-08-19Some cleanups in Assembly/Loader area (#57023)Vladimir Sadov
2021-07-30Enable ComWrappers API for cross-platform (#54838)alesomas
2021-06-07Added some logic to include rcwrefcache references required by feature_comwra...alesomas
2021-04-29Remove BaseAssemblySpec::HasUniqueIdentity (always returns true) (#51964)Elinor Fung
2021-04-24Stop using DomainAssemblyCache for unmanaged image cache used by p/invokes (#...Elinor Fung
2021-03-26Remove GETTHREAD_ALLOWED tracking (#50080)Vladimir Sadov
2021-02-17Rename LargeHeapHandle* to PinnedHeapHandle* to reflect what it actually does...Andrew Au
2020-12-08December infra rollout - remove duplicated 'src' from coreclr subrepo (src/co...Tomáš Rylek