summaryrefslogtreecommitdiff
path: root/src/expand/macro_rules.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-24AST - Spans, spans everywhere!John Hodge1-4/+4
2016-05-22macro_rules - Rework pattern matching to not use try-catchJohn Hodge1-3/+5
2016-05-21Parse - Updates for better memory efficiency (hopefully)John Hodge1-1/+1
2016-03-20Tagged Union - Rework to remove indirectionJohn Hodge1-1/+1
2016-03-12Expand - macro_use with ident listJohn Hodge1-1/+23
2016-03-11Expand - Macros expansion improvedJohn Hodge1-3/+2
2016-03-10Expand - Macro cleanup, add cfg! macro (stubbed)John Hodge1-6/+4
2016-03-09Parse - Remove module stack (was for macros), yield stream from macrosJohn Hodge1-18/+5
2016-03-08Expand - Macro importsJohn Hodge1-2/+8
2016-03-07Expand - Start on macro_rules expandingJohn Hodge1-0/+50
2016-03-06Move macro_rules parsing and expansion to expand/synextsJohn Hodge1-0/+28