about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-3344.rs
AgeCommit message (Expand)AuthorLines
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