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-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
2017-04-07ProjectX: Hook up class lib functions with type managerdotnet-bot
2017-04-04Fix CoreRT build breakMichal Strehovsky
2017-03-16Debugger SupportAndrew Au
2017-02-25Update build tools to latest (#2815)Jan Kotas
2017-02-24Fix ProjectN build break (#2814)Jan Kotas
2017-02-24Run codeformatter on corelib sources (#2813)Alex Perovich
2017-02-24Merge pull request #2810 from dotnet/nmirrorJan Kotas
2017-02-24Implement GC APIs for .NET Standard 2.0dotnet-bot
2017-02-23Delegate MarshallingFaizur Rahman
2017-02-15Refactor use of TypeManager and Module pointers within the BCLDavid Wrighton
2017-02-08ProjectX: Post RI Fixupdotnet-bot
2017-02-07RI from ProjNdev3dotnet-bot
2017-01-26Fix initialization of stack walker for second pass to match first passJan Kotas
2017-01-25Change stackwalking to always use unadjusted IPJan Kotas
2017-01-22Abstract cctor trigger via ICodeManagerJan Kotas
2016-12-19Add missing type checks to RyuJIT unbox helpers (#2378)Jan Kotas
2016-12-14Rerun CodeFormatter on CoreLib (#2343)Jan Kotas