summaryrefslogtreecommitdiff
path: root/src/parse/tokenstream.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-10-26Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29John Hodge1-1/+1
2019-05-19All - Switch to using interned (de-duplicated) RcString-s instead of ↵John Hodge1-2/+2
std::string for paths/identifiers
2018-11-04All - Cleaning up some memory leaksJohn Hodge1-1/+1
2018-05-20AST - Refactor lifetime/HRB handlingJohn Hodge1-0/+4
2018-05-20Parse - Cleanup TODOsJohn Hodge1-1/+1
2017-08-19Parse - Disable debug accidentally left enabledJohn Hodge1-1/+1
2017-08-19Lex - Fix duplication of final token in file.John Hodge1-4/+13
2017-06-11Parse - Support chaining of spans (for macro expansions)John Hodge1-5/+9
2017-06-04All - Compile and run fixes in MSVCJohn Hodge (bugs)1-1/+1
2017-05-14Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge (bugs)1-0/+4
2017-05-13Parse - Remove TOK_MACROJohn Hodge1-0/+4
2017-03-04Many many changes to allow compiling in visual studio (Community 2015)John Hodge (bugs)1-3/+2
2016-12-24No more tears!ubsan1-4/+4
No more DOS line endings or trailing whitespace either
2016-11-02Hygiene fixes (disabled still)John Hodge1-3/+12
2016-11-02Parse - Refactor TTStream and TokenTree into their own filesJohn Hodge1-0/+124