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-03-27Put back DiaSymReader library for cross-arch crossgen to package (#50149) (#5...Anton Lapounov
2021-03-22Fix DEBUG/non-DEBUG asm diffs due to instruction group size estimation (#49947)Bruce Forstall
2021-03-22Remove duplicate method name string initialization (#49963)Bruce Forstall
2021-03-22Add more loop alignment output (#49967)Bruce Forstall
2021-03-22Fix COUNT_LOOPS build (#49965)Bruce Forstall
2021-03-22Apple Silicon fix remote unwinding (#49974)Steve MacLean
2021-03-22JIT: Fold null checks for const strings (#49930)Egor Bogatov
2021-03-22Seal internal and private classes in corelib (#49958)Stephen Toub
2021-03-22Speed up SuperPMI (#49962)Bruce Forstall
2021-03-22Add comment for GCDesc::GetNumPointers (#49951)Jan Kotas
2021-03-22Fix release build infinite loop (#49943)Bruce Forstall
2021-03-21Remove unnecessary property setting in corerun. (#49950)Aaron Robinson
2021-03-21Fix release builds with latest VS dogfood (#49948)Jan Kotas
2021-03-21Apple Silicon Fix EEJitManager::CleanupCodeHeaps() (#49942)Steve MacLean
2021-03-20Fix incorrect GTF_CALL_M_SPECIAL_INTRINSIC usage (#49911)Egor Bogatov
2021-03-20Fix a typo in `safemath.h` (#49933)SingleAccretion
2021-03-20Fix and simplify GCDescs for collectible types (#49791)Jan Kotas
2021-03-20Fix incremental build R2R of System.Private.CoreLib (#49894)David Wrighton
2021-03-19don't init tracked temps without GC fields. (#49879)Sergey Andreenko
2021-03-19Enable building repo on Windows ARM64 (#49864)Anton Lapounov
2021-03-19Support open delegate for Nullable<> (#42837)amos402
2021-03-19[crossgen2] Fix memory leak in _corInfoImpls. (#49764)t-mustafin
2021-03-19Avoid use of incorrect instantation argumens when checking for constraint sat...David Wrighton
2021-03-19Fix signature generation for devirtualization (#49854)David Wrighton
2021-03-19Use arm jit for armel in crossgen2, and build the matching bits on all archit...David Wrighton
2021-03-19struct improvement, part1: create more LCL_FLD (#48377)Sergey Andreenko
2021-03-19Add clr.iltools subset (#49545)Ulrich Weigand
2021-03-19Use latest DiaSymReader and support ARM64 host in crossgen2 (#49841)Anton Lapounov
2021-03-19Fix SuperPMI replay flags (#49850)Bruce Forstall
2021-03-19Enable the latest managed pgo data (#49793)David Wrighton
2021-03-19Fix or disable warnings on latest VS dogfood (#49799)Jan Kotas
2021-03-19Improve the speed of using COMPlus_JitTimeLogCsv (#49798)Bruce Forstall
2021-03-18Remove top-level range check nodes (#49271)SingleAccretion
2021-03-17Add runtime MVID checks for composite images (#49668)Tomáš Rylek
2021-03-17fix typo (#49763)Eirik Tsarpalis
2021-03-17Allow jit to disregard PGO; PGO changes for SPMI and MCS (#49551)Andy Ayers
2021-03-17Fix card marking stealing for regions (#49704)Peter Sollich
2021-03-17Add obsolete attribute to DisablePrivateReflectionAttribute (#49550)Annchous
2021-03-17Big-endian fixes for ilasm/ildasm (#49685)Ulrich Weigand
2021-03-17FileStream rewrite part II (#48813)Adam Sitnik
2021-03-17Unify corerun test runner (#49529)Aaron Robinson
2021-03-17Use new VS detection script in DacTableGen (#49729)Anton Lapounov
2021-03-17Armel support in crossgen2 (#43706)David Wrighton
2021-03-17add STRESS_PROMOTE_LESS_STRUCTS mode. (#49084)Sergey Andreenko
2021-03-16Do not pin free object for STRESS_REGIONS (#49547)Andrew Au
2021-03-16Prevent unbounded lock holds in BufferManager of EventPipe (#48435)John Salem
2021-03-16Move StartupHookerProvider from shared descriptor file (#49669)Mateo Torres-Ruiz
2021-03-16Add Andy's stress mode for byrefs. (#49636)Sergey Andreenko
2021-03-16Remove reference to non-existing parameter (#49630)Andrii Kurdiumov
2021-03-15[RyuJIT] Fix rel32 for calls/data (#49549)Egor Bogatov