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-03-11[release/6.0] Fix catching of generic exception in crossgened shared generic ...github-actions[bot]
2022-01-20[release/6.0] Fix Crossgen2 bug #61104 and add regression test (#64027)github-actions[bot]
2021-10-08Fix issue with incorrect handling of optimized method layouts - The sort orde...github-actions[bot]
2021-10-01Define SystemReflectionMetadataStaticVersion for source-build (#59782)Michael Simons
2021-09-22[release/6.0-rc2] Fix issues where the module index GUID table isn't properly...github-actions[bot]
2021-09-10Enhance CrossGen2 to emit PerfMap debug directory entry (#58929)Juan Hoyos
2021-09-03[release/6.0] Fix crossgen2 calli GC hole by unifying MethodDesc/MethodSignat...github-actions[bot]
2021-08-27[release/6.0] Fix VN incorrect optimizations with a new JitEEInterface functi...github-actions[bot]
2021-08-26X86 Debug Stack offsets are encoded divided by 4 - Fix the encoding (#58094)github-actions[bot]
2021-08-20Update toolset MicrosoftNETCoreApp version This package no longer exists. Rep...github-actions[bot]
2021-08-18Fix Debug.Assert use of string interpolation (#57668)github-actions[bot]
2021-08-17Add --make-repro-path option to crossgen2 (#57543)David Wrighton
2021-08-15ILCompiler.Reflection.ReadyToRun has to target netstandard2.0 for ILSpy usage...Andrew Au
2021-08-14Harvest signatures of methods being compiled by the token resolver (#57366)Tomáš Rylek
2021-08-13Add support for function pointers in ilverify (#57163)Adeel Mujahid
2021-08-12Do not perform relative code reloc on ARM in AOT (#57257)Andrii Kurdiumov
2021-08-06Stop pinning dotnet-pgo to C# 8 (#56947)Stephen Toub
2021-08-05Implement DefType.IsUnsafeValueType (#56790)Jakob Botsch Nielsen
2021-08-05Fix the compilation error (#56889)Kunal Pathak
2021-08-05Make typesystem tests anycpu (#56881)David Wrighton
2021-08-04Fix explicit layout validator memory alloc problems (#56757)David Wrighton
2021-08-03Fix timeouts in coreroot_determinism test in GC stress mode (#56770)Tomáš Rylek
2021-08-03Simplify JIT shutdown logic in crossgen2 (#56687)Michal Strehovský
2021-07-30Fix crossgen2 build on Tizen (#55789)Adeel Mujahid
2021-07-30Remove requirement that --input-bubble be specified if an instruction set is ...David Wrighton
2021-07-29Add Pettis-Hansen sort based on call graph data from .mibc file (#56472)Jakob Botsch Nielsen
2021-07-28Properly rebuild optimization data when it changes (#56397)Jakob Botsch Nielsen
2021-07-27Update CG2 ArgIterator to match the runtime one (#56059)Jan Vorlicek
2021-07-27Globally disable implicit namespaces (#56348)Santiago Fernandez Madero
2021-07-26Report that allocations may have side effects for all types outside of the ve...David Wrighton
2021-07-25Cleanup rotate patterns (#54099)Huo Yaoyuan
2021-07-24Don't set onlyParseItemsDefinedInAssembly in Composite mode (#56050)Egor Bogatov
2021-07-24dotnet-pgo: ignore native libs passed via -r *.dll (#56168)Egor Bogatov
2021-07-23Call the jit shutdown logic on crossgen2 shutdown (#56187)David Wrighton
2021-07-22Remove diasymreader from source build (#56116)David Wrighton
2021-07-22Fix EH issues with SPMI and crossgen2 (#56054)David Wrighton
2021-07-20Disable implicit imports in tools (#55828)Andrii Kurdiumov
2021-07-20Improve crossgen2 help text (#55977)David Wrighton
2021-07-15Revert "Handle getting the address of an RVA static correctly in a composite ...David Wrighton
2021-07-15exclude UTF8 string marshallers from cg2 (#55624)Manish Godse
2021-07-15Handle getting the address of an RVA static correctly in a composite image (#...David Wrighton
2021-07-13switch to using CSTRMarshaller instead of AnsiBSTR (#55032)Manish Godse
2021-07-09Remove some left-over debug code (#55408)Jakob Botsch Nielsen
2021-07-06compile composite with avx2 on x64 (#55057)Manish Godse
2021-07-06Revive #48505 (#54914)Viktor Hofer
2021-07-02Fix spinwaiting in LockFreeReaderHashtable (#55082)Jan Kotas
2021-07-02Expand PerfMap format to support metadata for symbol indexation (#53792)Tomáš Rylek
2021-07-01Fix single method compilation of canonical methods (#54923)David Wrighton
2021-06-29StressLogAnalyzer didn't print the number of messages correctly if it exceede...Peter Sollich
2021-06-26Fix thread safety of _typeRefsInCompilationModuleSet (#54760)David Wrighton