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
/
vec-mut-iter-borrow.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-1
/
+1
2015-01-31
Kill more `isize`s
Tobias Bucher
-1
/
+1
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 isize.
Huon Wilson
-1
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-07-24
librustc: Stop desugaring `for` expressions and translate them directly.
Patrick Walton
-2
/
+2
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-1
/
+1
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-1
/
+1
2014-02-11
test -- update tests with new error messages
Niko Matsakis
-1
/
+1
2014-01-23
Make some borrow checker errors more user friendly
Kiet Tran
-1
/
+1
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-1
/
+1
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-1
/
+1
2013-06-14
add IteratorUtil to the prelude
Daniel Micay
-2
/
+0
2013-06-06
std: add an external iterator for mutating vec elements
Huon Wilson
-0
/
+19