index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
expand
/
macro_rules.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-24
No more tears!
ubsan
1
-8
/
+8
2016-11-19
Rust source update, fix a few parse issues
John Hodge
1
-1
/
+3
2016-11-07
HIR Gen - Extract #[macro_export] macros from deep within the tree
John Hodge
1
-0
/
+1
2016-11-02
Parse - Refactor TTStream and TokenTree into their own files
John Hodge
1
-0
/
+1
2016-10-09
Expand - #[macro_reexport]
John Hodge
1
-6
/
+33
2016-10-09
macro_rules - #[macro_export] handling, plan for #[macro_reexport]
John Hodge
1
-1
/
+7
2016-10-09
AST - Remove free MacroInvocation lists
John Hodge
1
-0
/
+37
2016-09-27
Expand - Remove two-pass expand
John Hodge
1
-3
/
+1
2016-09-26
Expand - Pass ownership of the input TT to macro_rules! expand
John Hodge
1
-2
/
+2
2016-09-25
Parse+AST - Support capturing :item (requires cloning AST items)
John Hodge
1
-1
/
+1
2016-08-27
Expand macro_use - Handle on an `extern crate`
John Hodge
1
-34
/
+52
2016-05-24
AST - Spans, spans everywhere!
John Hodge
1
-4
/
+4
2016-05-22
macro_rules - Rework pattern matching to not use try-catch
John Hodge
1
-3
/
+5
2016-05-21
Parse - Updates for better memory efficiency (hopefully)
John Hodge
1
-1
/
+1
2016-03-20
Tagged Union - Rework to remove indirection
John Hodge
1
-1
/
+1
2016-03-12
Expand - macro_use with ident list
John Hodge
1
-1
/
+23
2016-03-11
Expand - Macros expansion improved
John Hodge
1
-3
/
+2
2016-03-10
Expand - Macro cleanup, add cfg! macro (stubbed)
John Hodge
1
-6
/
+4
2016-03-09
Parse - Remove module stack (was for macros), yield stream from macros
John Hodge
1
-18
/
+5
2016-03-08
Expand - Macro imports
John Hodge
1
-2
/
+8
2016-03-07
Expand - Start on macro_rules expanding
John Hodge
1
-0
/
+50
2016-03-06
Move macro_rules parsing and expansion to expand/synexts
John Hodge
1
-0
/
+28