summary refs log tree commit diff
path: root/src/test/compile-fail/repeat_count.rs
AgeCommit message (Expand)AuthorLines
2015-07-13simplify processing of ConstVal objects when not all variants are legalOliver Schneider-17/+28
2015-03-11Update testsAdolfo OchagavĂ­a-1/+1
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-2/+2
2015-02-16rustc: teach const_eval more about types.Eduard Burtescu-4/+14
2015-01-12Fix testsuite errorsmdinger-8/+27
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-06test fallout from isize/usizeCorey Richardson-4/+4
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-7/+7
2014-11-16Update tests accordinglyJakub Bukaj-2/+3
2014-10-30Use the `_` representation for integral variables as wellJakub Bukaj-1/+1
2014-10-29Always drop var IDs from type variables modulo -Z verbose, per PR discussionJakub Bukaj-1/+1
2014-10-29Update tests with the new diagnostic tweaksJakub Bukaj-1/+1
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-11/+11
2014-08-08Adding test for issue #15917 which was previously fixed with #15709Falco Hirschenberger-0/+2
2014-06-24Test fixes from the rollupAlex Crichton-0/+4
2014-06-24Fix #15129Jakub Wieczorek-1/+7
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-1/+1
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2013-02-25Report error for non constant vector repeat countJeong YunWon-0/+16