about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-3344.rs
AgeCommit message (Expand)AuthorLines
2018-07-15Move some `compile-fail` tests to `ui`Esteban Küber-17/+0
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-1/+1
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-03-07create a sensible comparison trait hierarchyDaniel Micay-0/+1
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-2/+2
2013-11-08Move comparing of impl methods against trait from collect to check.Niko Matsakis-1/+1
2013-07-13cmp: Use default methods in trait Ord, only require Ord::ltblake2-ppc-2/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+1
2013-03-22test: Remove `pure` from the test suitePatrick Walton-3/+3
2013-03-11test: Remove newtype enums from the test suite. rs=deenumPatrick Walton-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-3/+3
2012-09-20Fix ord test breakage.Graydon Hoare-3/+3
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-3/+3
2012-09-07In typeck, don't assume traits with default methods are in the same crateTim Chevalier-0/+7