summary refs log tree commit diff
path: root/src/test/run-pass/vec-fixed-length.rs
AgeCommit message (Expand)AuthorLines
2015-05-04Remove several FIXMEsJohannes Oertel-7/+11
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-2/+2
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-1/+1
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-3/+3
2014-10-15fix a failing testAriel Ben-Yehuda-3/+4
2014-05-13rustllvm: Add LLVMRustArrayTypeklutzy-1/+13
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-13libsyntax: Implement [int*3] syntax for fixed length vector typesPatrick Walton-0/+5