about summary refs log tree commit diff
path: root/src/test/compile-fail/mutable-huh-variance-deep.rs
AgeCommit message (Collapse)AuthorLines
2013-02-26test: De-[mut] (remove all mutable arrays from) the tests. rs=demutingPatrick Walton-20/+0
2013-02-26test: De-~mut the test suite. rs=demutingPatrick Walton-2/+2
2013-02-25Revert "test: De-~mut the test suite. rs=demuting"Patrick Walton-2/+2
This reverts commit f63efdc2100ff28e2a42600641835e7bd8bde591.
2013-02-25test: De-~mut the test suite. rs=demutingPatrick Walton-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
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-03-26Bulk-edit mutable -> mut.Graydon Hoare-2/+2
2011-11-16Replace 'mutable?' with 'const'Brian Anderson-1/+1
2011-10-17Enforce variance rules for mutable typesBrian Anderson-0/+10