summary refs log tree commit diff
path: root/src/test/run-pass/deriving-cmp-shortcircuit.rs
AgeCommit message (Expand)AuthorLines
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-02Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+2
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-12-05Utilize fewer reexportsCorey Farwell-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-4/+4
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-1/+1
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-3/+3
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-3/+3
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-4/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-4/+4
2013-09-30rpass: Remove usage of fmt!Alex Crichton-4/+4
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-08-07Add test for short-circuiting #[deriving(Eq,Ord,TotalEq,TotalOrd)].Huon Wilson-0/+46