about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-assign-to-constants.rs
AgeCommit message (Expand)AuthorLines
2016-02-24Move the borrowck run-pass/compile-fail tests into their own directoriesNiko Matsakis-16/+0
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2013-10-30rustc: Check LHS expression of assignmentklutzy-1/+0
2013-04-30new borrow checker (mass squash)Niko Matsakis-2/+2
2013-03-22librustc: Remove the `const` declaration form everywherePatrick 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-26Camel case the option typeBrian Anderson-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-2/+2
2012-05-11three new tests for assigning to various unassignable thingsNiko Matsakis-0/+7