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
/
vec-tail-matching.rs
Age
Commit message (
Expand
)
Author
Lines
2014-09-08
librustc: Change the syntax of subslice matching to use postfix `..`
Patrick Walton
-2
/
+2
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-6
/
+6
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-1
/
+1
2014-05-14
test: Remove all uses of `~str` from the test suite.
Patrick Walton
-9
/
+9
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-6
/
+6
2014-02-19
librustc: Remove unique vector patterns from the language.
Patrick Walton
-4
/
+1
2014-02-07
Added tests to make tidy
Derek Guenther
-0
/
+11
2013-11-28
Register new snapshots
Alex Crichton
-1
/
+1
2013-09-19
Replace unreachable() calls with unreachable!().
Chris Morgan
-3
/
+3
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-1
/
+1
2013-08-07
Fix incorrect non-exhaustive matching for fixed length vecs
Stepan Koltsov
-1
/
+1
2013-07-08
Update existing tests to account for stricter, more correct handling of irref...
Niko Matsakis
-1
/
+1
2013-05-28
Move checking for moves and initialization of local variables and patterns into
Niko Matsakis
-3
/
+3
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-3
/
+3
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-3
/
+3
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-6
/
+6
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
-3
/
+3
2012-12-17
Add support for destructuring vectors in match expressions
Jakub Wieczorek
-0
/
+35