index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parse
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-05-14
Macros - Twiddling adding a struct
John Hodge
1
-1
/
+1
2016-05-02
AST - Make trait in UFCS paths be an optional Path
John Hodge
3
-15
/
+28
2016-05-01
Fix handling of tuple/unit structs
John Hodge
1
-4
/
+4
2016-05-01
AST - Remove Expr from patterns (replace with local Value type)
John Hodge
1
-20
/
+23
2016-04-30
Parser - Handle '?', '...', and 'default fn`
John Hodge
2
-7
/
+41
2016-04-02
Logging - Reduce the verbosity of Macro and TokenTree printing
John Hodge
1
-2
/
+2
2016-03-31
AST - Put spans on imports
John Hodge
1
-10
/
+10
2016-03-26
Parse - Escape strings when debuging
John Hodge
1
-3
/
+37
2016-03-19
Expand - Handle impl and trait
John Hodge
2
-2
/
+1
2016-03-16
AST - Rework struct/enum fields
John Hodge
1
-6
/
+4
2016-03-16
Expand - Attributes on enum variants and match arms
John Hodge
1
-1
/
+1
2016-03-15
Expand - More attribute handling
John Hodge
1
-2
/
+2
2016-03-13
Parse - Rework to place spans on types
John Hodge
4
-26
/
+33
2016-03-13
Parse+Expand - Remove a todo, fix bug in cfg handling
John Hodge
1
-12
/
+12
2016-03-13
Parse - Store module path in module
John Hodge
5
-50
/
+64
2016-03-12
Parse - Fix against newer compiler tests
John Hodge
1
-0
/
+2
2016-03-10
AST - Clean up MetaItems/MetaItem
John Hodge
3
-70
/
+12
2016-03-10
Expand - Macro cleanup, add cfg! macro (stubbed)
John Hodge
2
-0
/
+65
2016-03-09
Expand - Expression macro evaluation
John Hodge
1
-0
/
+1
2016-03-09
Expand - Recurse into expressions
John Hodge
1
-14
/
+0
2016-03-09
Parse - Remove module stack (was for macros), yield stream from macros
John Hodge
3
-25
/
+14
2016-03-08
Spans on MacroInvocation, re-enable span in ERROR reporting
John Hodge
4
-7
/
+11
2016-03-07
Expand - Start on macro_rules expanding
John Hodge
1
-0
/
+1
2016-03-06
Move macro_rules parsing and expansion to expand/synexts
John Hodge
4
-289
/
+272
2016-03-06
Debug and fix `use` resolution
John Hodge
1
-2
/
+2
2016-03-06
HUGE REFACTOR - Move named module items into a tagged union
John Hodge
3
-88
/
+84
- 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
5
-2
/
+8
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
1
-3
/
+3
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
1
-0
/
+10
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
2016-02-27
Parse/impl - Handle macro invocations
John Hodge
1
-21
/
+12
2016-02-27
Parse/Pattern - Clean up MaybeBind logic to remove duplication
John Hodge
1
-42
/
+24
2016-02-27
Patterns - Clean up handling of ref/mut/ref mut
John Hodge
1
-5
/
+38
[prev]
[next]