summary refs log tree commit diff
path: root/src/test/run-pass/issue-7784.rs
AgeCommit message (Expand)AuthorLines
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-2/+0
2016-08-24Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.Eduard Burtescu-2/+0
2016-06-09implement RFC495 semantics for slice patternsAriel Ben-Yehuda-0/+2
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/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-03use assoc types in binop traitsJorge Aparicio-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+2
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-2/+2
2014-12-03Fix falloutJorge Aparicio-1/+1
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-09-09rollup merge of #17054 : pcwalton/subslice-syntaxAlex Crichton-1/+1
2014-09-08librustc: Change the syntax of subslice matching to use postfix `..`Patrick Walton-1/+1
2014-09-08librustc: Feature gate subslice matching in non-tail positions.Patrick Walton-0/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-06-20Address review commentsJakub Wieczorek-0/+6
2014-06-20Add support for fixed size vectors in let/arg patternsJakub Wieczorek-0/+30