about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-2063.rs
AgeCommit message (Expand)AuthorLines
2013-03-11librustc: Lint the old `drop` destructor notation offPatrick Walton-0/+2
2013-03-11test: Fix tests. rs=testsPatrick Walton-1/+1
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-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-1/+5
2012-07-14Treat bare vector and string literals as fixed length vecs. Closes #2922.Michael Sullivan-1/+1
2012-07-14Tear out ty_str and ty_vec.Michael Sullivan-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
2012-03-28Detect and report types which could never be instantiated.Niko Matsakis-0/+18