summary refs log tree commit diff
path: root/src/test/compile-fail/issue-13482.rs
AgeCommit message (Expand)AuthorLines
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+2
2015-01-12Fix testsuite errorsmdinger-2/+4
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
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-2/+2
2014-10-24Update tests with the new error messagesJakub Bukaj-1/+2
2014-10-05Rename vector patterns to array patternsP1start-1/+1
2014-10-03Change rustc pretty-printing to print [T, ..n] instead of [T, .. n]P1start-1/+1
2014-08-29Introduce new inference scheme: variables are now instantiated with at most o...Niko Matsakis-1/+1
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
2014-06-20Add unreachability detection for missized patterns of fixed size vectorsJakub Wieczorek-0/+18