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-08-14Preliminary Interpreter Support (#6182)Toni Solarin-Sodara
2018-08-09Add support for reflection invoking ref return methodsMichal Strehovsky
2018-08-02Allow illegal custom modifiers on generic constraintsMichal Strehovsky
2018-07-09Delete orphaned resource strings in S.P.Threading and S.P.ReflectionMichal Strehovsky
2018-06-28Typo (#6029)John Doe
2018-05-08Fix in ParameterInfo.DefaultValue path (#5786)Atsushi Kanamori
2018-02-26Move check for IsByRefLike to MakeArrayType (#5439)Michal Strehovský
2018-02-16Cache property type and field type on PropertyInfo/FieldInfoMichal Strehovsky
2018-02-09Make some edge-case GetCustomAttribute() behavior match NETFx behavior. (#5368)Atsushi Kanamori
2018-01-04Add option to block all metadata in an assembly (#5199)Michal Strehovský
2017-12-13Adding Unsafe APIs that are used by System.Memory - CoreRT specific partJan Kotas
2017-12-05Override of IsCollectible for runtime types (always false in corert) (#5069)Jon Hanna
2017-12-03Do not throw if default assembly can't be found (#5058)Michal Strehovský
2017-12-02Fix a typo in type forward parser (#5055)Michal Strehovský
2017-11-23Merge remote-tracking branch 'dotnet/nmirror' into nmirror-mergeMichal Strehovský
2017-11-23Avoid rooting type loader in TypeUnifier unless necessaryMichal Strehovsky
2017-11-23Avoid having to resolve MemberName into a MemberInfoMichal Strehovsky
2017-11-23Delete unnecessary abstractions (#4996)Jan Kotas
2017-10-27dd IsDotNetFrameworkProductAssembly for Framework Assemblylouluqun
2017-10-23Search/replace Debug.Assert(false, => Debug.Fail( (#4782)Jan Kotas
2017-10-18Fix build break with latest VS preview (#4748)Jan Kotas
2017-10-04Implement IsGenericTypeParameter and IsGenericMethodParameter on CoreRT (#4662)Atsushi Kanamori
2017-10-03Compat: Disallow boxing return type conversion by CreateDelegate() (#4653)Atsushi Kanamori
2017-09-25Reflection.Core MQ (#4608)Atsushi Kanamori
2017-09-06Unify pseudo-attribute code between NativeFormat and Ecma (#4456)Atsushi Kanamori
2017-09-06Two small fixes (#4454)Atsushi Kanamori
2017-09-05Fix late bound invoke on string constructors added in NS2.0 (#4449)Atsushi Kanamori
2017-09-01Fix regression in ILC corefx runs (#4442)Atsushi Kanamori
2017-09-01Implement BindingFlags.DoNotWrapExceptions on Project N (#4437)Atsushi Kanamori
2017-08-31Update Type.GetMethods() to be generics friendly. (#4420)Atsushi Kanamori
2017-08-24Make Assembly.Load() throw same exception as CoreCLR (#4376)Atsushi Kanamori
2017-08-10Make future PNSE passes a little more efficient. (#4297)Atsushi Kanamori
2017-08-01Add anti-ByRefLike checks in the following apis (#4256)Atsushi Kanamori
2017-07-24Implement IsByRefLike on System.Type (#4221)Atsushi Kanamori
2017-07-19Fix V1 Delegate.CreateDelegate() lookup (#4190)Atsushi Kanamori
2017-07-18Fix an assert on Type.GetTypeFromCLSID().CustomAttributes (#4175)Atsushi Kanamori
2017-07-17Fix custom modifiers on Reflection (#4171)Atsushi Kanamori
2017-07-15Make metadata collections no longer implement generic IReadOnlyCollectionMichal Strehovsky
2017-07-11Add support for loading resource assemblies from disk to Ecma assembly loaderDavid Wrighton
2017-07-05Array.CreateInstance validation checks. (#4075)Atsushi Kanamori
2017-06-25Merge pull request #3980 from dotnet/nmirrorJan Kotas
2017-06-24Remove unnecessary ProjectN build dependency on AotPackageReference projectJan Kotas
2017-06-24Update CoreRT build to use latest .NET CLI and build tools (#3916)Jan Kotas
2017-06-22Implement Assembly.GetForwardedTypes() on CoreRT/ProjectN (#3967)Atsushi Kanamori
2017-06-22RuntimeEnvironment.GetSystemVersion() on Project N (#3963)Atsushi Kanamori
2017-06-20Undo ToolsVersion cleanup on full framework projectsJan Kotas
2017-06-17Delete ToolsVersion attribute from msbuild filesJan Kotas
2017-06-13Fix ToF regression in GetCurrentMethodGeneric() (#3871)Atsushi Kanamori
2017-06-08Cleanup and harden Enum code against open generic enums. (#3839)Atsushi Kanamori
2017-06-07Implement Marshal.GetTypeFromCLSIDFaizur Rahman