summary refs log tree commit diff
path: root/src/rustc/middle/check_loop.rs
AgeCommit message (Expand)AuthorLines
2012-07-06For #2229, recognize 'again' in place of 'cont', final change pending snapshot.Graydon Hoare-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-2/+2
2012-05-15Remove `be` keyword.Lindsey Kuper-6/+0
2012-05-10Remove `do { ... } while ...` from the language.Paul Stansifer-1/+1
2012-05-04new cap clause syntaxNiko Matsakis-2/+2
2012-04-06Remove support for old-style forMarijn Haverbeke-1/+1
2012-03-27Support returning from loop blocksMarijn Haverbeke-1/+2
2012-03-27Support an alternate for syntax that calls a higher-order functionMarijn Haverbeke-7/+10
2012-03-26Check in a forgotten new fileMarijn Haverbeke-0/+54