about summary refs log tree commit diff
path: root/src/test/compile-fail/mutable-huh-vec-assign.rs
AgeCommit message (Expand)AuthorLines
2013-03-26libcore: Change `[const T]` to `const [T]` everywherePatrick Walton-20/+0
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
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-05-10replace mutbl pass with borrowckNiko Matsakis-3/+1
2011-11-16Replace 'mutable?' with 'const'Brian Anderson-1/+1
2011-10-17Don't allow assignment to mutable-wha?Brian Anderson-0/+12