| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-10-18 | Remove the fmt! syntax extension | Alex Crichton | -15/+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 | |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -1/+1 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 | |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -1/+1 | |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -1/+1 | |
| 2011-09-19 | Revert "xfail some tests that hang (instead of segfaulting) since eafb6789a2" | Brian Anderson | -2/+0 | |
| This reverts commit 5f44a1356e2b0adce5157f5e331ab9a55e891b0a. Issue #936 | ||||
| 2011-09-19 | Revert "Revert "xfail some tests that hang (instead of segfaulting) since ↵ | Brian Anderson | -0/+2 | |
| eafb6789a2"" This reverts commit 6eabe6f3f4b80e8c96286e266db64dfd0e576963. | ||||
| 2011-09-19 | Revert "xfail some tests that hang (instead of segfaulting) since eafb6789a2" | Brian Anderson | -2/+0 | |
| This reverts commit 5f44a1356e2b0adce5157f5e331ab9a55e891b0a. Issue #936 | ||||
| 2011-09-18 | xfail some tests that hang (instead of segfaulting) since eafb6789a2 | Marijn Haverbeke | -0/+2 | |
| See issue #936 | ||||
| 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 | -1/+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 | -1/+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-07-27 | Reformat for new syntax | Marijn Haverbeke | -3/+1 | |
| 2011-05-25 | rustc: Fail when #fmt is given too many arguments | Brian Anderson | -0/+8 | |
