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-26Adding infinite recursion detection logic for the type assignability algorith...Fadi Hanna
2018-07-23Make generic composition details relative addressesMichal Strehovsky
2018-06-25Simplify types in non-shared corelib (#6008)Stephen Toub
2018-03-17[tfs-changeset: 1692327]dotnet-bot
2018-02-02FuncEvalWithAppDomain - supporting FuncEval in case of having multiple AppDom...Andrew Au
2018-02-01Resolve bug 535897, roll back changeset 1683373 to make exception handling fa...dotnet-bot
2018-01-27ClassLibForAll - refactor the code so that the type ClasslibFunctionId is no ...Andrew Au
2018-01-07Fix build and VS warnings (#5223)Jan Kotas
2018-01-04Remove hack to disable analyzersMichal Strehovský
2017-12-15[tfs-changeset: 1683889] (#5116)dotnet bot
2017-12-13Adding Unsafe APIs that are used by System.Memory - CoreRT specific partJan Kotas
2017-12-08Rollback EH changes because it's hitting NUTC bugsMichal Strehovsky
2017-12-08Fix CoreRT build breakMichal Strehovský
2017-12-07Remove C# workaround in EHMichal Strehovsky
2017-12-05Build runtime and libraries for WebAssembly (#4876)Morgan Brown
2017-11-12Define CORERT for ProjectN buildsJan Kotas
2017-10-31ARM32: fix IntPtr overflow issues with thunk addresses (#4846)Petr Bred
2017-10-21[tfs-changeset: 1678781]dotnet-bot
2017-10-04Update Roslyn to 2.6.0-beta1-62126-01Jan Kotas
2017-09-26[tfs-changeset: 1676255]dotnet-bot
2017-08-14Add tests for dependency graph (#4285)Michal Strehovský
2017-08-05typo (#4274)github-john-doe
2017-07-15Fix build breakMichal Strehovský
2017-07-15Merge remote-tracking branch 'dotnet/nmirror' into nmirror-mergeMichal Strehovský
2017-07-14Makes exception dispatch call into AppContext to enable FirstChanceException....Daniel Harvey
2017-07-14Fix inconsistent EEType casing (#4155)Jan Kotas
2017-07-08Remove ExceptionIDs.ThreadAbort (#4111)Jan Kotas
2017-07-07(On behalf of Jan Vorlicek) Thread abort stage 1Andrew Au
2017-07-03Improve performance of interface castingDavid Wrighton
2017-07-01Replace StackOnlyAttribute with IsByRefLikeAttributeJan Kotas
2017-06-24Update CoreRT build to use latest .NET CLI and build tools (#3916)Jan Kotas
2017-06-23ProjectX: Build MRT to pure nativedotnet-bot
2017-06-20Undo ToolsVersion cleanup on full framework projectsJan Kotas
2017-06-17Delete ToolsVersion attribute from msbuild filesJan Kotas
2017-06-14Introduce UnsafeGCHandle and enable the blittable check in GCHandle.set_Target.Anton Lapounov
2017-05-23Restore ability to compile against Test.CoreLib (#3674)Michal Strehovský
2017-05-21Initial support for preinitialized array in CoreRT (#3558)Yi Zhang (CLR)
2017-05-17Lazy GenericsDavid Wrighton
2017-05-15Finish support for rank 1 mdarrays (#3610)Michal Strehovský
2017-05-11Merge pull request #3575 from dotnet/nmirrorMichal Strehovský
2017-05-10Add support for getting the System.Array type from the runtimeDavid Wrighton
2017-05-08Merge pull request #3548 from dotnet/nmirrorMichal Strehovský
2017-05-06[Gardening] Delete dead code in DispatchResolve (#3542)Michal Strehovský
2017-05-06Remove m_ prefix from internal fields of primitive typesJan Kotas
2017-04-26Centralize build defines (#3431)Michal Strehovský
2017-04-23Enable CFG support in ProjectNYi Zhang
2017-04-15Merge pull request #3336 from dotnet/nmirrorMichal Strehovský
2017-04-15Add asserts to RhNewObject/RhNewArray (#3334)Michal Strehovský
2017-04-14Add marshalling support for returning function pointers from native side as D...Faizur Rahman
2017-04-13Implement RuntimeHelpers.Equals by adding a runtime method to perform the val...Daniel Harvey