summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Parser
AgeCommit message (Expand)AuthorFilesLines
2018-11-28Fixing up Utf8Parser.TryParseNumber to not fail for overly large exponents (#...Tanner Gooding1-3/+8
2018-11-26Handle the remaining known issues (modulo snan) with the double/single parsin...Tanner Gooding3-34/+84
2018-11-12Fixing Utf8Parser.Number to not modify the value of 'c' (#20967)Tanner Gooding1-4/+6
2018-11-12Moving the Utf8Formatter and Utf8Parser into S.P.Corelib (#20934)Tanner Gooding10-41/+114
2018-11-09Moving the Utf8Parser/Utf8Formatter to be shared (dotnet/corefx#33348)Tanner Gooding24-0/+4862