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-23Make generic composition details relative addressesMichal Strehovsky
2018-01-07Fix build and VS warnings (#5223)Jan Kotas
2018-01-04Remove hack to disable analyzersMichal Strehovský
2017-12-13Adding Unsafe APIs that are used by System.Memory - CoreRT specific partJan Kotas
2017-12-08Merge pull request #5050 from MichalStrehovsky/devirtMgrMichal Strehovský
2017-12-05Build runtime and libraries for WebAssembly (#4876)Morgan Brown
2017-12-01Make it possible to use typeof() with Test.CoreLibMichal Strehovský
2017-11-27Fix building with Test.CoreLib (#5029)Michal Strehovský
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-20Undo ToolsVersion cleanup on full framework projectsJan Kotas
2017-06-17Delete ToolsVersion attribute from msbuild filesJan Kotas
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-04-26Centralize build defines (#3431)Michal Strehovský
2017-04-07ProjectX: Hook up class lib functions with type managerdotnet-bot
2017-04-04Fix CoreRT build breakMichal Strehovsky
2017-02-25Update build tools to latest (#2815)Jan Kotas
2017-02-24Fix issue where the calling convention in the compiler isn't consistent betwe...David Wrighton
2017-02-15Merge pull request #2754 from dotnet/nmirrorMichal Strehovský
2017-02-15Refactor use of TypeManager and Module pointers within the BCLDavid Wrighton
2017-02-14Remove a bit of Test.CoreLib bitrot (#2746)Michal Strehovský
2017-02-08ProjectX: Post RI Fixupdotnet-bot
2017-02-07RI from ProjNdev3dotnet-bot
2017-01-20Update CoreRT doc to include how to debug ILC using VSCode in non-win… (#2514)Yi Zhang (CLR)
2016-12-17Merge pull request #2317 from sergiy-k/threadstatics1Simon Nattress
2016-12-09Make ordering of modifiers more consistent (#2318)Jan Kotas
2016-12-09Implement basic support for thread static fieldsSergiy Kuryata
2016-10-26Register frozen string region with the GC (#2071)Michal Strehovský
2016-10-19Fix CoreRT build breaksJan Kotas
2016-10-06Add a class constructor runner to Test.CoreLib (#1983)Michal Strehovský
2016-09-30Move EagerStaticClassConstructionAttribute under Runtime.Base to reduce ifdef...Jan Kotas
2016-09-30Fix conflicts between Test.CoreLib and CastableObject workJan Kotas
2016-09-30Add Test.CoreLib (#1949)Michal Strehovský