summary refs log tree commit diff
path: root/src/test/run-pass/macro.rs
AgeCommit message (Expand)AuthorLines
2012-08-23Eliminate some extraneous curly brackets inside invocations of `macro_rules!`.Paul Stansifer-1/+1
2012-08-23Update invocation syntax for `macro_rules!`Paul Stansifer-2/+2
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2/+2
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-11Test (but don't pretty-print) the new macro system.Paul Stansifer-1/+11
2011-08-20ReformatBrian Anderson-4/+1
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-2/+0
2011-08-02Allow patterns of the form `[a, b, c ...] to be matched and transcribed.Paul Stansifer-2/+2
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-1/+4
2011-07-27Reformat for new syntaxMarijn Haverbeke-4/+1
2011-07-14XFAIL some tests in stage 0Brian Anderson-0/+2
2011-07-13Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.Graydon Hoare-1/+1
2011-07-11Move macro expansion to a separate phase, change macro syntax, and add parse_...Paul Stansifer-1/+1
2011-06-28'#simplext' -> '#macro'Paul Stansifer-0/+4