about summary refs log tree commit diff
path: root/src/libcore/num/dec2flt
AgeCommit message (Expand)AuthorLines
2016-01-04Make float parsing "." return ErrToby Scrace-8/+9
2015-12-17Don't import ParseResult's variants in dec2flt.Ms2ger-6/+5
2015-12-12dec2flt: Remove unused macro argumentRobin Kruppe-3/+3
2015-12-12dec2flt: Simplify imports and module surfaceRobin Kruppe-4/+4
2015-12-12Remove an accent in a commentRobin Kruppe-1/+1
2015-10-14Reject "+" and "-" when parsing floats.Robin Kruppe-1/+6
2015-09-20Reorganize core::num internalsRobin Kruppe-11/+7
2015-08-17core: Shuffle around float parsingAlex Crichton-13/+87
2015-08-15std: Add issues to all unstable featuresAlex Crichton-1/+2
2015-08-12Mention that the fast path is broken without SSE.Robin Kruppe-3/+11
2015-08-08Accurate decimal-to-float parsing routines.Robin Kruppe-0/+2405