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-09-04Support separate blocks for Gc / Non-Gc thread statics in the managed type sy...Simon Nattress
2018-05-09Fixing a bug with calls to USG vtable-methods wrapped in a calling convention...Fadi Hanna
2018-03-21ProjectX: Bug fix for sealed vtable entries for dynamic SzArray typesdotnet-bot
2018-03-02Sealed VTables implementation for CoreRT/ProjectX (tested on both). Changes i...Fadi Hanna
2018-01-06ProjectX: Using ArrayOfT instead of SzArray in native layout dictionary signa...dotnet-bot
2017-11-08Universal shared generics fixesDavid Wrighton
2017-10-30Add dependency analysis that better ensures that templates are useableDavid Wrighton
2017-10-25Merge pull request #4790 from dotnet/nmirrorMichal Strehovský
2017-10-25Fixes for dependency tracking around EETypes and templatesDavid Wrighton
2017-10-23ProjectX: Set the canonical unboxing stub as the template method for GVMs of ...dotnet-bot
2017-10-23Search/replace Debug.Assert(false, => Debug.Fail( (#4782)Jan Kotas
2017-10-11Allow Span<UniversalCanon> to exist as a templateDavid Wrighton
2017-10-10Various dependency analysis fixesDavid Wrighton
2017-08-31Fix a bug with signature writing for generic constrained methods.Fadi Hanna
2017-08-311) Correct handling of vtable entries for USG types ending with partial USG b...Fadi Hanna
2017-08-25Turn on LOAD_CALLINGCONVENTION_CONVERTER in native. Purenative dev UT's pass...dotnet-bot
2017-08-16• Fix native layout encoding for USG vtable methods requiring a calling con...Fadi Hanna
2017-08-09Fix MethodEntry dictionary cells to point to the correct unboxing stub pointer.Fadi Hanna
2017-08-07This changeset includes a couple of workitems that are related to each other:Fadi Hanna
2017-07-06Make it possible to provide generic dictionary layout externally (#4085)Michal Strehovský
2017-07-05fixLOAD_CALLINGCONVENTION_CONVERTER in Nativedotnet-bot
2017-06-30Fixing signature encoding for field/method ldtoken (parser expects a relative...Fadi Hanna
2017-06-15Enable IL scanner and use it to provide VTable information (#3884)Michal Strehovský
2017-06-13Cleanups after enabling virtual method inlining (#3867)Michal Strehovský
2017-06-07Add HasFixedSlots API to VTableSlice (#3812)Michal Strehovský
2017-05-17Lazy GenericsDavid Wrighton
2017-05-05Generate generic dictionary for array templatesSimon Nattress
2017-05-04Merge pull request #3506 from dotnet/nmirrorJan Kotas
2017-05-04ProjectX: Generic lookup result for IsInst and CastClass helperdotnet-bot
2017-04-30Enable array loading via dynamic type loader (#3438)Simon Nattress
2017-04-27Allow generation of necessary canonical EETypesMichal Strehovský
2017-04-15 ProjectX: Make Non-GC static base point to the beginning of the data instead...dotnet-bot
2017-04-06Dynamic Invoke StubsSimon Nattress
2017-04-01Add support for RuntimeMethodHandle of a generic method definition (#3152)Michal Strehovský
2017-03-30Support GC Statics in type loader (#3120)Simon Nattress
2017-03-29Merge pull request #3132 from AntonLapounov/nmirrorJan Kotas
2017-03-29ConstrainedMethod generic dictionary slot logicDavid Wrighton
2017-03-28Implementation of the VirtualInvokeMap table to enable Reflection invocation ...Fadi Hanna
2017-03-25Add support for IntegerSlot and PointerToOtherSlotDavid Wrighton
2017-03-24Make universal generic dictionary signature symbolsDavid Wrighton
2017-03-24Enabled type loader on CoreRTSimon Nattress
2017-03-23Add support for most of the remaining runtime supported GenericLookup typesDavid Wrighton
2017-03-22ProjectX: NecessaryCanonicalEETypeNode for necessary canonical typesdotnet-bot
2017-03-21NativeLayout for universal generic template typesDavid Wrighton
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-16Implement RuntimeFieldHandle (#2760)Michal Strehovský