about summary refs log tree commit diff
path: root/src/test/run-pass/macro.rs
AgeCommit message (Collapse)AuthorLines
2012-12-12syntax: remove most code handling old-style syntax extensions.Graydon Hoare-21/+0
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
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
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-2/+0
While it is still technically possible to test stage 0, it is not part of any of the main testing rules and maintaining xfail-stage0 is a chore. Nobody should worry about how tests fare in stage0.
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 ↵Paul Stansifer-1/+1
parse_sess to session.
2011-06-28'#simplext' -> '#macro'Paul Stansifer-0/+4