about summary refs log tree commit diff
path: root/src/test/compile-fail/hygienic-label-4.rs
AgeCommit message (Expand)AuthorLines
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-05Un-gate macro_rulesKeegan McAllister-2/+0
2014-06-13librustc: Fix the issue with labels shadowing variable names by makingPatrick Walton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-02-23Make break and continue hygienicEdward Wang-0/+19