index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parse
/
paths.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-02
Parse - Rework hygiene (with spelling fix) for take 2
John Hodge
1
-3
/
+4
2016-11-02
All - Hack in start of macro hygine - requires rework so is disabled
John Hodge
1
-10
/
+7
2016-10-30
AST - Remove copy construction of TypeRef
John Hodge
1
-5
/
+5
2016-10-29
Parse - Convert `<Foo>::BAR` into `<Foo as _>::BAR`
John Hodge
1
-2
/
+4
2016-08-17
Parse - Fix many parser bugs
John Hodge
1
-3
/
+7
2016-06-08
HIR - Lower associated type bounds, use those in typeck
John Hodge
1
-2
/
+1
2016-05-29
AST - Remove dead code, add lifetime params, fix param clobber
John Hodge
1
-16
/
+20
2016-05-28
HIR TypeCheck - Initial work on a module-level pass (no inferrence)
John Hodge
1
-1
/
+1
2016-05-25
Parse - Use interpolated macro fragments instead of captured TTs
John Hodge
1
-12
/
+15
2016-05-20
Parse - Fix bug which made `<_ as Item>` parse as `<_ as ::Item>`
John Hodge
1
-3
/
+7
2016-05-02
AST - Make trait in UFCS paths be an optional Path
John Hodge
1
-7
/
+17
2016-03-13
Parse - Rework to place spans on types
John Hodge
1
-2
/
+3
2016-02-27
Parse/path - Unify pattern and expr path parsing
John Hodge
1
-2
/
+15
2016-02-27
Parse - Handling of trailing commas
John Hodge
1
-1
/
+1
2016-02-25
Parse/paths - Handle >>= and >= destructuring
John Hodge
1
-1
/
+7
2016-02-25
Heaps more parse fixes against the rustc tests
John Hodge
1
-0
/
+4
2016-02-21
Fixing parser deficiencies
John Hodge
1
-0
/
+2
2015-09-06
Rough span support
John Hodge
1
-13
/
+12
2015-08-28
Tagged union for Path
John Hodge
1
-6
/
+14
2015-06-04
Rework path handling and resolve to better handle Self
John Hodge
1
-1
/
+4
2015-03-26
Remove the ASSOCIATED type (now handled by the UFCS path type)
John Hodge
1
-3
/
+17
2015-03-20
Split parse/root.cpp up
John Hodge
1
-0
/
+180