summaryrefslogtreecommitdiff
path: root/src/expand/rustc_diagnostics.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-05-19All - Switch to using interned (de-duplicated) RcString-s instead of ↵John Hodge1-8/+6
std::string for paths/identifiers
2017-10-29Expand - Add parent spans to TTStream[O]John Hodge1-4/+4
2016-12-24No more tears!ubsan1-4/+4
No more DOS line endings or trailing whitespace either
2016-11-26Expand - Emit rustc diagnostics arrays (empty)John Hodge1-1/+35
2016-11-07Expand - Handle another rustc internal macroJohn Hodge1-0/+9
2016-11-02Parse - Refactor TTStream and TokenTree into their own filesJohn Hodge1-0/+1
2016-10-26Expand - Add a stubbed impl of some rustc-internal macrosJohn Hodge1-0/+30