summary refs log tree commit diff
path: root/src/libcore/num/dec2flt/rawfp.rs
AgeCommit message (Expand)AuthorLines
2017-12-23Move Bits constraints to RawFloat::RawBitsClar Charr-4/+19
2017-12-22Expose float from_bits and to_bits in libcore.Clar Charr-33/+6
2017-08-15Fix typos & us spellingsFourchaux-3/+3
2017-04-20Remove float_extrasJosh Stone-7/+34
2017-04-14Use associated constants in core::num::dec2fltRobin Kruppe-123/+69
2017-04-03Replace ^ with <sup> html baliseGuillaume Gomez-6/+7
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-1/+0
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-3/+32
2016-01-12Speed up dec2flt fast path with additional tables.Robin Kruppe-0/+12
2015-12-12Remove an accent in a commentRobin Kruppe-1/+1
2015-09-20Reorganize core::num internalsRobin Kruppe-2/+2
2015-08-08Accurate decimal-to-float parsing routines.Robin Kruppe-0/+356