Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-05-29 | AST - Remove dead code, add lifetime params, fix param clobber | John Hodge | 1 | -1/+1 |
2016-05-24 | AST - Spanned paths in impl blocks, remove dead code | John Hodge | 1 | -2/+6 |
2016-05-21 | Parse - Updates for better memory efficiency (hopefully) | John Hodge | 1 | -5/+6 |
2016-03-13 | Expand - Fix use-after-free bug | John Hodge | 1 | -5/+1 |
2016-03-10 | Expand - Rough cfg conditions | John Hodge | 1 | -0/+1 |
2016-03-09 | Resolve - Bug when unexpanded macro encountered | John Hodge | 1 | -3/+7 |
2016-03-08 | Spans on MacroInvocation, re-enable span in ERROR reporting | John Hodge | 1 | -1/+1 |
2016-01-30 | Better pretty printing, updated resolution logic | John Hodge | 1 | -0/+1 |
2015-11-06 | Hack in span support to resolve | John Hodge | 1 | -1/+1 |
2015-11-03 | Remove embedded spans (will move to wrapping spans) | John Hodge | 1 | -2/+9 |
2015-09-20 | Do two passes of resolve to handle UFCS resolve problems | John Hodge | 1 | -2/+2 |
2015-09-19 | Disable UFCS resolve (due to ordering issues), fix Self handling | John Hodge | 1 | -1/+2 |
2015-09-06 | Rough span support | John Hodge | 1 | -0/+56 |