summary refs log tree commit diff
path: root/src/test/compile-fail/non-constant-expr-for-fixed-len-vec.rs
AgeCommit message (Expand)AuthorLines
2015-04-23Fallout from this change.Felix S. Klock II-1/+1
2015-03-03Update tests for const-eval error handling changes.Felix S. Klock II-1/+2
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
2014-11-03Test fixes and rebase conflictsAlex Crichton-1/+1
2014-10-16Unignore a few testsJakub Wieczorek-4/+0
2014-08-17librustc: Allow trait bounds on structures and enumerations, and checkPatrick Walton-0/+4
2014-02-08Fixed error starting with uppercasemr.Shu-1/+1
2014-02-07Added tests to make tidyDerek Guenther-1/+2
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-18Add tests for const exprs in fixed vec length type and vec repeat.Luqman Aden-0/+17