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
2017-11-14Compile "Module" code manager for ProjectN only (#4924)Jan Kotas
2017-07-03Improve performance of interface castingDavid Wrighton
2017-06-23Support for arrays of pointersDavid Wrighton
2017-06-12 Fixing bug 445667: AV in universal transition thunk.Fadi Hanna
2017-04-25Remove native runtime lookups for static field dataSimon Nattress
2017-04-03Signatures handling for TypedReference types. With these changes, we're now a...Fadi Hanna
2017-02-25Add a rare flag to indicate EEType represents an abstract classMichal Strehovsky
2017-02-15Refactor use of TypeManager and Module pointers within the BCLDavid Wrighton
2017-02-08ProjectX: Post RI Fixupdotnet-bot
2017-02-07RI from ProjNdev3dotnet-bot
2016-11-01Rename ModuleManager to TypeManagerJan Kotas
2016-10-05Fix for a bug introduced by changeset #1629763. RequiresOptionalFields was re...Fadi Hanna
2016-10-04Add support for interface dispatch to have a codepath that supports resolutio...David Wrighton
2016-09-28Adjust the EEType so that it self-describes the end of the actual fields on a...David Wrighton
2016-09-01 Change Description:Peter Sollich
2016-08-18 Here are the changes to remove generic instance descs from the binder an...Peter Sollich
2016-06-06Delete g_pSystemArrayEETypeTemporaryWorkaround (#1373)Jan Kotas
2016-06-06Delete unused EEType settersJan Kotas
2016-04-22Extend EETypes with information about generic composition (#1171)Michal Strehovský
2016-03-16Enable native metadata generationMichal Strehovský
2016-03-04Add support for array interfacesMichal Strehovský
2016-02-27Multi-module compilation preparationSimon Nattress
2016-02-06Merge branch 'nmirror' into nmirror-mergeJan Kotas
2016-02-05Delete obsoleted codeJan Kotas
2016-01-28Merge branch 'nmirror' into nmirror_mergeJan Kotas
2016-01-28Update licensing headersdotnet-bot
2016-01-14Interface dispatch supportSimon Nattress
2015-12-03Move some header files into 'inc' directoryScott Mosier