index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
vec-matching.rs
Age
Commit message (
Expand
)
Author
Lines
2018-09-06
Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.
Felix S. Klock II
-167
/
+0
2018-03-20
Stabilize slice patterns without `..`
Vadim Petrochenkov
-2
/
+0
2016-10-26
flatten nested slice patterns in HAIR construction
Ariel Ben-Yehuda
-0
/
+15
2016-08-24
Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.
Eduard Burtescu
-7
/
+0
2016-06-09
implement RFC495 semantics for slice patterns
Ariel Ben-Yehuda
-4
/
+73
2015-04-08
Remove pretty-expanded from failing tests
Alex Crichton
-1
/
+0
2015-03-27
rollup merge of #23794: brson/slicegate
Alex Crichton
-0
/
+1
2015-03-27
Feature gate *all* slice patterns. #23121
Brian Anderson
-0
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-0
/
+2
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-8
/
+8
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-09-09
rollup merge of #17054 : pcwalton/subslice-syntax
Alex Crichton
-3
/
+3
2014-09-08
librustc: Change the syntax of subslice matching to use postfix `..`
Patrick Walton
-3
/
+3
2014-09-08
librustc: Feature gate subslice matching in non-tail positions.
Patrick Walton
-0
/
+2
2014-08-26
Rebasing changes
Nick Cameron
-1
/
+2
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-3
/
+6
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-1
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-7
/
+7
2014-06-21
Fix a #14731 regression in missing_constructor() for vector patterns
Jakub Wieczorek
-0
/
+8
2014-02-19
librustc: Remove unique vector patterns from the language.
Patrick Walton
-11
/
+2
2014-02-07
Added tests to make tidy
Derek Guenther
-0
/
+10
2013-11-28
Register new snapshots
Alex Crichton
-8
/
+8
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-10
/
+10
2013-09-30
rpass: Remove usage of fmt!
Alex Crichton
-10
/
+10
2013-08-10
Merge branch 'match' of https://github.com/msullivan/rust into rollup
Erick Tryzelaar
-5
/
+26
2013-08-09
Fix vector pattern matching. Closes #6909.
Michael Sullivan
-5
/
+26
2013-08-07
Fix incorrect non-exhaustive matching for fixed length vecs
Stepan Koltsov
-2
/
+2
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-5
/
+5
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-13
/
+13
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-13
/
+13
2013-03-11
Add one more test for vector destructuring
Seo Sanghyeon
-1
/
+42
2013-03-11
Implement vector destructuring from tail
Seo Sanghyeon
-27
/
+7
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-6
/
+6
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-07
test: Fix check-fast for resolve changes. rs=bustage
Patrick Walton
-2
/
+2
2012-12-17
Add support for destructuring vectors in match expressions
Jakub Wieczorek
-0
/
+33