summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/StringComparer.cs
AgeCommit message (Expand)AuthorFilesLines
2019-01-05(C#7) Use pattern matching `is` rather than `as` with null check (#21828)Ben Adams1-16/+8
2018-11-02Improve performance of String.Equals(..., OrdinalIgnoreCase) (#20734)Levi Broderick1-2/+20
2018-10-11Improve performance of OrdinalIgnoreCase hash code calculation (#20309)Levi Broderick1-2/+2
2018-08-31Revert "Remove not necessary type forwarded from attributes when type comes f...Santiago Fernandez Madero1-0/+3
2018-08-29Remove not necessary type forwarded from attributes when type comes from msco...Santiago Fernandez Madero1-3/+0
2018-06-24Simply type names in Corelib (#18623)Stephen Toub1-7/+7
2018-06-23Change string.Compare(...) == 0 occurrences to string.Equals(...) (#18616)Stephen Toub1-1/+1
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan1-0/+387