Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-09Remove netcore/ directory from the mono/mono repository. (#20361)Zoltan Varga
2019-11-08Mirror changes from mono/corefx,coreclr,corert (#17761)Dotnet-GitSync-Bot
2019-11-08Add Semaphore creation extension methods that take an ACL (#42377)Carlos Sanchez Lopez
2019-11-07Add Mutex creation extension methods that take an ACL (#42281)Carlos Sanchez Lopez
2019-10-30Fix building portable thread pool on Windows (dotnet/corert#7849)Filip Navara
2019-10-24Mirror changes from mono/coreclr,corefx,corert (#17526)Dotnet-GitSync-Bot
2019-10-22Delete Uap quirks from CoreLib (dotnet/coreclr#27356)Jan Kotas
2019-10-22Cleanup memory copy helpers (dotnet/coreclr#27307)Jan Kotas
2019-10-22Delete ENABLE_WINRT define (dotnet/coreclr#27240)Jan Kotas
2019-10-05More corelib cleanup (dotnet/coreclr#26993)Stephen Toub
2019-09-25More Corelib cleanup (dotnet/coreclr#26872)Stephen Toub
2019-09-12Improve the performance of Environment.WorkingSet in Windows (#26522)Sung Yoon Whang
2019-09-11Fix Running .NET Core Under Windows App Compat Shim (dotnet/coreclr#26605)Tarek Mahmoud Sayed
2019-08-22Fix (mostly) IDE0055 (formatting)Stephen Toub
2019-08-20Remove unused usings from Corlib (dotnet/coreclr#26250)Stephen Toub
2019-08-14Fix StyleCop warnings for rules enabled in corefxStephen Toub
2019-08-13Fix StyleCop warning SA1400 (missing access modifiers)Stephen Toub
2019-08-12Remove unnecessary error check for QueryUnbiasedInterruptTime call (#26120)Aaron Robinson
2019-08-09Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank ...Stephen Toub
2019-08-03Enable stylecop warnings 1205, 1212, and 1617 (dotnet/corefx#39941)Stephen Toub
2019-08-03Enable several StyleCopAnalyzers (dotnet/corefx#39921)Stephen Toub
2019-07-24Remove now unnecessary !s / TODO-NULLABLE comments (dotnet/coreclr#25749)Stephen Toub
2019-07-24Remove stale nullable !s and pragmas (dotnet/coreclr#25640)Stephen Toub
2019-06-08Fix issue in NamedPipeServerStream.GetImpersonationUserName() (#37676)Carlos Sanchez Lopez
2019-05-28Add and apply nullable attributes (dotnet/coreclr#24679)Stephen Toub
2019-05-24Fewer ilstubs in corelib from reflection apis (dotnet/coreclr#24708)David Wrighton
2019-05-10Turn on nullability for all of Corelib (dotnet/coreclr#24497)Stephen Toub
2019-05-02Nullable: Interop and src/System remainder (dotnet/coreclr#24328)Krzysztof Wicher
2019-04-29synving with coreclrAnipik
2019-04-22Nullable: couple of missing #nullable enable (dotnet/coreclr#24094)Krzysztof Wicher
2019-04-22Nullable: Globalization native interop + some missing files (#23914)Krzysztof Wicher
2019-04-22Nullable: Interop.Adavapi32 (dotnet/coreclr#23875)Anirudh Agnihotry
2019-04-22Nullable: Interop: Kernel32 and few others (dotnet/coreclr#23880)Krzysztof Wicher
2019-04-22Nullable: System (most of it) (dotnet/coreclr#23774)Stephen Toub
2019-04-22Nullable: Attributes, SafeHandles, and misc (dotnet/coreclr#23810)Stephen Toub
2019-04-16Move EventSource to shared CoreLib partition (dotnet/coreclr#23925)Filip Navara
2019-04-14Move DateTime Windows implementation to shared CoreLib (#23888)Filip Navara
2019-04-09Nullable: WaitHandles (dotnet/coreclr#23604)Stephen Toub
2019-04-04Add CPU runtime counter (dotnet/coreclr#23680)Sung Yoon Whang
2019-04-03Avoid unnecessary SetLastError on PInvokes (dotnet/corefx#36544)Jan Kotas
2019-03-28Move QueryPerformanceCounter PInvokes to shared (dotnet/corefx#36409)Jan Kotas
2019-03-08Use platform specific implementation of GetCurrentProcessId (#23084)Marek Safar
2019-03-08Cleanup Globalization info code (dotnet/coreclr#22591)Hugh Bellamy
2019-02-15Remove unnecessary ThrowIfUnsupportedType calls and definitionsFei Peng
2019-02-10Fix casing of interop directories (dotnet/corert#6982)Jan Kotas
2019-01-31Add managed implementation of GetSystemMaxDBCSCharSize (#22290)Marek Safar
2019-01-31Switch CoreLib over to using shared Environment from corefx (#22106)Stephen Toub
2019-01-25Fix UWP VirtualAlloc import (dotnet/corert#6882)Michal Strehovský
2019-01-24Update parameter names in PInvoke signatures to match MSDN documentation.Filip Navara
2019-01-24Build fixes.Filip Navara