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
2020-01-13[netcore] Make System.Diagnostics.TraceSourceTests.DefaultTraceListenerClassT...Maxim Lipnin
2019-11-16Mirror changes from mono/runtime (#17803)Dotnet-GitSync-Bot
2019-11-15Fix build breaksJan Kotas
2019-11-15Fix NetStandard issue in System.IO.FileSystem.AccessControl in 5.0 (#42546)Carlos Sanchez Lopez
2019-11-15Fix StyleCop rule SA1129 ("Do not use default value type constructor") (#42531)Stephen Toub
2019-11-15Adding tests for the new apis to convert between S.Numerics and S.R.Intrinsic...Tanner Gooding
2019-11-15Add span-based CopyTo and CopyToAsync methods (dotnet/coreclr#27639)Emmanuel André
2019-11-15Fix Vector128 and Vector256 WithUpper documentation (dotnet/coreclr#27274)John
2019-11-15Add tracing for handling of dependencies for Assembly.LoadFrom (#27833)Elinor Fung
2019-11-15Add tracing for Resolving/AssemblyResolve event handler invocation (#27788)Elinor Fung
2019-11-15Address bugs in BigInteger (dotnet/coreclr#27280)ts2do
2019-11-15Use Stream's BeginReadInternal from FileStream (dotnet/coreclr#27737)Stephen Toub
2019-11-12Mirror changes from mono/corefx,coreclr (#17777)Filip Navara
2019-11-10Relax visibilityJan Kotas
2019-11-09Move AssemblyLoadContext.GetResolvedUnmanagedDll to shared (#27775)Ryan Lucia
2019-11-09Fixed typos in comments. (dotnet/coreclr#27789)rob313663
2019-11-09StackTrace.GetFrames should return an array of non-nullable frames (#27787)Joseph Musser
2019-11-09Improve Encoding.UTF8.GetString / GetChars performance for small inputs (#27268)Levi Broderick
2019-11-08Mirror changes from mono/corefx,coreclr,corert (#17761)Dotnet-GitSync-Bot
2019-11-08Arm64: Update S.P.CoreLib for ZipLow and ZipHigh (dotnet/coreclr#27730)Tamar Christina
2019-11-08Add Semaphore creation extension methods that take an ACL (#42377)Carlos Sanchez Lopez
2019-11-08Updating NumberToFloatingPointBitsSlow to handle the remaining parsed fractio...Tanner Gooding
2019-11-07Arm64: Add S.P.CoreLib for AddV. (dotnet/coreclr#27663)Tamar Christina
2019-11-07Add Mutex creation extension methods that take an ACL (#42281)Carlos Sanchez Lopez
2019-11-07Populate properties of AssemblyLoadStart/Stop events (dotnet/coreclr#27558)Elinor Fung
2019-11-06Add Span.Sort, and make Array.Sort span-based (dotnet/coreclr#27700)Stephen Toub
2019-11-05Prevent DivideByZeroException in EventCounter.ToString() (#27581)JesperTreetop
2019-11-05Fixing the return type of the ArmBase.ReverseElementBits methods in the Platf...Tanner Gooding
2019-11-04Update only S.P.CoreLib for ReverseElementBits (dotnet/coreclr#27582) (#17695)Dotnet-GitSync-Bot
2019-11-04Fix Buggy code in TimeZoneInfo (dotnet/coreclr#27591)Tarek Mahmoud Sayed
2019-11-04Delete two more FCalls (dotnet/coreclr#27640)Jan Kotas
2019-11-04Use simple Array.Copy overload where possible (dotnet/coreclr#27641)Jan Kotas
2019-11-04Consolidate *.Fast.cs (dotnet/coreclr#27644)Jan Kotas
2019-11-03Fix typo in Tuple.cs (dotnet/coreclr#27637)Levi Broderick
2019-11-02Normalize trailing whitespaces (dotnet/coreclr#27626)Jan Kotas
2019-11-01Disable another static analysis rule (dotnet/corefx#42265)Stephen Toub
2019-10-31Don't needlessly refresh proc count (dotnet/coreclr#27543)Ben Adams
2019-10-31Update analyzer versions (dotnet/corefx#42249)Stephen Toub
2019-10-31Clean up Uri.UnescapeDataString (dotnet/corefx#42225)Stephen Toub
2019-10-31Add BitwiseSelect (dotnet/coreclr#27430)Egor Chesakov
2019-10-30Add ComputeCrc32, ComputeCrc32C (dotnet/coreclr#27421)Egor Chesakov
2019-10-30Remove unsigned overloads of LeadingSignCount (dotnet/coreclr#27533)Egor Chesakov
2019-10-30Move runtime specific methods out of the runtime partitionJan Kotas
2019-10-30Mirror changes from mono/coreclr,corefx (#17609)Dotnet-GitSync-Bot
2019-10-30Support large EventSource filter args (dotnet/coreclr#27500)Noah Falk
2019-10-30Cleanup (dotnet/coreclr#27502)Jan Kotas
2019-10-30Basic infrastructure for binder tracing (dotnet/coreclr#27383)Elinor Fung
2019-10-30Fix StreamReader to pass cancellation token into ReadBufferAsync (#27464)Stephen Toub
2019-10-30Delete unnecessary abstraction from stubbed out SecurityElement (#27474)Jan Kotas