about summary refs log tree commit diff
path: root/src/test/compile-fail/class-implements-int.rs
AgeCommit message (Expand)AuthorLines
2013-10-04Remove specific errors for very old obsolete syntaxBenjamin Herr-23/+0
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-1/+1
2012-09-06Remove struct ctorsBrian Anderson-1/+6
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-07-30rustc: "iface" -> "trait" in comments, error messages, and identifiers.Lindsey Kuper-1/+1
2012-07-09rustc: Switch to the new resolution passPatrick Walton-2/+2
2012-07-06Revert "rustc: Switch to the new resolution pass"Niko Matsakis-2/+2
2012-07-06rustc: Switch to the new resolution passPatrick Walton-2/+2
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
2012-06-22Remove 'implements' keyword in favour of :, part of #2301.Graydon Hoare-1/+1
2012-04-24rustc: Fix type_need_unwind_cleanup. Closes #2272Brian Anderson-7/+0
2012-04-23Allow classes to be cast to ifaces that are in the same crateTim Chevalier-2/+8
2012-04-11Allow classes to implement ifacesTim Chevalier-0/+9