about summary refs log tree commit diff
path: root/src/test/run-pass/cmp-default.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-11/+0
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-2/+3
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+2
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-4/+4
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-6/+6
2014-03-07create a sensible comparison trait hierarchyDaniel Micay-0/+16
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-3/+9
2013-07-15cmp: Use default methods in trait Eq, require only Eq::eqblake2-ppc-1/+14
2013-07-13cmp: Use default methods in trait Ord, only require Ord::ltblake2-ppc-0/+43