summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared
AgeCommit message (Expand)AuthorFilesLines
2018-03-28Nit changes in API diff between .NET Core 2.0 and .NET Core 2.1 (#17288)Maryam Ariyan2-4/+4
2018-03-27 Adding Memory.Pin() to eventually replace Memory.Retain(bool) (#17269)Ahson Khan2-4/+78
2018-03-27Fix regression in StreamWriter.Write perf for small inputs (#17251)Stephen Toub2-35/+45
2018-03-27Cleanup InternalsVisibleTo (#17185)Jan Kotas3-18/+6
2018-03-27Move String.Comparison.cs to shared CoreLib partition (#17247)Jan Kotas2-0/+1012
2018-03-27Delete MemoryExtensions.AsBytes (#17245)Jan Kotas1-46/+0
2018-03-27Vectorized SequenceCompareTo for Span<char> (#17237)Jan Kotas6-141/+226
2018-03-26New chunk should be equal/larger than the one it replaces (#17219)Maryam Ariyan2-10/+16
2018-03-26Update uses of AsBytes to use MemoryMarshal.AsBytes (dotnet/corefx#28460)Ahson Khan1-1/+1
2018-03-26Vectorize Span.IndexOf for T = char, similar to T = byte. (#28464) (#17218)dotnet bot2-2/+134
2018-03-25Dictionary/List code clean up/formatting (C#7) (#17196)Ben Adams2-338/+133
2018-03-25Fix CompareTo/Equals when dealing with Empty Span or Span wrapping a null str...Ahson Khan4-4/+45
2018-03-23Fix Path.GetTempFileName on Windows (#17148)Stephen Toub2-8/+7
2018-03-23Fixes StringBuilder unbounded size growth in Clear() when we use a mix of App...Maryam Ariyan3-5/+44
2018-03-23Rename new Stream.Read/Write{Async} Span/Memory source/Destination arguments ...Anirudh Agnihotry5-58/+58
2018-03-21Fix incorrect array dereference. (#17113)Brian Robbins1-1/+1
2018-03-21Rename {Try}Read/WriteMachineEndian to just {Try}Read/Write (#17106)Ahson Khan1-4/+4
2018-03-21Improve DateTime{Offset} "r" and "o" formatting performance (#17092)Stephen Toub3-88/+244
2018-03-21Moving Span APIs that allow skipping visibility checks to MemoryMarshal (#17087)Ahson Khan2-0/+155
2018-03-21Small tweaks to Dict asm size (#17096)Ben Adams1-4/+2
2018-03-21Avoid allocating when SuppressFlow'ing in default ExecutionContext (#17081)Stephen Toub1-7/+8
2018-03-20API consistency for System.Memory APIs (argument names) (#28160)Ahson Khan9-126/+126
2018-03-20Port System.Memory performance improvements to Convert.TryFromBase64Chars (#1...Atsushi Kanamori3-225/+327
2018-03-20Fix build breakJan Kotas1-1/+1
2018-03-20Fix major System.Memory performance regression on .NET Framework x86 (#28179)Jan Kotas1-192/+170
2018-03-20Move CompareInfo.* to shared CoreLib partition (#17062)Jan Kotas3-0/+1644
2018-03-19Fix ProjectN build break and work around MCG bug (dotnet/corert#5576)Michal Strehovský4-3/+27
2018-03-18Switch back to more performant and portable Marvin implementationJan Kotas1-28/+52
2018-03-17Fix EventSource Test Failures in CoreFX (#16999)Brian Robbins3-9/+17
2018-03-17Use Win32Marshal from CoreLib shared code (dotnet/corefx#28161)Jeremy Kuhne1-18/+14
2018-03-16Use vectorized T=byte implementations to optimize all MemoryExtensions APIs f...Ahson Khan3-138/+144
2018-03-16Prevent concurrent use corruption from causing infinite loops (#16991)Ben Adams1-0/+27
2018-03-16Updates unsafe String constructors to be consistent when handling null value ...Marek Safar1-4/+13
2018-03-16Put the path on IOException strings when possible (#16998)Jeremy Kuhne4-129/+78
2018-03-16Fix comment in IgnoreCase CompareInfo handling.Viktor Hofer1-1/+1
2018-03-16Use managed marvin hashing for IgnoreCase comparison (#16945)Viktor Hofer5-74/+150
2018-03-15Port SequentialEqual() optimizations to ReadOnlySpan overloads (#28073)Atsushi Kanamori1-1/+23
2018-03-14Fix GetTempPath (#16921)Jeremy Kuhne6-39/+121
2018-03-14Add EventSource TraceLogging Support for EventPipe (#16861)Brian Robbins7-98/+131
2018-03-14Merge pull request #16923 from brianrob/eventlistener_activityidVance Morrison2-14/+32
2018-03-14Add TaskCanceledException ctor that takes CancellationToken (#16939)Stephen Toub1-0/+12
2018-03-14DIfferent Directory Separator for linux (#16936)Anirudh Agnihotry1-1/+1
2018-03-13Fix GetHashCode with invariant modeTarek Mahmoud Sayed1-0/+5
2018-03-13Plumb the activity ID through to EventListener.Brian Robbins2-14/+32
2018-03-12Fix short path expansion (#16901)Jeremy Kuhne1-5/+5
2018-03-12Missing Case In Remove Relative Segments (#16869)Anirudh Agnihotry3-10/+17
2018-03-12Use a cached canceled task in ValueTask (dotnet/corefx#27967)Stephen Toub1-17/+27
2018-03-12Optimize MemoryExtensions SequenceEqual for more T's (dotnet/corefx#27859)Atsushi Kanamori2-4/+50
2018-03-09Use ValueStringBuilder instead of StringBuilderCacheJan Kotas1-9/+9
2018-03-08Fix Compile errorTarek Mahmoud Sayed1-0/+2