about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-3953.rs
AgeCommit message (Expand)AuthorLines
2013-03-22test: Remove `pure` from the test suitePatrick Walton-2/+2
2013-03-11test: Remove newtype enums from the test suite. rs=deenumPatrick Walton-1/+1
2013-03-05libsyntax: Separate multiple inherited traits with `+`Patrick Walton-6/+9
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-1/+1
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-1/+1
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-07Trait constraints are separated by space, not commaBrian Anderson-6/+6
2012-11-29impls of traits cannot define methods on the anonymous traitBrian Anderson-3/+5
2012-11-15Check for duplicate supertraits and forbid themTim Chevalier-0/+23