about summary refs log tree commit diff
path: root/src/test/compile-fail/non-const.rs
AgeCommit message (Expand)AuthorLines
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-58/+0
2013-02-21Remove the last bits of structural records from tests/rustc/rusti/rustpkg.Luqman Aden-3/+6
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-2/+2
2013-02-08Fix subtle error in caching during kind computation that could cause linearNiko Matsakis-6/+6
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-2/+2
2012-11-14Convert the test suite to use the Drop traitBen Striegel-2/+8
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-1/+1
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-2/+2
2012-09-06Remove struct ctorsBrian Anderson-2/+12
2012-08-17Remove the class keywordBrian Anderson-2/+2
2012-08-03test: Remove a fixed-length string from a testPatrick Walton-1/+0
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-6/+6
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-6/+6
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-2/+2
2012-06-01Port more resource tests to classesTim Chevalier-2/+11
2012-05-31Allow some resources to be considered const.Eric Holk-1/+3
2012-05-24Const kind checking. The rules are almost certainly incomplete and unsound...Eric Holk-0/+19