summary refs log tree commit diff
path: root/src/test/compile-fail/issue-15167.rs
AgeCommit message (Expand)AuthorLines
2017-01-12resolve: Do not use "resolve"/"resolution" in error messagesVadim Petrochenkov-4/+4
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-4/+4
2016-05-18Fix bug in macro expression spansJeffrey Seyfried-4/+8
2015-10-09hygiene for `for` loops, `if let`, `while let`Nick Cameron-0/+13
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