summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/String.cs
AgeCommit message (Expand)AuthorFilesLines
2019-06-13Intrinsicify SpanHelpers.IndexOf(char) (#22505)Ben Adams1-97/+6
2019-06-11Update IEquatable/IComparable<T> for nullability (#25053)Stephen Toub1-1/+9
2019-05-28Add and apply nullable attributes (#24679)Stephen Toub1-3/+5
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub1-1/+0
2019-05-03Implement String.IsAscii in shared CoreLib and use it for [Is]Normalize[d] fo...Filip Navara1-7/+11
2019-04-17Update the types consumers of Index and Range (#24036)Tarek Mahmoud Sayed1-13/+0
2019-03-28GetPinnableReference on String.cs (#23428)simplejackcoder1-0/+7
2019-03-27Nullable: String (#23450)Santiago Fernandez Madero1-22/+23
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-5/+8
2019-03-10Refactor Encoding to split fast-path and fallback logic (#23098)Levi Broderick1-2/+2
2019-02-06Index and Range updates (#22331)Tarek Mahmoud Sayed1-1/+14
2019-01-01strlen to managed code and vectorize (#21729)Ben Adams1-5/+20
2018-12-07Use string.Create in ConvertFromUtf32 (#21409)Stephen Toub1-0/+9
2018-11-15Allow rune enumeration from string and ROS<char> (#21007)Levi Broderick1-0/+11
2018-08-31Revert "Remove not necessary type forwarded from attributes when type comes f...Santiago Fernandez Madero1-0/+1
2018-08-29Remove not necessary type forwarded from attributes when type comes from msco...Santiago Fernandez Madero1-1/+0
2018-06-24Simply type names in Corelib (#18623)Stephen Toub1-6/+6
2018-06-07Guard Windows code under PLATFORM_WINDOWS (#18344)Marek Safar1-3/+3
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan1-0/+766