about summary refs log tree commit diff
path: root/src/test/compile-fail/mutable-huh-unique-assign.rs
AgeCommit message (Expand)AuthorLines
2013-02-27libsyntax: Forbid `~mut` and `~const`. rs=demutingPatrick Walton-19/+0
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
2012-05-24change region scope of call arguments, old one was unsoundNiko Matsakis-1/+1
2012-05-10replace mutbl pass with borrowckNiko Matsakis-4/+1
2011-11-16Replace 'mutable?' with 'const'Brian Anderson-1/+1
2011-10-17Don't allow assignment to mutable-wha?Brian Anderson-0/+12