about summary refs log tree commit diff
path: root/src/test/run-pass/macro-by-example-2.rs
AgeCommit message (Collapse)AuthorLines
2012-12-12syntax: remove most code handling old-style syntax extensions.Graydon Hoare-60/+0
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-9/+9
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-9/+9
2012-07-14Treat bare vector and string literals as fixed length vecs. Closes #2922.Michael Sullivan-4/+2
2012-06-29Get rid of basically all of the remaining old style vecs in tests.Michael Sullivan-0/+6
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