summary refs log tree commit diff
path: root/src/libcore/num/flt2dec/strategy
AgeCommit message (Expand)AuthorLines
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-4/+0
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-09-20Reorganize core::num internalsRobin Kruppe-54/+3
2015-09-03Elide lifetimes in libcoreManish Goregaokar-2/+2
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-3/+0
2015-08-08Enlarge Bignum type from 1152 to 1280 bits.Robin Kruppe-1/+1
2015-08-08Make core::num::dec2flt::strategy::grisu::Fp methods public.Robin Kruppe-3/+3
2015-08-03syntax: Implement #![no_core]Alex Crichton-2/+4
2015-06-07change some statics to constantsOliver 'ker' Schneider-4/+1
2015-05-06core: use banker's rounding for the exact mode in flt2dec.Kang Seonghoon-1/+5
2015-05-06core: added core::num::flt2dec for floating-point formatting.Kang Seonghoon-0/+1076