summary refs log tree commit diff
path: root/src/libcore/num/flt2dec/decoder.rs
AgeCommit message (Expand)AuthorLines
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