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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
issue-7784.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-20
Stabilize slice patterns without `..`
Vadim Petrochenkov
-2
/
+0
2016-08-24
Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.
Eduard Burtescu
-2
/
+0
2016-06-09
implement RFC495 semantics for slice patterns
Ariel Ben-Yehuda
-0
/
+2
2015-06-13
Use `assert_eq!` instead of `assert!` in tests
petrochenkov
-1
/
+1
2015-04-08
Remove pretty-expanded from failing tests
Alex Crichton
-1
/
+0
2015-03-27
Feature gate *all* slice patterns. #23121
Brian Anderson
-0
/
+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
-1
/
+1
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+2
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-2
/
+2
2014-12-03
Fix fallout
Jorge Aparicio
-1
/
+1
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-1
/
+1
2014-09-09
rollup merge of #17054 : pcwalton/subslice-syntax
Alex Crichton
-1
/
+1
2014-09-08
librustc: Change the syntax of subslice matching to use postfix `..`
Patrick Walton
-1
/
+1
2014-09-08
librustc: Feature gate subslice matching in non-tail positions.
Patrick Walton
-0
/
+2
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-2
/
+2
2014-06-20
Address review comments
Jakub Wieczorek
-0
/
+6
2014-06-20
Add support for fixed size vectors in let/arg patterns
Jakub Wieczorek
-0
/
+30