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-12Define CORERT for ProjectN buildsJan Kotas
2017-10-19Changing reloc types in method associated data nodes to be more compatible wi...Fadi Hanna
2017-09-13These changes provide a way for ProjectX/CoreRT to get the target of custom i...Fadi Hanna
2017-08-30Fixing CI break caused by previous checkin of the unboxing stubs region to en...Fadi Hanna
2017-08-08ProjectX: Loop Hijack for GC polldotnet-bot
2017-07-06Fix stresslog (#4062)Jan Kotas
2017-04-29Enhance debugging support for existing .NET Native managed debuggerDavid Wrighton
2017-04-25Remove native runtime lookups for static field dataSimon Nattress
2017-04-23Enable CFG support in ProjectNYi Zhang
2017-04-07ProjectX: Hook up class lib functions with type managerdotnet-bot
2017-03-30Support GC Statics in type loader (#3120)Simon Nattress
2017-03-17Experimental prototype of jit for CoreRTDavid Wrighton
2017-02-15Refactor use of TypeManager and Module pointers within the BCLDavid Wrighton
2017-02-07RI from ProjNdev3dotnet-bot
2016-11-22Implement Exception.get_StackTrace (#2240)Michal Strehovský
2016-11-15Thunk pool implementation for CoreRT. In CoreRT, the thunk mappings are alloc...Fadi Hanna
2016-10-04Add support for interface dispatch to have a codepath that supports resolutio...David Wrighton
2016-09-01 Change Description:Peter Sollich
2016-08-20Delete RhGetGenericInstantiation/RhSetGenericInstantiationMichal Strehovsky
2016-08-18 Here are the changes to remove generic instance descs from the binder an...Peter Sollich
2016-05-17Reduce assembly code in PInvoke helpersJan Kotas
2016-04-22Extend EETypes with information about generic composition (#1171)Michal Strehovský
2016-03-23Rename runtime\assert.h to runtime\rhassert.hJan Kotas
2016-02-27Delete SimpleModule registrationJan Kotas
2016-02-08Fix RhpLoopHijack to stop trashing important registersScott Mosier
2016-02-05Delete obsoleted codeJan Kotas
2016-01-28Update licensing headersdotnet-bot
2015-12-05Remove static_check.h, remove unused method on Module class.Scott Mosier
2015-12-03Fix module initialization to recreate the generic type hash table in MRT upon...Tomas Rylek
2015-11-20Changes required to integrate code back into ProjectN treeScott Mosier
2015-11-04Real implementation of many PAL functionsJan Vorlicek
2015-10-24Enable compilation of the runtime on LinuxJan Vorlicek
2015-10-23Rename filenames in #include commands to match real filenamesJan Vorlicek
2015-10-14Partially hooked up GC sources to Runtime sources. Finalizer code is not yet...Scott Mosier
2015-10-01Initial population of CoreRT Runtime files.dotnet-bot