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
/
use-after-move-self.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-14
Moved compile-fail tests to ui tests.
David Wood
-29
/
+0
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-2
/
+2
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2014-10-02
Change the `use of moved value` error to be more accurate
P1start
-1
/
+1
2014-06-06
Change check_loans to use ExprUseVisitor.
Cameron Zwarich
-1
/
+1
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-2
/
+3
2014-02-07
Added tests to make tidy
Derek Guenther
-0
/
+10
2014-01-11
Remove re-exports of std::io::stdio::{print, println} in the prelude.
Brendan Zabarauskas
-1
/
+1
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-3
/
+3
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-1
/
+1
2013-05-28
Move checking for moves and initialization of local variables and patterns into
Niko Matsakis
-1
/
+1
2013-05-12
librustc: Make `self` and `static` into keywords
Patrick Walton
-1
/
+1
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+0
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-1
/
+1
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-4
/
+4
2013-01-14
s/moved variable/moved value/
John Clements
-1
/
+1
2012-12-13
librustc: Allow moves out of `self`. r=nmatsakis
Patrick Walton
-0
/
+18