Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-23Make generic composition details relative addressesMichal Strehovsky
2018-07-18Refactoring the ISortableSymbolNode into ISortableNode and ISymbolNode, to se...Fadi Hanna
2018-05-18[tfs-changeset: 1700475]dotnet-bot
2017-11-30Ordinal Multifile supportDavid Wrighton
2017-10-30Stabilize object file images (#4818)Simon Nattress
2017-10-25Fixes for dependency tracking around EETypes and templatesDavid Wrighton
2017-10-05ProjectX: Ensure GC desc dependencies for static fieldsdotnet-bot
2017-09-14ProjectX: Enable Preinitialized datadotnet-bot
2017-08-11Preinitialized data support for value types (#4281)Yi Zhang (CLR)
2017-05-21Initial support for preinitialized array in CoreRT (#3558)Yi Zhang (CLR)
2017-04-29Enhance debugging support for existing .NET Native managed debuggerDavid Wrighton
2017-04-19ProjectX: Object emission with a unique Id for each symbol id.dotnet-bot
2017-04-15 ProjectX: Make Non-GC static base point to the beginning of the data instead...dotnet-bot
2017-03-14Merge pull request #2952 from MichalStrehovsky/genericDependencyLogWriterMichal Strehovský
2017-03-11Make GetName method accept the dependency contextMichal Strehovský
2017-03-11Add support for field layout of universal canon types and types instantiated ...David Wrighton
2017-03-08Enable dynamic type loader for ProjectN based buildsDavid Wrighton
2017-02-26Move away from a static NameMangler (#2835)Michal Strehovský
2017-02-08ProjectX: Post RI Fixupdotnet-bot
2017-02-07RI from ProjNdev3dotnet-bot
2017-02-04Clean up ObjectDataBuilder API (#2652)Simon Nattress
2016-11-30Multi-module prep (#2248)Simon Nattress
2016-11-15Change mangled names to use Utf8String (#2200)Jan Kotas
2016-10-27Make CctorContext refer to fat function pointers if needed (#2081)Michal Strehovský
2016-09-29Make GetName protected internal (#1946)Michal Strehovský
2016-07-20Merge TypeInitializationManager with CompilerTypeSystemContext (#1548)Michal Strehovský
2016-05-06Refactor GCDesc emission (#1244)Michal Strehovský
2016-05-04Emit GCDescs (#1212)Michal Strehovský
2016-03-25Rename NodeFactory variables from context to factorySimon Nattress
2016-03-24Support for compiling to and linking multiple object filesSimon Nattress
2016-02-27Multi-module compilation preparationSimon Nattress
2016-02-19Add support for eager static constructorsMichal Strehovský
2016-01-28Update licensing headersdotnet-bot
2015-11-20Updated formattingManu
2015-11-14Rename ILToNativeJan Kotas