summary refs log tree commit diff
path: root/src/test/compile-fail/issue-15167.rs
AgeCommit message (Expand)AuthorLines
2015-06-12ignore-test cleanupSteve Klabnik-5/+0
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-05Un-gate macro_rulesKeegan McAllister-2/+0
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-1/+1
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-1/+6
2014-06-25added compile-fail test for 15167John Clements-0/+21