index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
expand
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-03-19
Expand - Handle impl and trait
John Hodge
1
-4
/
+101
2016-03-17
Expand - #[lang] extension
John Hodge
1
-1
/
+22
2016-03-16
Expand - Handle AST::TupleItem attributes
John Hodge
1
-2
/
+2
2016-03-16
AST - Rework struct/enum fields
John Hodge
2
-31
/
+77
2016-03-16
Expand - Attributes on enum variants and match arms
John Hodge
1
-4
/
+23
2016-03-15
Expand - More attribute handling
John Hodge
1
-2
/
+9
2016-03-13
Parse - Rework to place spans on types
John Hodge
1
-5
/
+5
2016-03-13
Expand - Fix use-after-free bug
John Hodge
1
-3
/
+6
2016-03-13
Expand - Patterns and types
John Hodge
1
-18
/
+129
2016-03-13
Parse+Expand - Remove a todo, fix bug in cfg handling
John Hodge
2
-3
/
+7
2016-03-13
Expand - Move synexts/*.cpp to expand/
John Hodge
2
-0
/
+269
2016-03-13
Parse - Store module path in module
John Hodge
1
-4
/
+5
2016-03-12
AST - Remove some header code
John Hodge
1
-2
/
+4
2016-03-12
Expand - macro_use with ident list
John Hodge
1
-1
/
+23
2016-03-11
Expand - Macros expansion improved
John Hodge
7
-162
/
+278
2016-03-10
Expand - Handle block modules
John Hodge
1
-2
/
+11
2016-03-10
Expand - Stub format_args! impl
John Hodge
1
-0
/
+53
2016-03-10
Expand - Rough cfg conditions
John Hodge
3
-12
/
+73
2016-03-10
AST - Clean up MetaItems/MetaItem
John Hodge
1
-2
/
+2
2016-03-10
Expand - cfg!/#[cfg]/#[cfg_attr] hacked up
John Hodge
2
-13
/
+72
2016-03-10
Expand - Macro cleanup, add cfg! macro (stubbed)
John Hodge
3
-14
/
+41
2016-03-09
Expand - Expression macro evaluation
John Hodge
1
-5
/
+10
2016-03-09
Expand - Recurse into expressions
John Hodge
1
-24
/
+198
2016-03-09
Parse - Remove module stack (was for macros), yield stream from macros
John Hodge
3
-29
/
+33
2016-03-08
Expand - Macro expansion using parent modules
John Hodge
1
-27
/
+26
2016-03-08
Spans on MacroInvocation, re-enable span in ERROR reporting
John Hodge
1
-1
/
+1
2016-03-08
Expand - Macro imports
John Hodge
2
-9
/
+31
2016-03-07
AST - Correctly move item attributes
John Hodge
1
-1
/
+1
2016-03-07
Expand - Start on macro_rules expanding
John Hodge
3
-16
/
+134
2016-03-06
Move macro_rules parsing and expansion to expand/synexts
John Hodge
2
-38
/
+100
2016-03-06
Debug and fix `use` resolution
John Hodge
1
-5
/
+1
2016-03-06
Remove useless file
John Hodge
1
-1
/
+0
2016-03-06
HUGE REFACTOR - Move named module items into a tagged union
John Hodge
2
-0
/
+116
- Item attributes now "owned" by the parent
[prev]