summary refs log tree commit diff
path: root/src/test/compile-fail/non-constant-expr-for-vec-repeat.rs
AgeCommit message (Expand)AuthorLines
2015-04-01Fallout from changes for overflow-checking during constant evaluation.Felix S. Klock II-1/+2
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2013-03-18Add tests for const exprs in fixed vec length type and vec repeat.Luqman Aden-0/+17