| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 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 | -3/+3 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -1/+1 |
| 2012-07-30 | Update tests for macro syntax change. | Paul Stansifer | -1/+0 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -1/+1 |
| 2012-07-26 | Change `#macro` to `macro_rules!` in some cases. | Paul Stansifer | -1/+2 |
| 2012-07-11 | Test (but don't pretty-print) the new macro system. | Paul Stansifer | -0/+7 |
| 2011-08-20 | Reformat | Brian Anderson | -2/+2 |
| 2011-08-02 | Allow patterns of the form `[a, b, c ...] to be matched and transcribed. | Paul Stansifer | -2/+2 |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -5/+3 |
| 2011-07-22 | Implement Macro By Example. | Paul Stansifer | -0/+9 |
