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-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
2015-08-31
Convert path bindings to TAGGED_UNION, improve resolve logic (leading to error)
John Hodge
4
-148
/
+165
2015-08-28
Tagged union for Path
John Hodge
3
-242
/
+358
2015-08-25
Rename tagged_enum to tagged_union
John Hodge
2
-3
/
+3
2015-08-24
BROKEN - Halfway through a rewrite of type handling
John Hodge
4
-6
/
+19
2015-08-23
Cleanup and new syntax
John Hodge
2
-84
/
+1
2015-06-04
Resolve running once more, seems to be good
John Hodge
1
-2
/
+2
2015-06-04
Rework path handling and resolve to better handle Self
John Hodge
3
-62
/
+144
2015-05-23
Minor cleanup
John Hodge
1
-3
/
+5
2015-04-06
Work on resolving UFCS paths, infinite loop bug in resolve
John Hodge
4
-46
/
+119
2015-04-05
Suport for #[lang], start work on resolving UFCS paths
John Hodge
5
-23
/
+143
2015-04-05
Move handling of wildcard trait destructure to TypeRef
John Hodge
2
-79
/
+21
2015-04-05
Replace 'Self' at resolve-time, with special case for bounds
John Hodge
1
-2
/
+1
2015-04-05
Convert invocations of find_impl, to use the bool version
John Hodge
1
-4
/
+4
2015-04-05
Tag params with source, rewrite find_impl to return boolean
John Hodge
2
-12
/
+37
2015-04-04
Hacked in parsing of HRLs
John Hodge
1
-0
/
+5
[prev]
[next]