index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
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
6
-88
/
+22
2016-03-13
Expand - Move synexts/*.cpp to expand/
John Hodge
2
-0
/
+0
2016-03-13
Parse - Store module path in module
John Hodge
12
-79
/
+108
2016-03-12
AST - Remove some header code
John Hodge
3
-8
/
+13
2016-03-12
Parse - Fix against newer compiler tests
John Hodge
3
-1
/
+7
2016-03-12
Expand - macro_use with ident list
John Hodge
1
-1
/
+23
2016-03-12
Remove unused output code (will rewrite later)
John Hodge
3
-88
/
+1
2016-03-11
Expand - Macros expansion improved
John Hodge
9
-165
/
+284
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
5
-12
/
+80
2016-03-10
Tagged Union - Fix incorrect use of destructor in move assignment
John Hodge
1
-2
/
+2
2016-03-10
AST - Clean up MetaItems/MetaItem
John Hodge
9
-114
/
+120
2016-03-10
Expand - cfg!/#[cfg]/#[cfg_attr] hacked up
John Hodge
3
-14
/
+73
2016-03-10
Expand - Macro cleanup, add cfg! macro (stubbed)
John Hodge
6
-15
/
+108
2016-03-09
Expand - Expression macro evaluation
John Hodge
2
-5
/
+11
2016-03-09
Expand - Recurse into expressions
John Hodge
3
-38
/
+199
2016-03-09
Parse - Remove module stack (was for macros), yield stream from macros
John Hodge
9
-95
/
+49
2016-03-09
Resolve - Bug when unexpanded macro encountered
John Hodge
4
-6
/
+28
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
9
-11
/
+27
2016-03-08
Expand - Macro imports
John Hodge
3
-10
/
+32
2016-03-07
AST - Correctly move item attributes
John Hodge
5
-12
/
+39
2016-03-07
Expand - Start on macro_rules expanding
John Hodge
7
-32
/
+152
2016-03-06
Move macro_rules parsing and expansion to expand/synexts
John Hodge
14
-340
/
+418
2016-03-06
Debug and fix `use` resolution
John Hodge
4
-11
/
+9
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
27
-1023
/
+1291
- Item attributes now "owned" by the parent
2016-03-05
Parse - Starting on run-fail
John Hodge
1
-2
/
+10
2016-02-27
Parse/expr - Don't allow blocks after `break`/`continue`
John Hodge
1
-0
/
+1
2016-02-27
Parse/patterns - Allow `ref name..` in slice patterns
John Hodge
1
-14
/
+17
2016-02-27
Parse - (hackily) support vardic function definitions
John Hodge
2
-0
/
+11
2016-02-27
Parse/lex - Ignore the BOM
John Hodge
1
-0
/
+13
2016-02-27
Parse - Macros in type position
John Hodge
12
-36
/
+98
2016-02-27
Parse - Rough type ascription parsing
John Hodge
1
-2
/
+18
2016-02-27
Parse - Fix trailing commas in attributes, _.. pattern support in slices
John Hodge
2
-10
/
+16
2016-02-27
Parse - Support hugely nested parens
John Hodge
2
-4
/
+4
2016-02-27
Parse/extern - Support `static mut`
John Hodge
1
-1
/
+7
2016-02-27
Parse/lex - Handle Shebangs (#!/path) at start of file
John Hodge
3
-4
/
+31
2016-02-27
Parse/expr - Support `in PLACE { val }` syntax
John Hodge
4
-0
/
+15
2016-02-27
Parse/lex - Handle nested block comments
John Hodge
1
-5
/
+28
2016-02-27
Parse/mod - Rework handling of #[path] to be closer to correct
John Hodge
3
-42
/
+61
2016-02-27
Parse/path - Unify pattern and expr path parsing
John Hodge
3
-13
/
+22
2016-02-27
Parse/lex - Handle \r in escape codes
John Hodge
1
-0
/
+1
2016-02-27
Parse/extern - Parse (but don't use) #![ for extern blocks
John Hodge
1
-0
/
+9
2016-02-27
Parse/expr - Handle inline modules
John Hodge
1
-0
/
+1
2016-02-27
Parse/expr - Handle flow control in the middle of an expression
John Hodge
1
-0
/
+7
2016-02-27
Parse/where - Handle lifetime params
John Hodge
1
-1
/
+5
2016-02-27
Parse - Handle `where` on `type`
John Hodge
1
-0
/
+5
[next]