Age | Commit message (Expand) | Author | Files | Lines |
2016-04-02 | Logging - Reduce the verbosity of Macro and TokenTree printing | John Hodge | 1 | -24/+22 |
2016-03-21 | Macros - Move print to .cpp | John Hodge | 1 | -0/+39 |
2016-03-09 | Parse - Remove module stack (was for macros), yield stream from macros | John Hodge | 1 | -38/+0 |
2016-03-07 | Expand - Start on macro_rules expanding | John Hodge | 1 | -15/+13 |
2015-09-06 | Rough span support | John Hodge | 1 | -3/+3 |
2015-05-22 | Clean up cruft in macro expansion | John Hodge | 1 | -73/+4 |
2015-05-22 | Restructure macro expansion to correctly fit rustc's model | John Hodge | 1 | -58/+165 |
2015-04-04 | Handle 'self::' paths, fix macro name resolution, fix handling of 'use ::' | John Hodge | 1 | -4/+7 |
2015-04-03 | Save #[] attrs with item, ready for post-processing derive() | John Hodge | 1 | -53/+3 |
2015-03-29 | Minor tweaks to handle libcore update | John Hodge | 1 | -1/+2 |
2015-03-29 | Twiddling root-level typecheck | John Hodge | 1 | -4/+4 |
2015-03-25 | Macros updated with concat!, stringify!, and $crate | John Hodge | 1 | -18/+76 |
2015-03-21 | Split pattern parsing out of expr.cpp | John Hodge | 1 | -1/+1 |
2015-03-21 | Rework macro handling to (hopefully) correctly handle nested repetions | John Hodge | 1 | -112/+259 |
2015-03-20 | Lifetime bounds, pattern fragments, nested modules | John Hodge | 1 | -0/+5 |
2015-03-18 | Local macros, fixed array literals | John Hodge | 1 | -0/+4 |
2015-03-18 | '..' pattern, fix macro arg lookup comparison function | John Hodge | 1 | -3/+15 |
2015-03-17 | Clean up handling of TokenTrees, allowing empty but valid TTs | John Hodge | 1 | -6/+15 |
2015-03-15 | Rework type params, add ! "type" | John Hodge | 1 | -23/+53 |
2015-03-14 | Fixed macros, added range syntax and other tweaks | John Hodge | 1 | -10/+19 |
2015-03-13 | Various other features for libcore, now on to loops | John Hodge | 1 | -5/+164 |
2015-03-12 | Float parsing, module-level macro expansion | John Hodge | 1 | -15/+21 |
2015-03-10 | Rework macro handling to support correct repetitions | John Hodge | 1 | -39/+153 |
2015-03-08 | Macro definitions now being used | John Hodge | 1 | -18/+28 |
2015-03-08 | Macro parsing, saving, and evaluating | John Hodge | 1 | -46/+222 |
2015-03-07 | Added file+line reporting to error messages | John Hodge | 1 | -2/+6 |
2015-01-18 | Remove evil FOREACH macros | John Hodge (sonata) | 1 | -4/+3 |
2014-12-23 | Move source files to src/ folder | John Hodge (sonata) | 1 | -0/+143 |