summary refs log tree commit diff
path: root/src/test/run-pass/hygienic-labels-in-let.rs
AgeCommit message (Expand)AuthorLines
2015-04-21add notes clarifying introduction of warnings for a pair of run-pass tests.Felix S. Klock II-0/+8
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-01-30Remove all `i` suffixesTobias Bucher-10/+10
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-4/+4
2015-01-05Un-gate macro_rulesKeegan McAllister-2/+0
2014-08-29Add support for labeled while loops.Pythoner6-0/+17
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-6/+6
2014-05-13compiletest: Test `--pretty expanded`klutzy-0/+2
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-02-23Make break and continue hygienicEdward Wang-0/+59