summary refs log tree commit diff
path: root/src/test/run-pass/vec-matching-fold.rs
AgeCommit message (Expand)AuthorLines
2014-09-09rollup merge of #17054 : pcwalton/subslice-syntaxAlex Crichton-2/+2
2014-09-08librustc: Change the syntax of subslice matching to use postfix `..`Patrick Walton-2/+2
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-3/+3
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-2/+2
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-10/+8
2013-05-28Move checking for moves and initialization of local variables and patterns intoNiko Matsakis-4/+4
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-15Clonify some of run-passBen Striegel-4/+4
2013-03-11Implement vector destructuring from tailSeo Sanghyeon-0/+33