summary refs log tree commit diff
path: root/src/libcore/num/flt2dec/mod.rs
AgeCommit message (Expand)AuthorLines
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-3/+3
2017-05-09fix confusion about parts required for float formattingNathan Froyd-8/+8
2017-04-03Move libXtest into libX/testsStjepan Glavina-1/+1
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-1/+0
2016-03-20libcore: add Debug implementations to most missing typesSean McArthur-0/+1
2016-02-26Use .copy_from_slice() where applicableUlrik Sverdrup-2/+2
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-2/+2
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-3/+2
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-09-20Reorganize core::num internalsRobin Kruppe-1/+0
2015-08-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-1/+0
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-1/+0
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-1/+2
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+1
2015-06-17core: Split apart the global `core` featureAlex Crichton-0/+2
2015-05-06core: fixed typos and revised comments in flt2dec.Kang Seonghoon-8/+7
2015-05-06core: tweaked flt2dec to match the casing of the older formatting code.Kang Seonghoon-18/+18
2015-05-06core: added core::num::flt2dec for floating-point formatting.Kang Seonghoon-0/+662