| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-10-18 | Remove the fmt! syntax extension | Alex Crichton | -13/+0 | |
| It lived a good life, but its time has come. The groundwork is set for the official transition after the next snapshot (removal of XXX2 macros) | ||||
| 2013-09-30 | cfail: Remove usage of fmt! | Alex Crichton | -1/+1 | |
| 2012-12-12 | syntax: remove remaining #syntaxext machinery. Close #3516. | Graydon Hoare | -1/+1 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-10-12 | Replace several common macros of the form #m[...] with m!(...) | Kevin Cantu | -1/+1 | |
| This commit replaces nearly all remaining uses of #fmt, #debug, #error, and #info, and fixes some error messages... | ||||
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -1/+1 | |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -1/+1 | |
| 2012-05-18 | Make extracting syntax extension arguments easier. | Paul Stansifer | -1/+1 | |
| 2011-09-01 | Convert all uses of #ifmt to #fmt. Issue #855 | Brian Anderson | -1/+1 | |
| 2011-08-31 | Convert uses of #fmt to #ifmt. Issue #855 | Brian Anderson | -1/+1 | |
| 2011-08-20 | Reformat | Brian Anderson | -3/+1 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-07-27 | Fix damage done by the pretty-printer | Marijn Haverbeke | -1/+3 | |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -3/+1 | |
| 2011-06-14 | Remove some unnecessary xfails | Tim Chevalier | -1/+0 | |
| 2011-06-04 | rustc: Use spans on extfmt error messages | Brian Anderson | -0/+6 | |
| Issue #444 | ||||
