about summary refs log tree commit diff
path: root/src/test/run-pass/fixed_length_vec_glue.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-26testsuite: Eliminate uses of structural records from most run-pass testsTim Chevalier-1/+3
2012-12-18fix 4 repr tests due to differences in spacing. r=burningtree.Graydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-20Remove old fixed-length vector syntaxBen Striegel-1/+1
2012-09-20core: Demode sysBrian Anderson-1/+1
2012-09-13fix some of the broken tests (the ones that were doing the right thing)Niko Matsakis-1/+1
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-2/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-1/+1
2012-06-15Make the shape interpreter actually advance past fixed length vectors. Closes...Michael Sullivan-0/+6