index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
expand
/
mod.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-08-06
Expand - Fix ? desugar
John Hodge
1
-2
/
+18
2016-08-01
AST - Add specialisable tag to impl items
John Hodge
1
-7
/
+7
2016-06-04
Byte string literals in AST, infrastructure for coercions
John Hodge
1
-0
/
+1
2016-05-29
Parse/AST/HIR - Support Enum::Var(..) and Struct { .. } patters properly
John Hodge
1
-0
/
+2
2016-05-24
AST - Spans, spans everywhere!
John Hodge
1
-27
/
+27
2016-05-22
macro_rules - Rework pattern matching to not use try-catch
John Hodge
1
-1
/
+1
2016-05-21
Expand - Add attributes to impl blocks
John Hodge
1
-0
/
+21
2016-05-20
Expand+HIR - `?` desugar, closures
John Hodge
1
-0
/
+26
2016-05-20
Expand - Fix desugaring of `for` to be closer to rustc's
John Hodge
1
-27
/
+38
2016-05-20
Expand - For loop desugar
John Hodge
1
-0
/
+46
2016-05-01
AST - Remove Expr from patterns (replace with local Value type)
John Hodge
1
-2
/
+2
2016-04-30
Resolve - Further work on use/index.
John Hodge
1
-0
/
+2
- Use recurses into (some) code blocks - Index does three passes to reduce the chance of wildcard import troubles. (HACK)
2016-04-02
Expand - Handle attributes on module-level macro invocations
John Hodge
1
-2
/
+8
2016-04-02
Resolve - Start building an index of names avaliable in each module
John Hodge
1
-0
/
+10
2016-03-30
Resolve - Working on new `use` resolution code
John Hodge
1
-1
/
+1
2016-03-26
Parse - Escape strings when debuging
John Hodge
1
-3
/
+2
2016-03-23
Expand - Fix bug where macros at root of Expr didn't get replaced
John Hodge
1
-6
/
+14
2016-03-20
Tagged Union - Rework to remove indirection
John Hodge
1
-20
/
+20
2016-03-20
Expand - Handle type size expression
John Hodge
1
-3
/
+14
2016-03-19
Expand - Handle std/core loading (partially)
John Hodge
1
-2
/
+18
2016-03-19
Expand - Handle impl and trait
John Hodge
1
-4
/
+101
2016-03-16
Expand - Handle AST::TupleItem attributes
John Hodge
1
-2
/
+2
2016-03-16
AST - Rework struct/enum fields
John Hodge
1
-12
/
+51
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
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
1
-2
/
+2
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-11
Expand - Macros expansion improved
John Hodge
1
-154
/
+163
2016-03-10
Expand - Handle block modules
John Hodge
1
-2
/
+11
2016-03-10
Expand - Rough cfg conditions
John Hodge
1
-4
/
+2
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
1
-8
/
+22
2016-03-10
Expand - Macro cleanup, add cfg! macro (stubbed)
John Hodge
1
-8
/
+11
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
1
-10
/
+26
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
1
-7
/
+23
2016-03-07
AST - Correctly move item attributes
John Hodge
1
-1
/
+1
2016-03-07
Expand - Start on macro_rules expanding
John Hodge
1
-16
/
+69
2016-03-06
Move macro_rules parsing and expansion to expand/synexts
John Hodge
1
-38
/
+72
2016-03-06
Debug and fix `use` resolution
John Hodge
1
-5
/
+1
2016-03-06
HUGE REFACTOR - Move named module items into a tagged union
John Hodge
1
-0
/
+115
- Item attributes now "owned" by the parent
[prev]