summary refs log tree commit diff
path: root/src/test/compile-fail/issue-13482-2.rs
AgeCommit message (Expand)AuthorLines
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-2/+0
2016-06-09implement RFC495 semantics for slice patternsAriel Ben-Yehuda-5/+1
2016-05-02update test cases to reflect new messagesNiko Matsakis-4/+3
2016-03-09typeck: Unify if-else blocks, match arms and array elements by coercing where...Eduard Burtescu-1/+1
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+2
2015-01-12Fix testsuite errorsmdinger-2/+5
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
2014-11-05Implement new operator dispatch semantics.Niko Matsakis-1/+1
2014-10-29Always drop var IDs from type variables modulo -Z verbose, per PR discussionJakub Bukaj-0/+21