about summary refs log tree commit diff
path: root/src/libcoretest/cmp.rs
AgeCommit message (Expand)AuthorLines
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-67/+0
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-2/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-4/+4
2015-01-30Remove all `i` suffixesTobias Bucher-20/+20
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+2
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-0/+2
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-16/+0
2014-09-25Add partial_min/max to libcore/cmpTill Hoeppner-0/+67
2014-09-22Update calls of deprecated functions in macros.Victor Berger-0/+1
2014-08-03core: add a reverse method to Ordering.Huon Wilson-0/+7
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-0/+69