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-move-by-capture.rs
Age
Commit message (
Expand
)
Author
Lines
2016-02-24
Move the borrowck run-pass/compile-fail tests into their own directories
Niko Matsakis
-21
/
+0
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-1
/
+1
2015-02-03
Update compile-fail tests to use the expected type to force the
Niko Matsakis
-4
/
+7
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-1
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-0
/
+2
2015-01-05
fix cfail tests
Jorge Aparicio
-1
/
+1
2014-12-26
typeck: boxed closures can't capture by value
Jorge Aparicio
-1
/
+1
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-1
/
+1
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+1
2014-02-11
test -- update tests with new error messages
Niko Matsakis
-4
/
+2
2014-02-07
Added tests to make tidy
Derek Guenther
-0
/
+10
2013-11-26
librustc: Make `||` lambdas not infer to `proc`s
Patrick Walton
-1
/
+1
2013-11-18
librustc: Convert `~fn()` to `proc()` everywhere.
Patrick Walton
-6
/
+1
2013-09-23
test: Fix rustdoc and tests.
Patrick Walton
-2
/
+2
2013-07-17
Issue #7444 - Update neg test and pos test for move by capture
Niko Matsakis
-1
/
+3
2013-07-01
Defer reasoning about region relationships until after regionck.
Niko Matsakis
-3
/
+1
2013-05-28
Move checking for moves and initialization of local variables and patterns into
Niko Matsakis
-2
/
+1
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-1
/
+1
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-1
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-4
/
+0
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-0
/
+18