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
/
compile-fail
/
borrowck-vec-pattern-tail-element-loan.rs
Age
Commit message (
Expand
)
Author
Lines
2016-02-24
Move the borrowck run-pass/compile-fail tests into their own directories
Niko Matsakis
-26
/
+0
2015-03-27
Feature gate *all* slice patterns. #23121
Brian Anderson
-0
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-2
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-09-08
librustc: Change the syntax of subslice matching to use postfix `..`
Patrick Walton
-1
/
+1
2014-07-19
librustc: Implement lifetime elision.
Patrick Walton
-1
/
+1
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-1
/
+1
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-1
/
+1
2014-02-19
librustc: Remove unique vector patterns from the language.
Patrick Walton
-1
/
+2
2014-02-11
test -- update tests with new error messages
Niko Matsakis
-1
/
+1
2014-02-07
Added tests to make tidy
Derek Guenther
-0
/
+10
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-09-30
cfail: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-09-26
Update the compiler to not use printf/printfln
Alex Crichton
-1
/
+1
2013-08-07
Fix incorrect non-exhaustive matching for fixed length vecs
Stepan Koltsov
-1
/
+1
2013-07-24
Change 'print(fmt!(...))' to printf!/printfln! in src/test/
Birunthan Mohanathas
-1
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-1
/
+1
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-1
/
+1
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-2
/
+2
2013-02-15
tests/tutorials: Get rid of `move`.
Luqman Aden
-1
/
+1
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2013-01-28
Integrate vec patterns into borrow checker.
Niko Matsakis
-0
/
+13