summary refs log tree commit diff
path: root/src/test/run-pass/while-cont.rs
AgeCommit message (Expand)AuthorLines
2012-09-07Convert 'again' to 'loop'. Remove 'again' keywordBrian Anderson-1/+1
2012-07-09Switch 'cont' to 'again' everywhere. Close #2229.Graydon Hoare-1/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-1/+1
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-1/+9
2011-09-02Reformat. Issue #855Brian Anderson-9/+1
2011-08-23Recheck the while loop contition after continuing. Closes #825Brian Anderson-0/+10