Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-05-24 | AST - Spans, spans everywhere! | John Hodge | 1 | -4/+4 |
2016-05-22 | macro_rules - Rework pattern matching to not use try-catch | John Hodge | 1 | -3/+5 |
2016-05-21 | Parse - Updates for better memory efficiency (hopefully) | John Hodge | 1 | -1/+1 |
2016-03-20 | Tagged Union - Rework to remove indirection | John Hodge | 1 | -1/+1 |
2016-03-12 | Expand - macro_use with ident list | John Hodge | 1 | -1/+23 |
2016-03-11 | Expand - Macros expansion improved | John Hodge | 1 | -3/+2 |
2016-03-10 | Expand - Macro cleanup, add cfg! macro (stubbed) | John Hodge | 1 | -6/+4 |
2016-03-09 | Parse - Remove module stack (was for macros), yield stream from macros | John Hodge | 1 | -18/+5 |
2016-03-08 | Expand - Macro imports | John Hodge | 1 | -2/+8 |
2016-03-07 | Expand - Start on macro_rules expanding | John Hodge | 1 | -0/+50 |
2016-03-06 | Move macro_rules parsing and expansion to expand/synexts | John Hodge | 1 | -0/+28 |