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
/
compile-fail
/
borrowck-lend-flow-loop.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-12
/
+12
2015-01-31
Kill more `isize`s
Tobias Bucher
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-08
Wrap long line
Niko Matsakis
-1
/
+3
2015-01-08
Update compile-fail tests to use is/us, not i/u.
Huon Wilson
-1
/
+1
2015-01-08
Update compile fail tests to use usize.
Huon Wilson
-5
/
+5
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-3
/
+3
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2015-01-05
fix cfail tests
Jorge Aparicio
-2
/
+4
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-07-17
librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,
Patrick Walton
-3
/
+3
2014-06-24
librustc: Remove cross borrowing from mutable `Box`es to `&mut`.
Patrick Walton
-6
/
+6
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-15
/
+16
2014-01-30
Remove Times trait
Brendan Zabarauskas
-2
/
+2
2013-11-26
test: Remove non-procedure uses of `do` from compiletest, libstd tests,
Patrick Walton
-2
/
+2
2013-11-26
test: Remove most uses of `&fn()` from the tests.
Patrick Walton
-2
/
+2
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-2
/
+2
2013-10-01
Migrate users of 'loop' to 'continue'
Alex Crichton
-1
/
+1
2013-09-30
cfail: Remove usage of fmt!
Alex Crichton
-2
/
+2
2013-08-03
replace all remaining `for` with `foreach` or `do`
Daniel Micay
-27
/
+0
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-1
/
+1
2013-06-04
librustc: Disallow multiple patterns from appearing in a "let" declaration.
Patrick Walton
-7
/
+14
2013-05-10
test: Use the new `for` protocol
Alex Crichton
-1
/
+1
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-0
/
+164