summary refs log tree commit diff
path: root/src/test/compile-fail/huge-array-simple.rs
AgeCommit message (Expand)AuthorLines
2015-04-01dealing with fallout to the tests, in particular diffs between 32- vs 64-bit ...Felix S. Klock II-3/+6
2015-04-01Fixes to compile-fail error messages post-rebase.Felix S. Klock II-2/+4
2015-03-02Enable recursion for visit_ty in lint visitorIvan Petkov-0/+1
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-11-01Add lint for checking exceeding bitshifts #17713Falco Hirschenberger-1/+1
2014-10-17Make the tests green as they should on 32-bit architecturesAriel Ben-Yehuda-1/+1
2014-10-15response for review commentsAriel Ben-Yehuda-0/+15