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-01-04Add option to block all metadata in an assembly (#5199)Michal Strehovský
2017-11-16Decouple BCL module list from MRTTomas Rylek
2017-10-27dd IsDotNetFrameworkProductAssembly for Framework Assemblylouluqun
2017-07-15Fix Unix build breakMichal Strehovský
2017-07-14Initial implementation of .NETStandard 2.0 StackTrace / StackFrame APITomas Rylek
2017-07-10Whack the WACK's in PN CoreLib. (#4122)Atsushi Kanamori
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-06-07Add support for new native metadata blob for autonomous stack trace formattingTomas Rylek
2017-05-25Enable reflection blocking (#3685)Michal Strehovský
2017-04-15Avoid mixing references to CoreRT and ProjectN .csprojJan Kotas
2017-03-14Add support for MSDIA140 to DIA-based CoreRT/.NETNative StackTraceGenerator o...Tomas Rylek
2017-02-15Refactor use of TypeManager and Module pointers within the BCLDavid Wrighton
2017-02-06Avoid unnecessary branches when fixing non-null/empty arrays (#2668)Justin Van Patten
2016-11-01Add developer experience initialization to main methodJan Kotas
2016-02-06Cleanup relative path in compile elements to have a linkTarek Mahmoud Sayed
2016-01-28Update licensing headersdotnet-bot
2016-01-04Need to explicitly set the AssemblyVersion otherwise it defaults to 999.999.9...Wes Haggard
2016-01-04Clean up the new CoreRT project files as they had a bunch of redundant proper...Wes Haggard
2015-12-23While porting the library I ended up updating quite a few projects to make su...Alex Ghiondea
2015-12-03Delete unnecessary global:: prefixesJan Kotas
2015-12-02Use McgIntrinsicsAttribute from CommonJan Kotas
2015-12-01Port StackTraceGenerator to CoreRTdotnet-bot