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-04-07Add type loader support for building arrays of pointers (#3209)Michal Strehovský
2017-04-06Dynamic Invoke StubsSimon Nattress
2017-03-17Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2017-03-17Experimental prototype of jit for CoreRTDavid Wrighton
2017-03-16Merge pull request #2993 from dotnet/nmirrorJan Kotas
2017-03-16Enabling static fields access for Reflection (#2962)Fadi Hanna
2017-03-16Fix build breaksJan Kotas
2017-03-16Enable FileStream in ProjectN build, use CreateFile2 instead of CreateFile.Jeremy Kuhne
2017-03-15Move MemberInfo to shared partitionAtsushi Kanamori
2017-03-15Move MemberInfo to shared partitionAtsushi Kanamori
2017-03-02Merge pull request #2861 from dotnet/nmirrorJan Kotas
2017-03-01Implementation and supporting infrastructure for the RuntimeMethodHandle.GetF...Fadi Hanna
2017-03-01Add type loader support for building ByRef types (#2846)Michal Strehovský
2017-02-27Bring up Type.GetTypeFromCLSIDAtsushi Kanamori
2017-02-15Merge pull request #2753 from dotnet-bot/from-tfsMichal Strehovský
2017-02-15Refactor use of TypeManager and Module pointers within the BCLDavid Wrighton
2017-02-15Step 1 for supporting custom binders on Invoke()Atsushi Kanamori
2017-02-10Port of ResourceManager from CoreCLR with changes to work in ProjectN/CoreRT....Morgan Brown
2017-02-04Fix CoreRT build breakJan Kotas
2017-02-02Ecma type loading and ModuleInfo cleanup (#2623)David Wrighton
2017-01-27Refactor for metadata flexibility (#2576)David Wrighton
2017-01-27Completely remove EagerOrderedStaticConstructor attribute by fully switching ...Tomas Rylek
2017-01-14Merge pull request #2488 from nattress/cctorrunnerSimon Nattress
2017-01-14Run ordered class constructors explicitlySimon Nattress
2017-01-13Changing the way external native layout offsets get used, to include a CoreRT...Fadi Hanna
2017-01-07Merge pull request #2459 from dotnet/nmirrorJan Kotas
2017-01-07Adds support for Assembly.GetManifestResourceStream on Win32 (and changes UWP...Morgan Brown
2017-01-06Add ResourceManager to CoreLib buildJan Kotas
2016-12-31Couple of changes to reduce the GetModuleFromPointer/OffsetToAddress/AddressT...Fadi Hanna
2016-12-29Add System.IO.Path to the buildJan Kotas
2016-12-09Make ordering of modifiers more consistent (#2318)Jan Kotas
2016-11-29Implement Type.GetType expansion (#2247)Michal Strehovský
2016-11-06Remove a layering violation in the type loader (maybe the final one?)Michal Strehovsky
2016-11-04Make getting a function pointer from the external references table go through...Michal Strehovsky
2016-11-03Merge pull request #2132 from dotnet/nmirrorMichal Strehovský
2016-11-02Fix customer reported issue where compiler was unable to properly compile gen...David Wrighton
2016-11-01Use nameof throughout corert (#2118)Stephen Toub
2016-10-28WinRT detach: Remove IsAppxModel and ReadFileIntoStream from System.Private.R...dotnet-bot
2016-10-26Delete System.Private.Reflection.Extensibility and other unused private contr...Jan Kotas
2016-10-26Fix typo: s/Psuedo/Pseudo/Jan Kotas
2016-10-25Delete unnecesary System.Private.Reflection.csproj referencesJan Kotas
2016-10-20EqualityComparer/Comparer cleanupJan Kotas
2016-10-18Moving List<T>, EqualityComprer<T> and Comparer<T> to System.Private.CoreLib....Sedar Gokbulut
2016-10-12Update field and method invoke handlingDavid Wrighton
2016-10-08Implement ByRef types in the runtime (#1994)Michal Strehovský
2016-10-04Add support for interface dispatch to have a codepath that supports resolutio...David Wrighton
2016-09-30This change implements CastableObject support. The work was done by David Wri...Jan Vorlicek
2016-09-29General updates and refactorings around RuntimeMethodHandlesDavid Wrighton
2016-09-29Remove TryGetConstructedGenericTypeComponents apiDavid Wrighton
2016-09-26Delete the FoundationTypes class.Atsushi Kanamori