summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/String.Comparison.cs
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Update IEquatable/IComparable<T> for nullability (#25053)Stephen Toub1-4/+0
2019-06-03Fix some nullable annotations from API ReviewSantiago Fernandez Madero1-16/+8
2019-05-28Add and apply nullable attributes (#24679)Stephen Toub1-0/+4
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub1-1/+0
2019-03-28Improve performance of Marvin32 (#22816)Levi Broderick1-2/+6
2019-03-27Nullable: String (#23450)Santiago Fernandez Madero1-31/+32
2019-02-26Make BitOperations public (CoreCLR) (#22864)Grant1-3/+4
2019-02-14Consolidate implementation of Rotate and PopCount (#22584)Grant1-3/+3
2019-01-27string.EndsWith use SequenceEqual not SequenceCompareTo (#22207)Ben Adams1-1/+2
2019-01-25Skip rangecheck in string.EndsWith(char) (#22206)Ben Adams1-2/+2
2019-01-05(C#7) Use pattern matching `is` rather than `as` with null check (#21828)Ben Adams1-5/+2
2018-11-07Add string.GetHashCode(ROS<char>) and related APIs (#20422)Levi Broderick1-2/+43
2018-10-11Improve performance of OrdinalIgnoreCase hash code calculation (#20309)Levi Broderick1-1/+10
2018-08-10Don't early terminate on null for 64bit NR HashCode (#19331)Ben Adams1-43/+26
2018-06-07Remove dead case from string.Compare (#18345)Stephen Toub1-4/+2
2018-05-15Remove IsAscii fast paths from Equals and Compare OrdinalIgnoreCase (#17985)Bruce Bowyer-Smyth1-95/+8
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan1-0/+1007