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-09Add support for reflection invoking ref return methodsMichal Strehovsky
2018-05-11Fix diagnostic stacktrace for shared generic methods (#5796)Jan Kotas
2018-03-20Add pointer type unwrapping for return valuesMichal Strehovsky
2018-03-19Implement support for System.Reflection.Pointer in dynamic invocation scenariosMichal Strehovsky
2018-03-17Fixing bug 463121. Removing the unnecessary _callConverterWrappedMethodEntryp...Fadi Hanna
2018-01-25TryGetMethodForOriginalLdFtnResult_ExactInstantiation_Inner can set a value f...Fadi Hanna
2017-11-12Define CORERT for ProjectN buildsJan Kotas
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-08-21Fix FieldInfo.GetValue and SetValue on pointers (#4351)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-07-27Delegate construction wasn't correctly working for all cases in USG code:Fadi Hanna
2017-07-14Fix inconsistent EEType casing (#4155)Jan Kotas
2017-07-12Fix for 462734Fadi Hanna
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-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-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-16Enabling static fields access for Reflection (#2962)Fadi Hanna
2017-03-01Add type loader support for building ByRef types (#2846)Michal Strehovský
2017-02-15Refactor use of TypeManager and Module pointers within the BCLDavid Wrighton
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-13Changing the way external native layout offsets get used, to include a CoreRT...Fadi Hanna
2016-12-31Couple of changes to reduce the GetModuleFromPointer/OffsetToAddress/AddressT...Fadi Hanna
2016-12-09Make ordering of modifiers more consistent (#2318)Jan Kotas
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-02Fix customer reported issue where compiler was unable to properly compile gen...David Wrighton
2016-10-12Update field and method invoke handlingDavid Wrighton
2016-10-08Implement ByRef types in the runtime (#1994)Michal Strehovský
2016-09-29General updates and refactorings around RuntimeMethodHandlesDavid Wrighton
2016-09-29Remove TryGetConstructedGenericTypeComponents apiDavid Wrighton
2016-09-13Add support for separate compilation mode to split metadata across multiple a...David Wrighton
2016-09-09Reduce memory allocations for walking method parameters.Atsushi Kanamori
2016-09-07Multidimensional array reworkDavid Wrighton
2016-08-19Fix bug 253515 - FieldInfo.SetValue on some instantiations throws MissingRunt...David Wrighton
2016-08-17Fix for bug 203017: [Customer] MissingTemplateException from TypeInfo.GetCust...Fadi Hanna
2016-08-15Fix representation of modified types in the native metadataMichal Strehovsky
2016-08-09Fixing bug 236002Noah Falk
2016-07-14Read default parameter values from metadata in the MethodInfo.Invoke scenario.Vitek Karas