about summary refs log tree commit diff
path: root/src/libcoretest/num/mod.rs
AgeCommit message (Expand)AuthorLines
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