about summary refs log tree commit diff
path: root/src/test/compile-fail/vec-concat-bug.rs
AgeCommit message (Expand)AuthorLines
2013-03-26libcore: Change `[const T]` to `const [T]` everywherePatrick Walton-23/+0
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-2/+2
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-2/+2
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-2/+2
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-1/+1
2012-08-01Convert ret to returnBrian Anderson-1/+1
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