Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-10-13 | Span - Fix lack of separator in warnings | John Hodge | 1 | -2/+2 |
2018-09-09 | Msvc compile fixes | John Hodge | 1 | -0/+4 |
2018-01-17 | Span - Remove debug print when making an empty span (Can cause segfault on st... | John Hodge | 1 | -1/+1 |
2017-11-18 | Span - Don't abort() on errors on windows | John Hodge | 1 | -0/+4 |
2017-10-29 | Span - Tweak printing to print context (doesn't apply yet, because nothing pr... | John Hodge | 1 | -14/+21 |
2017-06-11 | Parse - Support chaining of spans (for macro expansions) | John Hodge | 1 | -0/+3 |
2016-08-24 | HIR Expand - Add a reborrow pass (inserts &mut* on by-value &mut | John Hodge | 1 | -0/+6 |
2016-05-21 | All - Cleanup of memory leaks and similar | John Hodge | 1 | -1/+1 |
2016-05-18 | All - Fix up a bunch of -Wextra warnings | John Hodge | 1 | -2/+2 |
2016-03-13 | Parse - Rework to place spans on types | John Hodge | 1 | -1/+1 |
2016-03-13 | Expand - Fix use-after-free bug | John Hodge | 1 | -0/+9 |
2016-03-09 | Resolve - Bug when unexpanded macro encountered | John Hodge | 1 | -0/+18 |
2015-09-06 | Rough span support | John Hodge | 1 | -0/+37 |