| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-12-12 | syntax: remove most code handling old-style syntax extensions. | Graydon Hoare | -21/+0 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-08-23 | Eliminate some extraneous curly brackets inside invocations of `macro_rules!`. | Paul Stansifer | -1/+1 | |
| 2012-08-23 | Update invocation syntax for `macro_rules!` | Paul Stansifer | -2/+2 | |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -2/+2 | |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -1/+1 | |
| 2012-07-11 | Test (but don't pretty-print) the new macro system. | Paul Stansifer | -1/+11 | |
| 2011-08-20 | Reformat | Brian 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-03 | Remove all xfail-stage0 directives | Brian 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-02 | Allow patterns of the form `[a, b, c ...] to be matched and transcribed. | Paul Stansifer | -2/+2 | |
| 2011-07-27 | Fix damage done by the pretty-printer | Marijn Haverbeke | -1/+4 | |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -4/+1 | |
| 2011-07-14 | XFAIL some tests in stage 0 | Brian Anderson | -0/+2 | |
| 2011-07-13 | Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. | Graydon Hoare | -1/+1 | |
| 2011-07-11 | Move 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 | |
