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-07-12Enable ThreadStatic GC layout test (#6090)Michal Strehovský
2018-06-24Plumbing to generate calli PInvoke stubs (#6002)Jan Kotas
2018-03-28Use a shared DynamicInvoke for delegates and reflection (#5615)Michal Strehovský
2018-03-13Fix issue where syncing to latest causes all multifile projectX builds to failDavid Wrighton
2018-03-12Update dependencies (#5528)Michal Strehovský
2018-02-27Remove reflection in ValueType.Equals/GetHashCode (#5436)Michal Strehovský
2018-02-14Typos (#5386)John Doe
2017-12-24Add algorithm to compute the MaxStack valueMichal Strehovský
2017-12-08Overhaul ToString in the type system (#5065)Michal Strehovský
2017-11-30Ordinal Multifile supportDavid Wrighton
2017-11-12Make Canon types inherit from MetadataTypeMichal Strehovsky
2017-10-31Adding data structure support for methods on RuntimeDeterminedTypes. This is ...Fadi Hanna
2017-10-18Assembly-qualify type names in repro arguments (#4754)Michal Strehovský
2017-10-12[ILVerify] Instantiate constraints of generic parameters used as instantiatio...Samuel Arzt
2017-10-04Update IsByRefLike tests (#4671)Michal Strehovský
2017-10-04Updating CLI to 2.0.0 version (#4667)Jan Kotas
2017-10-04Disable tests against https://github.com/dotnet/corert/issues/4665Jan Kotas
2017-10-04Update to BuildTools with latest RoslynJan Kotas
2017-09-21[ILVerify] Fix assigning interface with variance to object generating error (...Samuel Arzt
2017-09-20[ILVerify] Implement Ldftn/Ldvirtftn instruction (#4497)Samuel Arzt
2017-08-26Add custom attribute type name formatter (#4367)Michal Strehovský
2017-08-23Fix debugger stepping into Main method (#4364)Michal Strehovský
2017-08-22Emit IsByRefLike flag on generic definitions (#4346)Michal Strehovský
2017-07-12Overhaul exception throwing from the type systemMichal Strehovsky
2017-06-24Update CoreRT build to use latest .NET CLI and build tools (#3916)Jan Kotas
2017-06-20Rollback the ToolsetVersion cleanup for more projectsJan Kotas
2017-06-17Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2017-06-17Delete ToolsVersion attribute from msbuild filesJan Kotas
2017-06-15GVM dependency analysis performance fixes (#3872)Fadi Hanna
2017-06-06Merge pull request #3762 from shrah/runtime_dataFaizur Rahman
2017-06-03Implement INonEmittableType for NativeStructTypeFaizur Rahman
2017-06-02Remove problematic use of NotImplementedException (#3774)David Wrighton
2017-06-01Report SIMD intrinsics to RyuJIT (#3678)Michal Strehovský
2017-05-27Stop using InstantiateSignature to convert RDT's to concrete types (#3710)Michal Strehovský
2017-05-21[ILVerify] Handling of assignment of interface to object - with CastingHelper...Gergely Kalapos
2017-05-15Finish support for rank 1 mdarrays (#3610)Michal Strehovský
2017-05-11Treat the `<Module>` type as not having a lazy constructor (#3584)Michal Strehovský
2017-05-10Add support for generating type level layout information from RuntimeDetermin...David Wrighton
2017-04-22Move two mis-filed Mangling dot files (#3406)Simon Nattress
2017-04-14Add marshalling support for returning function pointers from native side as D...Faizur Rahman
2017-04-14Add support for sorting FieldDescs (#3329)Michal Strehovský
2017-04-12Add support for sorting MethodDescs (#3305)Michal Strehovský
2017-04-11Add support for sorting in the type system (#3258)Michal Strehovský
2017-04-08Correctly mangle names of NativeStructTypes (#3257)Simon Nattress
2017-04-07Add mangled names for delegate and struct marshallingFaizur Rahman
2017-04-01Add concept of "prefix mangled type/method" (#3173)Michal Strehovský
2017-03-30ByValArray MarshallerFaizur Rahman
2017-03-30Fix build break from string interningMorgan Brown
2017-03-30NS2.0 Add String.Intern (#3149)Atsushi Kanamori
2017-03-23Implement TypedReference in CoreRT (#3000)Michal Strehovský