about summary refs log tree commit diff
path: root/src/libcore/num/dec2flt/rawfp.rs
AgeCommit message (Expand)AuthorLines
2020-01-23Fix some float operations to work together with the assoc constsLinus Färnstrand-5/+5
2019-11-26Format libcore with rustfmtDavid Tolnay-34/+36
2019-04-18libcore => 2018Taiki Endo-9/+9
2019-02-10libs: doc commentsAlexander Regueiro-2/+2
2019-02-10tests: doc commentsAlexander Regueiro-5/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-08-04Remove redundant field names in structsljedrz-3/+3
2018-05-22Remove the unstable Float traitSimon Sapin-10/+23
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