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 (
Collapse
)
Author
Files
Lines
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of ↵
John Hodge
1
-5
/
+5
std::string for paths/identifiers
2019-05-05
parse/expand/resolve - `macro` macros use their own module as the resolve root
John Hodge
1
-0
/
+1
2019-01-20
Parse - Trailing commas in Fn(...) handling
John Hodge
1
-12
/
+8
2019-01-01
Parse Path - Slight tweaks for 1.29
John Hodge
1
-1
/
+8
2018-12-30
Parse - Handle `crate::` paths
John Hodge
1
-0
/
+2
2018-05-20
AST - Refactor lifetime/HRB handling
John Hodge
1
-2
/
+2
2017-09-02
Resolve - Fix a minor lookup bug around self:: paths
John Hodge
1
-1
/
+1
2016-12-24
No more tears!
ubsan
1
-14
/
+14
No more DOS line endings or trailing whitespace either
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