about summary refs log tree commit diff
path: root/src/test/compile-fail/macro-incomplete-parse.rs
AgeCommit message (Expand)AuthorLines
2017-03-25Improve wording and spans for unexpected tokenEsteban Küber-40/+0
2017-03-24Point at last valid token on failed `expect_one_of`Esteban Küber-0/+2
2016-07-12Fix fallout.Jeffrey Seyfried-1/+1
2016-04-24syntax: Make `is_path_start` precise and improve some error messages about un...Vadim Petrochenkov-1/+1
2016-03-30fix compile-fail and parse-fail tests by blindly opting back intoFelix S. Klock II-0/+2
2016-02-15Some error recovery in the parserNick Cameron-2/+2
2015-04-11Auto merge of #24155 - chris-chambers:stmt_macros, r=sfacklerbors-1/+2
2015-04-07Improves handling of statement macros.Christopher Chambers-1/+2
2015-04-06Provide context for macro expansions which result in unparsed tokens.Will Hipschman-3/+3
2015-01-05Un-gate macro_rulesKeegan McAllister-2/+0
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-05-28Test pattern macrosKeegan McAllister-0/+8
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2013-11-26Support multiple item macrosSteven Fackler-1/+2
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+2
2013-10-02syntax: indicate an error when a macro ignores trailing tokens.Huon Wilson-0/+26