summary refs log tree commit diff
path: root/src/test/run-pass/labeled-break.rs
AgeCommit message (Expand)AuthorLines
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-30Remove all `i` suffixesTobias Bucher-2/+2
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2014-08-29Fix formatting, update copyright datesPythoner6-1/+1
2014-08-29Add support for labeled while loops.Pythoner6-0/+6
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2013-09-08syntax: implement labelled breaks for `for`.Huon Wilson-0/+6
2013-06-24Fix/annotate a variety of xfailsCorey Richardson-3/+0
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-04-29librustc: Change labels to use the lifetime notation `'`.Patrick Walton-2/+2
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-15rustc: Parse labeled loop, break, and againPatrick Walton-0/+11