summaryrefslogtreecommitdiff
path: root/src/ast/macro.hpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-24No more tears!ubsan1-4/+4
2016-10-09AST - Remove free MacroInvocation listsJohn Hodge1-9/+1
2016-09-26Expand - Pass ownership of the input TT to macro_rules! expandJohn Hodge1-0/+1
2016-08-20AST - Remove unused AST serialisation codeJohn Hodge1-11/+1
2016-05-25Parse - Use interpolated macro fragments instead of captured TTsJohn Hodge1-0/+7
2016-04-02Expand - Handle attributes on module-level macro invocationsJohn Hodge1-1/+4
2016-04-02Resolve - Start building an index of names avaliable in each moduleJohn Hodge1-0/+3
2016-03-08Spans on MacroInvocation, re-enable span in ERROR reportingJohn Hodge1-1/+6
2016-03-06Move macro_rules parsing and expansion to expand/synextsJohn Hodge1-0/+12
2016-02-27Parse - Macros in type positionJohn Hodge1-0/+48