about summary refs log tree commit diff
path: root/src/test/run-pass/macro-2.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-07test: Fix tests.Patrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-29Update tests to respect the way that macros work now.Paul Stansifer-2/+2
2012-11-13cleanup: convert some remaining #foo invocations to foo! form.Graydon Hoare-7/+0
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-08-01Convert ret to returnBrian Anderson-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/+12
2011-08-20ReformatBrian Anderson-3/+7
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-6/+2
2011-07-27Reformat for new syntaxMarijn Haverbeke-2/+6
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/+5