summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Number.NumberToFloatingPointBits.cs
AgeCommit message (Expand)AuthorFilesLines
2019-03-27nullable: number (#23454)Krzysztof Wicher1-0/+1
2019-03-12Fixing a couple of issues in the Utf8Parsing/Formatting code (#23134)Tanner Gooding1-5/+2
2019-03-06Fixing the float/double parsing logic to handle exponents that are too large/...Tanner Gooding1-0/+3
2018-11-08Changing Number.NumberBuffer to carry a `Span<byte>` rather than a `Span<char...Tanner Gooding1-8/+8
2018-11-07Fixing up the Double/Single parsing code to be correct (#20707)Tanner Gooding1-0/+621