summary refs log tree commit diff
path: root/src/test/run-pass/deriving-cmp-shortcircuit.rs
AgeCommit message (Expand)AuthorLines
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