summary refs log tree commit diff
path: root/src/test/compile-fail/trait-impl-method-mismatch.rs
AgeCommit message (Expand)AuthorLines
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2013-10-23register snapshotsDaniel Micay-0/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-4/+0
2013-03-21libsyntax: Remove `@const` from the languagePatrick Walton-10/+0
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-3/+3
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-10-26Partial fix for #2687---impl method must only be subtype of trait method, not...Niko Matsakis-0/+25