summary refs log tree commit diff
path: root/src/test/compile-fail/vec-concat-bug.rs
AgeCommit message (Expand)AuthorLines
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-2/+2
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-3/+3
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-3/+3
2012-05-04new cap clause syntaxNiko Matsakis-1/+0
2012-05-03Revert "allow fn exprs to omit arg types"Niko Matsakis-0/+1
2012-05-03allow fn exprs to omit arg typesNiko Matsakis-1/+0
2012-04-11first attempt at an assignability checkNiko Matsakis-4/+3
2012-04-06Remove support for old-style forMarijn Haverbeke-0/+2
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-1/+1
2012-03-23Implement new inference algorithm.Niko Matsakis-0/+13