about summary refs log tree commit diff
path: root/src/libcoretest/num/flt2dec/mod.rs
AgeCommit message (Expand)AuthorLines
2017-04-03Move libXtest into libX/testsStjepan Glavina-1201/+0
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-14/+25
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-10std: Remove deprecated functionality from 1.5Alex Crichton-3/+2
2015-09-20Reorganize core::num internalsRobin Kruppe-1/+0
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-2/+16
2015-05-06core: use banker's rounding for the exact mode in flt2dec.Kang Seonghoon-5/+18
2015-05-06core: updated for the master changes.Kang Seonghoon-96/+89
2015-05-06core: fixed a slight bug.Kang Seonghoon-2/+16
2015-05-06core: tweaked flt2dec to match the casing of the older formatting code.Kang Seonghoon-32/+32
2015-05-06core: added core::num::flt2dec for floating-point formatting.Kang Seonghoon-0/+1158