about summary refs log tree commit diff
path: root/src/libcore/num/flt2dec/decoder.rs
AgeCommit message (Expand)AuthorLines
2020-04-20Use assoc float consts instead of module levelLinus Färnstrand-1/+0
2019-11-26Format libcore with rustfmtDavid Tolnay-10/+23
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-18libcore => 2018Taiki Endo-3/+3
2019-03-11Improvements to comments in libstd, libcore, liballoc.Alexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-04Remove redundant field names in structsljedrz-2/+2
2017-04-20Remove float_extrasJosh Stone-2/+2
2016-09-18Add missing Eq implementationsGuillaume Gomez-2/+2
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-2/+0
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-4/+5
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-5/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+1
2015-05-06core: updated for the master changes.Kang Seonghoon-0/+5
2015-05-06core: fixed a slight bug.Kang Seonghoon-6/+6
2015-05-06core: added core::num::flt2dec for floating-point formatting.Kang Seonghoon-0/+100