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-10-30Mirror changes from mono/coreclr,corefx (#17609)Dotnet-GitSync-Bot
2019-10-27Update dependencies from dotnet/corefx (dotnet/coreclr#27431)dotnet-maestro[bot]
2019-10-24Mirror changes from mono/coreclr,corefx,corert (#17526)Dotnet-GitSync-Bot
2019-10-05More corelib cleanup (dotnet/coreclr#26993)Stephen Toub
2019-09-25More Corelib cleanup (dotnet/coreclr#26872)Stephen Toub
2019-08-09Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank ...Stephen Toub
2019-06-18Apply suggestions from code reviewAdam Sitnik
2019-06-18set the charset to AnsiAdam Sitnik
2019-06-18simplify the codeAdam Sitnik
2019-06-18use IntPtr instead of CriticalHandle to avoid resurrection issues. It's ok to...Adam Sitnik
2019-06-18seal the CriticalSortHandle classAdam Sitnik
2019-06-18change SafeSortHandle to be CriticalSortHandle to avoid expensive ref countingAdam Sitnik
2019-06-18Update Corelib to adapt to compiler nullability updatesStephen Toub
2019-05-28Add and apply nullable attributes (dotnet/coreclr#24679)Stephen Toub
2019-05-22Implement AppDomain.Monitoring*MemorySize (dotnet/coreclr#24610)Stephen Toub
2019-05-10Turn on nullability for all of Corelib (dotnet/coreclr#24497)Stephen Toub
2019-04-29Mirror changes from mono/coreclr,corefx,corert (#14163)Marek Safar
2019-04-24Fix build errors in Interop.ErrorsSantiago Fernandez Madero
2019-04-22Nullable: Runtime serialization, COM, Vector, remaining IO, and other (#23895)Stephen Toub
2019-04-22Nullable: Globalization native interop + some missing files (#23914)Krzysztof Wicher
2019-04-22Nullable: System.Runtime.InteropServices.Marshal (dotnet/coreclr#23699)Tanner Gooding
2019-04-22Nullable: Array (dotnet/coreclr#23746)Stephen Toub
2019-04-09Annotate Unix interop (dotnet/coreclr#23589)Dan Moseley
2019-03-27Cleaning up the P/Invoke signatures for QPF and QPC to avoid marshalling and ...Tanner Gooding
2019-03-10Remove 2 suffix step 1 (dotnet/corefx#35904)Dan Moseley
2019-03-08Use platform specific implementation of GetCurrentProcessId (#23084)Marek Safar
2019-03-08Added UserFlags field, unblocks #34560 (dotnet/corefx#35851)Dávid Kaya
2019-03-07Clean up some string.Format usage (dotnet/coreclr#23025)Stephen Toub
2019-02-08Move DateTime for Unix to shared partition (dotnet/coreclr#22383)Marek Safar
2019-02-04Remove code that was moved to System.Native (dotnet/corert#6932)Filip Navara
2019-02-03Move Interop.GetTimestamp.cs to shared CoreLib partition. (#35031)Filip Navara
2019-01-18Move Environment to shared CoreLib (dotnet/corefx#34654)Stephen Toub
2019-01-08Fix path length 255 (dotnet/coreclr#21838)Dan Moseley
2018-12-30Replace Interop.ReadDir.cs with Interop.ReadDir.cs from System.IO.FileSystem ...Egor Bogatov
2018-12-20Add System.Private.CoreLib shared sources (#12162)dotnet bot