summary refs log tree commit diff
path: root/src/test/compile-fail/evec-subtyping.rs
AgeCommit message (Expand)AuthorLines
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-3/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-20Remove old fixed-length vector syntaxBen Striegel-3/+3
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-9/+9
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-9/+9
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-4/+4
2012-04-14implement evec/estr subtyping/lub/glb/etcNiko Matsakis-0/+30