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-11Make Type.IsEnum and Type.GetEnumUnderlyingType intrinsics (#71685)MichaƂ Petryka
2022-11-05Switch custom attribute hash from using CClosedHashEx to SHash (#77933)Elinor Fung
2022-11-03Remove empty BEGIN/END_ENTRYPOINT_* macros (#77810)Elinor Fung
2022-11-01Fold bound checks for static readonly arrays/strings (#77593)Egor Bogatov
2022-11-01Switch CoreCLR WeakReference to unified managed implementation (#77196)Vladimir Sadov
2022-11-01Remove Metadatatracker (#77701)Aaron Robinson
2022-10-31Delete some unused files and functions from clr pal (#77112)Huo Yaoyuan
2022-10-29Delete special-casing of .obj/.tlb (FILETYPE_NTOB/FILETYPE_TLB) (#77626)Elinor Fung
2022-10-28Support hot cold splitting in crossgen2 (#74963)Andrew Au
2022-10-26statically link gc_pal on windows (#77468)Manish Godse
2022-10-26PGO: Add instrumented tiers (#70941)Egor Bogatov
2022-10-25Move usages of `COMPlus_` var to `DOTNET_` fallback (#77239)Adeel Mujahid
2022-10-25SPMI: Implement missing NAOT support (and fix garbage values passed to JIT in...Jakob Botsch Nielsen
2022-10-25Add startIndex argument to getStringLiteral JIT/EE interface method (#77423)Jan Kotas
2022-10-25Consolidate the `GUID` to string logic (#77394)Aaron Robinson
2022-10-24Fix comment (#77226)Filip Navara
2022-10-22Remove some unnecessary path manipulation helpers (#77301)Elinor Fung
2022-10-21Fix the __int64 to be long long on macOS only (#77268)Jan Vorlicek
2022-10-18Modify __int64 definition in PAL to match the OS definition (#77056)Jan Vorlicek
2022-10-13Revert "Revert "Reduce CoreCLR PAL"" (#76972)Jan Vorlicek
2022-10-13Reintroduce typo in ICorDebug public API names (#76966)Jan Kotas
2022-10-11Revert "Reduce CoreCLR PAL (#76832)" (#76860)Jan Kotas
2022-10-11Reduce CoreCLR PAL (#76832)Jan Vorlicek
2022-10-10JIT: import static readonly fields holding frozen objects as const handles (#...Egor Bogatov
2022-10-07Remove GUID <=> string functions in PAL (#76729)Aaron Robinson
2022-10-06Revert "Revert frozen RuntimeType objects and write barriers for frozen objec...Egor Bogatov
2022-10-05Remove all uses of `SString::Printf()` accepting `WCHAR` (#76571)Aaron Robinson
2022-10-04Update Crst lock levels (#76553)Aaron Robinson
2022-10-03Delete security object from GCInfo encoder/decoder (#76487)Jan Kotas
2022-09-29SPMI: Improve speed significantly for large diffs (#76238)Jakob Botsch Nielsen
2022-09-28Change comments from COMPlus to DOTNET when referring to prefixes of env vars...James S. Wang
2022-09-27Revert "Allocate RuntimeType objects on Frozen Object Heap (#76235)Jan Kotas
2022-09-26Fix assertion in corhlpr (#76189)Kevin Gosse
2022-09-22Allocate RuntimeType objects on Frozen Object Heap (#75573)Egor Bogatov
2022-09-22Fail-fast on SuspendThread/ResumeThread failures (#75845)Koundinya Veluri
2022-09-22Make initialization more consistent in `gc.cpp` (#75908)Aaron Robinson
2022-09-21Remove unused configurations (#75911)Elinor Fung
2022-09-20Initialize Volatile value (#74959)Andrew Au
2022-09-19Delete unused code (#75814)Adeel Mujahid
2022-09-18Simplify windows version detection in vm (#75254)Huo Yaoyuan
2022-09-16Adding zmmStateSupport and AVX512F, AVX512CD, AVX512BW, AVX512DQ and AVX512V...DeepakRajendrakumaran
2022-09-13Allocate string literals on frozen segments (#49576)Egor Bogatov
2022-09-04Add a few more riscv64 stubs in PAL (#74793)Adeel Mujahid
2022-09-04Remove unnecessary LoaderHeap asserts (#74995)Jan Vorlicek
2022-09-04JIT: Simplify JitDisasm matching behavior (#74430)Jakob Botsch Nielsen
2022-08-26Simplify platform macro definitions in PAL (#73530)Adeel Mujahid
2022-08-25Reenable class-memaccess warning (#74363)Aaron Robinson
2022-08-25Switch to unified fully managed Overlapped implementation (#74532)Jan Kotas
2022-08-25Remove all non-functional/non-informational uses of mscorlib. (#74529)Aaron Robinson