about summary refs log tree commit diff
path: root/src/libcoretest/num/mod.rs
AgeCommit message (Expand)AuthorLines
2016-05-08Rollup merge of #33426 - sfackler:try-from, r=aturonManish Goregaokar-146/+299
2016-05-07Implement RFC 1542Steven Fackler-147/+300
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-1/+0
2016-03-11cleanup int suffixes in libcoretestsrinivasreddy-2/+2
2015-12-13restore tests accidentally removed in #30182Tamir Duberstein-0/+8
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-29/+0
2015-10-17Implement conversion traits for primitive float typesJosh Stone-0/+57
2015-10-15Implement conversion traits for primitive integer typesVadim Petrochenkov-0/+40
2015-10-03integer parsing should accept leading plusarthurprs-0/+8
2015-09-20Reorganize core::num internalsRobin Kruppe-0/+1
2015-08-08Accurate decimal-to-float parsing routines.Robin Kruppe-0/+1
2015-07-19optimize from_str_radixarthurprs-2/+9
2015-05-06core: added core::num::flt2dec for floating-point formatting.Kang Seonghoon-0/+2
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-19/+12
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-4/+4
2015-03-03Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`.Felix S. Klock II-4/+4
2015-03-01Remove int/uint from libstd/lib.rsGuillaume Gomez-2/+0
2015-02-24Add missing `fn`Michał Krasnoborski-1/+1
2015-02-24Stop parsing "-" as integer, fixes #22745Michał Krasnoborski-0/+5
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-5/+5
2015-01-30std: Stabilize FromStr and parseAlex Crichton-26/+26
2015-01-30Remove all `i` suffixesTobias Bucher-5/+5
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-4/+2
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05Rename macro_escape to macro_useKeegan McAllister-2/+4
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-0/+5
2015-01-03Remove deprecated functionalityAlex Crichton-18/+16
2015-01-03use assoc types in binop traitsJorge Aparicio-3/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+2
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-12-13libcoretest: fix unit testsJorge Aparicio-10/+12
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-11-16Move FromStr to core::strBrendan Zabarauskas-0/+70
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-2/+10
2014-11-13Deprecate Num, Unsigned and PrimitiveBrendan Zabarauskas-1/+1
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-0/+39