summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/MemoryExtensions.cs
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Update IEquatable/IComparable<T> for nullability (#25053)Stephen Toub1-0/+56
2019-05-16Correcting documentation for span and memory slice (#24612)Anirudh Agnihotry1-7/+7
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub1-1/+0
2019-04-05Nullable: Span and friends (#23734)Stephen Toub1-9/+10
2019-03-20Hoist calls to IsBitwiseEquatable (#23381)Jan Kotas1-291/+340
2019-03-19Trim/TrimStart/TrimEnd methods for Memory and Span (#22798)Grant1-172/+0
2019-03-17Make more types eligible for vectorized code paths in MemoryExtensions (#20855)Levi Broderick1-73/+66
2019-02-06Index and Range updates (#22331)Tarek Mahmoud Sayed1-29/+92
2018-11-20Vectorize string.IndexOf(..., StringComparison.Ordinal) (#21076)Ben Adams1-0/+12
2018-11-18Single pass Vectorize Span<byte>.IndexOfAny(..., ReadOnlySpan<byte>) for 2,3 ...Ben Adams1-10/+54
2018-11-15Allow rune enumeration from string and ROS<char> (#21007)Levi Broderick1-0/+23
2018-10-24Avoid implicit long casts in uint compares (#20511)Ben Adams1-6/+6
2018-10-22Additionally Vectorize string.IndexOfAny for value lengths 2,3,4,5 (#19790)Ben Adams1-0/+137
2018-09-21Streamline MemoryExtension Trim and Trim(char) by removing calls to TrimStart...Ahson Khan1-2/+26
2018-09-07MemoryExtensions.Contains (#19863)Grant1-0/+54
2018-07-18Delete Span ifdefs that are no longer needed (#18982)Jan Kotas1-11/+4
2018-05-21Code cleanup and formatting for System.Memory files. (#17451)Ahson Khan1-0/+1
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan1-0/+1389