about summary refs log tree commit diff
path: root/src/test/compile-fail/trait-inheritance-missing-requirement.rs
AgeCommit message (Expand)AuthorLines
2014-02-25test: Clean out the test suite a bitAlex Crichton-32/+0
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
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-29Implement trait inheritance for bounded type parametersBrian Anderson-0/+23