about summary refs log tree commit diff
path: root/src/test/run-pass/macro-by-example-2.rs
AgeCommit message (Collapse)AuthorLines
2011-08-20ReformatBrian Anderson-15/+12
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-19Remove xfail-pretty directives from working testsBrian Anderson-2/+0
2011-08-15Allow `[a, b, ..., c]` transcription patterns in MBE.Paul Stansifer-0/+5
2011-08-02Allow patterns of the form `[a, b, c ...] to be matched and transcribed.Paul Stansifer-1/+11
2011-08-02Add xfail-pretty directives to tests that don't pretty-print correctlyBrian Anderson-0/+2
Issue #789
2011-07-28Change macro syntax to accept a single expr, not a sequence of exprs.Paul Stansifer-11/+11
2011-07-27Reformat for new syntaxMarijn Haverbeke-10/+16
2011-07-26Add basic support for blocks and types in macros.Paul Stansifer-0/+4
2011-07-22Implement Macro By Example.Paul Stansifer-0/+24