summaryrefslogtreecommitdiff
path: root/src/span.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-11Parse - Support chaining of spans (for macro expansions)John Hodge1-0/+3
2016-08-24HIR Expand - Add a reborrow pass (inserts &mut* on by-value &mutJohn Hodge1-0/+6
2016-05-21All - Cleanup of memory leaks and similarJohn Hodge1-1/+1
2016-05-18All - Fix up a bunch of -Wextra warningsJohn Hodge1-2/+2
2016-03-13Parse - Rework to place spans on typesJohn Hodge1-1/+1
2016-03-13Expand - Fix use-after-free bugJohn Hodge1-0/+9
2016-03-09Resolve - Bug when unexpanded macro encounteredJohn Hodge1-0/+18
2015-09-06Rough span supportJohn Hodge1-0/+37