summary refs log tree commit diff
path: root/src/test/run-pass/issue-15080.rs
AgeCommit message (Expand)AuthorLines
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-1/+0
2016-10-31Changed most vec! invocations to use square bracesiirelu-1/+1
2016-06-09implement RFC495 semantics for slice patternsAriel Ben-Yehuda-3/+3
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-1/+1
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2014-12-03Fix falloutJorge Aparicio-1/+1
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-09-08librustc: Change the syntax of subslice matching to use postfix `..`Patrick Walton-2/+2
2014-08-26Rebasing changesNick Cameron-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-21Fix a #14731 regression in missing_constructor() for vector patternsJakub Wieczorek-0/+30