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-09Delete orphaned resource strings in S.P.Threading and S.P.ReflectionMichal Strehovsky
2017-10-27dd IsDotNetFrameworkProductAssembly for Framework Assemblylouluqun
2017-07-08Fix build breaksJan 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-25Enable reflection blocking (#3685)Michal Strehovský
2017-04-17Delete unnecesary AotPackageReferencePath referencesJan Kotas
2017-04-12Move BinaryWriter to CoreRT CoreLibJan Kotas
2017-04-07Add EventSource and friends to System.Private.Corelib.Brian Robbins
2017-02-25Update build tools to latest (#2815)Jan Kotas
2017-02-10Port of ResourceManager from CoreCLR with changes to work in ProjectN/CoreRT....Morgan Brown
2017-02-01Move the Progress<T> class to System.Private.Corelib for consistency with Cor...Anton Lapounov
2017-01-27Completely remove EagerOrderedStaticConstructor attribute by fully switching ...Tomas Rylek
2017-01-07Merge pull request #2459 from dotnet/nmirrorJan Kotas
2017-01-07Fix project references in System.Private.ThreadingJan Kotas
2017-01-06Add ResourceManager to CoreLib buildJan Kotas
2016-11-01Use nameof throughout corert (#2118)Stephen Toub
2016-08-08Remove CORERT specific behavior of AggregateExceptionVitek Karas
2016-07-28Delete a few more unused .cs filesJan Kotas
2016-07-28Migrate the bulk of System.Private.Threading into System.Private.CoreLib.dotnet-bot
2016-07-02Adding fields verification check for Async stepping.dotnet-bot
2016-06-01Use LockHolder pattern in Framework codeAnton Lapounov
2016-05-18Add private properties for debugger access to Task fields (#1293)Stephen Toub
2016-05-06Use Array.Empty in a few places (#1242)James Ko
2016-04-15Fix race condition between CTS.Cancel and Dispose (#1147)Stephen Toub
2016-03-19Fix deadlock while waiting on task with synchronously scheduled continuationsJan Kotas
2016-03-18Delete security annotations from core librariesJan Kotas
2016-03-18Delete stale ifdefsJan Kotas
2016-03-15Enable improved AggregateException message for CORERT builds onlyJan Kotas
2016-02-25Merge pull request #937 from dotnet/nmirrorJan Kotas
2016-02-24The analyzer that was making sure the contract between the debugger and the ....Alex Ghiondea
2016-02-16Slimmer QueueUserWorkItemCallbackBen Adams
2016-02-06Cleanup relative path in compile elements to have a linkTarek Mahmoud Sayed
2016-01-28Merge branch 'nmirror' into nmirror_mergeJan Kotas
2016-01-28Update licensing headersdotnet-bot
2016-01-28Port https://github.com/dotnet/coreclr/pull/2883 to CoreRTstephentoub
2016-01-20Refactor System.Private.CoreLib interop to match coding guidelinesJan Kotas
2016-01-19Port https://github.com/dotnet/coreclr/pull/2718 to CoreRTstephentoub
2016-01-16Merge pull request #661 from dotnet/nmirrorJan Kotas
2016-01-16Fix Task test related to CancellationTokenSource not throwing ObjectDisposedE...Alfredo Menendez Sancho
2016-01-14Port https://github.com/dotnet/coreclr/pull/2642 to CoreRTstephentoub
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-23Refactor MEMORY_BASIC_INFORMATION, SYSTEM_INFOJan Kotas
2015-12-03Port System.Threading fixes from CoreFXJan Kotas
2015-12-03Move System.Private.Threading implementation files from CommonJan Kotas
2015-12-03Delete unnecessary global:: prefixesJan Kotas
2015-12-01Move McgIntrinsicsAttribute under CommonJan Kotas