summary refs log tree commit diff
path: root/src/libcore/num/flt2dec/bignum.rs
AgeCommit message (Expand)AuthorLines
2015-09-03Elide lifetimes in libcoreManish Goregaokar-5/+5
2015-08-26Make iter::order functions into methods on IteratorSteven Fackler-3/+1
2015-08-08Accurate decimal-to-float parsing routines.Robin Kruppe-11/+10
2015-08-08Add various methods to Bignum:Robin Kruppe-5/+141
2015-08-08Enlarge Bignum type from 1152 to 1280 bits.Robin Kruppe-5/+5
2015-08-03syntax: Implement #![no_core]Alex Crichton-2/+3
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-3/+3
2015-05-06core: fixed typos and revised comments in flt2dec.Kang Seonghoon-6/+8
2015-05-06core: added core::num::flt2dec for floating-point formatting.Kang Seonghoon-0/+355