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-10-27dd IsDotNetFrameworkProductAssembly for Framework Assemblylouluqun
2017-10-23Search/replace Debug.Assert(false, => Debug.Fail( (#4782)Jan Kotas
2017-10-17Fix For Bug#507240 Marshal.IsComObject fails for __ComObject in x-plat MCGLuqun Lou
2017-09-26Merge pull request #4613 from dotnet/masterJan Kotas
2017-09-25Reflection.Core MQ (#4608)Atsushi Kanamori
2017-09-20Allow type info request to fall through to RuntimeNoMetadataNamedTypeInfo whe...Jeff Greene
2017-09-06Unify pseudo-attribute code between NativeFormat and Ecma (#4456)Atsushi Kanamori
2017-09-05Fix late bound invoke on string constructors added in NS2.0 (#4449)Atsushi Kanamori
2017-09-01Implement BindingFlags.DoNotWrapExceptions on Project N (#4437)Atsushi Kanamori
2017-08-21Fix FieldInfo.GetValue and SetValue on pointers (#4351)Atsushi Kanamori
2017-08-19Improve diagnosability of Expression.Lambda(Expression.Constant(123)).Compile...Michal Strehovsky
2017-08-18Hoist common field accessor properties into base classes. (#4344)Atsushi Kanamori
2017-08-07This changeset includes a couple of workitems that are related to each other:Fadi Hanna
2017-08-03Fix MissingRuntimeArtifactException for generic methodsMichal Strehovsky
2017-08-02Make Delegate.GetMethodInfo exception useful. (#4257)Atsushi Kanamori
2017-07-27Delegate construction wasn't correctly working for all cases in USG code:Fadi Hanna
2017-07-19Delete System.Private.CompatQuirksMichal Strehovsky
2017-07-15Merge remote-tracking branch 'dotnet/nmirror' into nmirror-mergeMichal Strehovský
2017-07-15Make metadata collections no longer implement generic IReadOnlyCollectionMichal Strehovsky
2017-07-14Initial implementation of .NETStandard 2.0 StackTrace / StackFrame APITomas Rylek
2017-07-14Fix inconsistent EEType casing (#4155)Jan Kotas
2017-07-12Fix for 462734Fadi Hanna
2017-07-10Fix TFS 134375 Delegate.GetMethodInfo should throw if no metadata (#4130)Atsushi Kanamori
2017-06-29Fix for reverse LdFtn lookup to unblock some reflection-based stack frame tra...Tomas Rylek
2017-06-28Enhance reverse lookup from function pointer to MethodInfoDavid Wrighton
2017-06-24Update CoreRT build to use latest .NET CLI and build tools (#3916)Jan Kotas
2017-06-20Undo ToolsVersion cleanup on full framework projectsJan Kotas
2017-06-17Delete ToolsVersion attribute from msbuild filesJan Kotas
2017-06-07Fix https://github.com/dotnet/corert/issues/3800 (#3823)Atsushi Kanamori
2017-06-06Enum.GetValues() throws on blocked type. (#3801)Atsushi Kanamori
2017-05-26Add support for Open instance delegate on valuetype methodsDavid Wrighton
2017-05-25Enable reflection blocking (#3685)Michal Strehovský
2017-05-17Make Type.MakeArrayType(1) not throw PlatformNotSupportedException (#3635)Atsushi Kanamori
2017-05-09Fix more CoreFx on ILC tests (#3559)Atsushi Kanamori
2017-05-03Don't ask the type loader to build instantiations over generic type definitio...Michal Strehovský
2017-04-26Centralize build defines (#3431)Michal Strehovský
2017-04-17Delete unnecesary AotPackageReferencePath referencesJan Kotas
2017-04-13NS2.0 - TargetException exists now - stop substituting ArgumentException. (#3...Atsushi Kanamori
2017-04-10Use 32bit relative pointers in ExternalReferenceTable (#3267)Michal Strehovský
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