about summary refs log tree commit diff
path: root/src/test/run-pass/macro-by-example-1.rs
AgeCommit message (Expand)AuthorLines
2012-12-12syntax: remove most code handling old-style syntax extensions.Graydon Hoare-24/+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-3/+3
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-30Update tests for macro syntax change.Paul Stansifer-1/+0
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-26Change `#macro` to `macro_rules!` in some cases.Paul Stansifer-1/+2
2012-07-11Test (but don't pretty-print) the new macro system.Paul Stansifer-0/+7
2011-08-20ReformatBrian Anderson-2/+2
2011-08-02Allow patterns of the form `[a, b, c ...] to be matched and transcribed.Paul Stansifer-2/+2
2011-07-27Reformat for new syntaxMarijn Haverbeke-5/+3
2011-07-22Implement Macro By Example.Paul Stansifer-0/+9