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-11-09Mark applicable structs as readonly (dotnet/coreclr#14789)Stephen Toub
2017-10-17Merge pull request dotnet/coreclr#14311 from ViktorHofer/SerializationExcepti...dotnet bot
2017-10-11Introduce NetCore 1.0 compat hack for GetTypeInfo() (#4711)Atsushi Kanamori
2017-10-04Implement IsGenericTypeParameter and IsGenericMethodParameter on CoreRT (#4662)Atsushi Kanamori
2017-09-02Update Type.GetMethods() to be generics friendly (dotnet/coreclr#13745)Atsushi Kanamori
2017-08-31Add the enum value for BindingFlags.DoNotWrapExceptions (#4433)Atsushi Kanamori
2017-08-31Update Type.GetMethods() to be generics friendly. (#4420)Atsushi Kanamori
2017-08-28Remove dead HResults.cs (dotnet/coreclr#13611)Dan Moseley
2017-08-17Teach InvokeUtil about Pointers (#4338)Atsushi Kanamori
2017-08-14Typo (dotnet/coreclr#13360)John Doe
2017-07-31Implement Type.IsByRefLike for CoreCLR (dotnet/coreclr#13123)Atsushi Kanamori
2017-06-22Implement Assembly.GetForwardedTypes() on CoreRT/ProjectN (#3967)Atsushi Kanamori
2017-06-02Mirror over https://github.com/dotnet/coreclr/pull/12010 (#3777)Atsushi Kanamori
2017-05-28IDeserializationCallback cleanupMorgan Brown
2017-05-27Fix build breaksMorgan Brown
2017-05-27ISerializable cleanup (dotnet/coreclr#11873)Morgan Brown
2017-05-24Scale back [Serializable] on CoreCLR types (dotnet/coreclr#11765)Morgan Brown
2017-05-22Implement HasSameMetadataDefinitionAs() on CoreCLR (dotnet/coreclr#11774)Atsushi Kanamori
2017-05-12Port CoreCLR AssemblyName.FullName change to CoreRT (#3602)Atsushi Kanamori
2017-05-04Implement Type.IsTypeDefinition property on CoreCLR (dotnet/coreclr#11355)Atsushi Kanamori
2017-03-28Move Pointer.cs to the shared partition. (#10499)Atsushi Kanamori
2017-03-28Delete pointless <internalonly/> comments (#10479)Jan Kotas
2017-03-24Add PNSE messages (#10440)Dan Moseley
2017-03-23Migrate the Reflection serialization holders to the shared partition. (#10429)Atsushi Kanamori
2017-03-23Move IReflect.cs to shared partition. (#10415)Atsushi Kanamori
2017-03-23Merge pull request #3075 from dotnet/nmirrorJan Kotas
2017-03-23Move IReflect.cs to shared partition. (#3074)Atsushi Kanamori
2017-03-23Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2017-03-22Move the easy files in System\Reflection to the shared partition. (#3060)Atsushi Kanamori
2017-03-20Merge pull request #3028 from dotnet/nmirrorJan Kotas
2017-03-20Move Type.cs and Module.cs to Shared Partition.Atsushi Kanamori
2017-03-20Move ParameterInfo.cs and Assembly.cs to shared partition. (#10270)Atsushi Kanamori
2017-03-17Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2017-03-17Move EventInfo.cs to shared partition.Atsushi Kanamori
2017-03-17Move the MemberInfo-derived Info classes to the shared partition. (#10236)Atsushi Kanamori
2017-03-15Migrate MethodBase.cs to shared partitionAtsushi Kanamori
2017-03-15Merge branch 'nmirror' into nmirror-mergeJan Kotas
2017-03-15Move MemberInfo to shared partitionAtsushi Kanamori
2017-03-14Merge shared changes from coreclrAlex Perovich
2017-03-10Finishes off the Misc categoryAtsushi Kanamori