index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ast
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-03-20
Tagged Union - Rework to remove indirection
John Hodge
7
-112
/
+97
2016-03-19
Expand - Handle std/core loading (partially)
John Hodge
2
-4
/
+16
2016-03-19
Expand - Handle impl and trait
John Hodge
1
-1
/
+2
2016-03-18
AST - Switch traits to contain items
John Hodge
2
-39
/
+33
2016-03-18
AST - Switch impl blocks to contain `Item`s (merges code)
John Hodge
3
-26
/
+28
2016-03-17
Expand - #[lang] extension
John Hodge
1
-2
/
+2
2016-03-16
AST - Rework struct/enum fields
John Hodge
3
-25
/
+135
2016-03-15
Expand - More attribute handling
John Hodge
3
-15
/
+17
2016-03-13
Parse - Rework to place spans on types
John Hodge
3
-19
/
+15
2016-03-13
Parse+Expand - Remove a todo, fix bug in cfg handling
John Hodge
2
-72
/
+3
2016-03-13
Parse - Store module path in module
John Hodge
4
-13
/
+27
2016-03-12
AST - Remove some header code
John Hodge
2
-6
/
+9
2016-03-12
Remove unused output code (will rewrite later)
John Hodge
1
-20
/
+1
2016-03-10
AST - Clean up MetaItems/MetaItem
John Hodge
2
-18
/
+80
2016-03-09
Expand - Recurse into expressions
John Hodge
1
-0
/
+1
2016-03-09
Resolve - Bug when unexpanded macro encountered
John Hodge
1
-2
/
+2
2016-03-08
Spans on MacroInvocation, re-enable span in ERROR reporting
John Hodge
2
-1
/
+10
2016-03-08
Expand - Macro imports
John Hodge
1
-1
/
+1
2016-03-07
AST - Correctly move item attributes
John Hodge
3
-1
/
+6
2016-03-07
Expand - Start on macro_rules expanding
John Hodge
1
-1
/
+3
2016-03-06
Move macro_rules parsing and expansion to expand/synexts
John Hodge
3
-1
/
+16
2016-03-06
Debug and fix `use` resolution
John Hodge
1
-2
/
+4
2016-03-06
HUGE REFACTOR - Move named module items into a tagged union
John Hodge
8
-810
/
+857
- Item attributes now "owned" by the parent
2016-02-27
Parse - Macros in type position
John Hodge
2
-34
/
+49
2016-02-27
Parse/expr - Support `in PLACE { val }` syntax
John Hodge
2
-0
/
+4
2016-02-27
Parse/impl - Handle macro invocations
John Hodge
1
-34
/
+38
2016-02-27
Patterns - Clean up handling of ref/mut/ref mut
John Hodge
1
-1
/
+10
2016-02-25
Parse - Rework module parsing to unify root/expr parse
John Hodge
1
-6
/
+0
2016-02-25
Heaps more parse fixes against the rustc tests
John Hodge
6
-10
/
+136
2016-02-23
Parse - Expression attributes
John Hodge
1
-0
/
+5
2016-02-23
Attributes on match arms
John Hodge
2
-73
/
+3
2016-02-21
Fixing parser deficiencies
John Hodge
4
-24
/
+67
2016-02-18
Parser - box Patterns, edge bug fix
John Hodge
2
-0
/
+15
2016-02-18
(semibroken) Defer macro expansion
John Hodge
4
-3
/
+44
2016-02-18
Random commit
John Hodge
3
-9
/
+34
2016-01-31
Name resolution in anon modules
John Hodge
1
-3
/
+3
2016-01-30
Better pretty printing, updated resolution logic
John Hodge
2
-61
/
+45
2016-01-30
(minor) Clean up cruft
John Hodge
1
-8
/
+1
2016-01-30
Rename TypeParams to GenericParams
John Hodge
5
-47
/
+47
2016-01-30
A whole lot of messing around for not much
John Hodge
5
-111
/
+111
2015-11-04
Improve name resolution logic
John Hodge
2
-2
/
+16
2015-11-03
Resolve - Split type items into UFCS form
John Hodge
1
-0
/
+2
2015-11-03
Remove embedded spans (will move to wrapping spans)
John Hodge
2
-11
/
+5
2015-11-03
Move path binding logic into Resolve path to simplify
John Hodge
4
-397
/
+44
2015-09-20
Do two passes of resolve to handle UFCS resolve problems
John Hodge
1
-0
/
+1
2015-09-19
Remove function class in favor of full UFCS
John Hodge
2
-41
/
+2
2015-09-19
Disable UFCS resolve (due to ordering issues), fix Self handling
John Hodge
2
-4
/
+22
2015-09-06
Rough span support
John Hodge
3
-25
/
+34
2015-09-05
Resolve - Work resolving UFCS traits
John Hodge
4
-6
/
+105
2015-09-01
Large rework to generic bounds (to use a tagged union)
John Hodge
2
-66
/
+129
[prev]
[next]