summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Buffers
AgeCommit message (Expand)AuthorFilesLines
2019-01-30Reverting "Fixing up the UTF8Formatter and some tests to properly handle -0.0...Tanner Gooding1-0/+6
2019-01-17Avoid allocations in Utf8Formatter.TryFormat(float/double, ...) (#22011)Stephen Toub2-41/+81
2019-01-09Move OperationStatus into shared source (#21912)Levi Broderick1-0/+34
2018-12-04Merge pull request #21356 from stephentoub/xmlcommentsStephen Toub1-2/+2
2018-12-04Fix lots of malformed XML commentsStephen Toub1-2/+2
2018-12-03Merge pull request #21264 from fiigii/x64onlyCarol Eidt1-2/+2
2018-11-30Migrate FormattingHelpers.CountDigits to using Lzcnt.X64Fei Peng1-2/+2
2018-11-29Added TryParse to StandardFormat (#21216)Alexej Liebenthal1-11/+32
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 Gooding22-63/+154
2018-11-10Fix invalid out of range exception thrown in ArrayPool trimming (#20932)Stephen Toub1-5/+5
2018-11-09Moving the Utf8Parser/Utf8Formatter to be shared (dotnet/corefx#33348)Tanner Gooding50-0/+7699
2018-11-05Add support for BSWAP intrinsic (#18398)Levi Broderick1-5/+8
2018-10-26Allow ArrayPool.Shared devirtualization (redux) (#20637)Ben Adams1-1/+5
2018-10-25Optimize FormattingHelpers.CountHexDigits using Lzcnt.LeadingZeroCount (#19006)Egor Bogatov2-2/+12
2018-10-06Move BinaryPrimitives into coreclr shared source (#20288)Levi Broderick5-0/+871
2018-07-20Improve throughput of TimeSpan.ToString/TryFormat with "g"/"G" (#19051)Stephen Toub1-0/+29
2018-05-21Code cleanup and formatting for System.Memory files. (#17451)Ahson Khan2-2/+0
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan10-0/+1312