about summary refs log tree commit diff
path: root/src/test/compile-fail/vec-mut-iter-borrow.rs
AgeCommit message (Expand)AuthorLines
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-1/+1
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-2/+2
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-02-11test -- update tests with new error messagesNiko Matsakis-1/+1
2014-01-23Make some borrow checker errors more user friendlyKiet Tran-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-06-14add IteratorUtil to the preludeDaniel Micay-2/+0
2013-06-06std: add an external iterator for mutating vec elementsHuon Wilson-0/+19