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
2019-09-26CollectionsMarshal.AsSpan allow null refs (dotnet/coreclr#26903)Ben Adams
2019-09-26Introduce Utf8Span, which is a span of UTF-8 text (dotnet/coreclr#26711)Levi Broderick
2019-09-26Fix CoreRT build breakJan Kotas
2019-09-25More Corelib cleanup (dotnet/coreclr#26872)Stephen Toub
2019-09-25[netcore] Disable annoying SourceLink warrnings (#17055)Egor Bogatov
2019-09-25Add CollectionsMarshal (dotnet/coreclr#26867)Ben Adams
2019-09-25Pack additional useful data into char's "Unicode categories" RVA static info ...Levi Broderick
2019-09-24Change several internal/private instance methods to be static (#26835)Stephen Toub
2019-09-24Remove IsFastSort optimizations from String (dotnet/coreclr#26759)Jan Kotas
2019-09-20[netcore] Move to new arcade post build using yaml stages (#16966)Alexander Köplinger
2019-09-20[Coop] InterlockedCompare/Exchange (object/T) (#16873)Jay Krell
2019-09-19[netcore] Show line numbers when xunit tests fail (#16931)Filip Navara
2019-09-19Implement Marshal.SetLastWin32ErrorFilip Navara
2019-09-19Make case-insensitive class lookup work correctly with exported types (#16652)Ryan Lucia
2019-09-17Remove allocations from Dns.* (dotnet/corefx#41061)Stephen Toub
2019-09-17Update typo in comment in CultureInfo.csStephen Toub
2019-09-17Fix calendar instance inside the culture after cloning (#26721)Tarek Mahmoud Sayed
2019-09-17[netcore] Make Environment calls thread-safe (#16852)Filip Navara
2019-09-16[wasm] Initial netcore support. (#16718)Zoltan Varga
2019-09-16[netcore] Change an ArrayList to a List<T>. (#16842)Zoltan Varga
2019-09-15Remove some boxing from tuples with >= 8 elements (dotnet/coreclr#26584) (#16...Dotnet-GitSync-Bot
2019-09-13Modernize Array constructor (dotnet/coreclr#26684)Next Turn
2019-09-13Merge pull request #16388 from naricc/naricc/GetTotalAllocatedBytesnaricc
2019-09-12Improve the performance of Environment.WorkingSet in Windows (#26522)Sung Yoon Whang
2019-09-12Change Vector<T> to use more compact code using S.R.CS.Unsafe (#26637)Jan Kotas
2019-09-12Remove unused Memcpy methods from shared Buffer implementation (#26586)Marek Safar
2019-09-12Improve logging for EventSource.WriteEvent parameter mismatch (#25533)obligaron
2019-09-12[netcore] Add LLVM to nuget (#16524)Egor Bogatov
2019-09-12Fix DynamicMethodToString.ToStringTestEgorBo
2019-09-11Fix Running .NET Core Under Windows App Compat Shim (dotnet/coreclr#26605)Tarek Mahmoud Sayed
2019-09-10Update tests exclusionMarek Safar
2019-09-10Remove use of WeakReference from corelib (dotnet/coreclr#26597)Stephen Toub
2019-09-10Make StringComparer.Create throw ArgumentNullException (#26570)Tyler Brinkley
2019-09-10Remove remaining ToLower() use from corelib (dotnet/coreclr#26602)Stephen Toub
2019-09-10Remove sub-array allocation from GetManifestResourceNamesList (#26601)Stephen Toub
2019-09-10[netcore] Update System.Private.CoreLib public APIsMarek Safar
2019-09-10Disable failing testsMarek Safar
2019-09-10Replace HashHelpers.Combine with HashCode.Combine (dotnet/coreclr#26589)Stephen Toub
2019-09-09Mark unsafe intrinsics as reflection blockedMichal Strehovský
2019-09-08Fix race conditions in CultureInfo.GetCultureInfoHelper (#26567)Stephen Toub
2019-09-06Mirror changes from mono/coreclr (#16713)Dotnet-GitSync-Bot
2019-09-05[netcore] Bump CoreFX, core-setup dependencies (#16681)Filip Navara
2019-09-05Fix distclean (#16667)Jo Shields
2019-09-05Remove redundant function call of EscapeTypeName to make (#16425)Fan Yang
2019-09-05Remove unnecessary !s for [DoesNotReturn] (dotnet/coreclr#26512)Next Turn
2019-09-05Fix StyleCop tuple warnings (dotnet/coreclr#26514)Stephen Toub
2019-09-05Remove `readonly` from GCHandle field on Gen2GcCallback (#26509)Stephen Toub
2019-09-05Use expression-bodied members in more places (dotnet/coreclr#26500)Stephen Toub
2019-09-04Fix several recently added StyleCop tuple rules (dotnet/corefx#40794)Stephen Toub
2019-09-04Mirror changes from mono/coreclr,corefx (#16654)Dotnet-GitSync-Bot