about summary refs log tree commit diff
path: root/src/test/run-pass/for-implicit-copy.rs
AgeCommit message (Collapse)AuthorLines
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-8/+0
Most could use the each method, but because of the hack used to disambiguate old- and new-style loops, some had to use vec::each. (This hack will go away soon.) Issue #1619
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-1/+1
2011-09-13Make for loop alias-safeMarijn Haverbeke-0/+8