summary refs log tree commit diff
path: root/src/test/compile-fail/vec-add.rs
AgeCommit message (Expand)AuthorLines
2013-03-26libcore: Change `[const T]` to `const [T]` everywherePatrick Walton-43/+1
2013-02-26test: De-[mut] (remove all mutable arrays from) the tests. rs=demutingPatrick Walton-13/+13
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-30/+30
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-30/+30
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-25/+25
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-25/+25
2012-06-22Adding an issue number to vec-add.rsEric Holk-3/+3
2012-06-21xfailing vec-add.Eric Holk-0/+6
2012-06-21Updating errors in vec-add.rsEric Holk-19/+29
2012-04-05simplify typing rule for vector addition: use mutability of LHSNiko Matsakis-0/+89