index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ast
/
macro.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of std::str...
John Hodge
1
-5
/
+5
2018-06-04
All - Ensure that all files have a header comment, remove some dead code
John Hodge
1
-1
/
+7
2016-12-24
No more tears!
ubsan
1
-4
/
+4
2016-10-09
AST - Remove free MacroInvocation lists
John Hodge
1
-9
/
+1
2016-09-26
Expand - Pass ownership of the input TT to macro_rules! expand
John Hodge
1
-0
/
+1
2016-08-20
AST - Remove unused AST serialisation code
John Hodge
1
-11
/
+1
2016-05-25
Parse - Use interpolated macro fragments instead of captured TTs
John Hodge
1
-0
/
+7
2016-04-02
Expand - Handle attributes on module-level macro invocations
John Hodge
1
-1
/
+4
2016-04-02
Resolve - Start building an index of names avaliable in each module
John Hodge
1
-0
/
+3
2016-03-08
Spans on MacroInvocation, re-enable span in ERROR reporting
John Hodge
1
-1
/
+6
2016-03-06
Move macro_rules parsing and expansion to expand/synexts
John Hodge
1
-0
/
+12
2016-02-27
Parse - Macros in type position
John Hodge
1
-0
/
+48