summaryrefslogtreecommitdiff
path: root/src/span.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-10-26Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29John Hodge1-9/+0
2019-10-26Span - Avoid uninitialised valuesJohn Hodge1-1/+1
2018-11-04All - Cleaning up some memory leaksJohn Hodge1-9/+0
2018-10-13Span - Fix lack of separator in warningsJohn Hodge1-2/+2
2018-09-09Msvc compile fixesJohn Hodge1-0/+4
2018-01-17Span - Remove debug print when making an empty span (Can cause segfault on st...John Hodge1-1/+1
2017-11-18Span - Don't abort() on errors on windowsJohn Hodge1-0/+4
2017-10-29Span - Tweak printing to print context (doesn't apply yet, because nothing pr...John Hodge1-14/+21
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