summary refs log tree commit diff
path: root/src/libcore/num/dec2flt/mod.rs
AgeCommit message (Expand)AuthorLines
2017-09-04Removed the incorrect documentation for from_strMax Comstock-1/+0
2017-04-14Use associated constants in core::num::dec2fltRobin Kruppe-10/+10
2016-09-18Add missing Eq implementationsGuillaume Gomez-2/+2
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-1/+0
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-7/+7
2016-04-01Fix a couple of dead links on core::num::ParseFloatError docsOliver Middleton-2/+2
2016-03-22try! -> ?Jorge Aparicio-1/+1
2016-02-09Some docs for std::numSteve Klabnik-0/+7
2016-02-04Prevent the immediate panic uncovered by #31109 and add a test.Robin Kruppe-8/+28
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-09-20Reorganize core::num internalsRobin Kruppe-3/+0
2015-08-17core: Shuffle around float parsingAlex Crichton-13/+87
2015-08-15std: Add issues to all unstable featuresAlex Crichton-1/+2
2015-08-08Accurate decimal-to-float parsing routines.Robin Kruppe-0/+234