index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ast
/
types.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of std::str...
John Hodge
1
-5
/
+6
2019-02-02
Resolve Absolute - More in-band-lifetimes, tweak resolve for globbed value va...
John Hodge
1
-0
/
+2
2018-06-04
All - Ensure that all files have a header comment, remove some dead code
John Hodge
1
-0
/
+7
2018-06-02
AST - Remove old serialisation code (now all done on HIR)
John Hodge
1
-1
/
+0
2018-05-27
AST - Include HRBs on fn() types, fix minor parsing bug
John Hodge
1
-3
/
+5
2018-05-25
Resolve - Named lifetimes
John Hodge
1
-0
/
+2
2018-05-22
AST - Add lifetime params to & types
John Hodge
1
-2
/
+3
2018-05-20
AST - Refactor lifetime/HRB handling
John Hodge
1
-6
/
+71
2017-09-29
AST - Support printing AST types in a clean form
John Hodge
1
-0
/
+2
2017-03-04
Many many changes to allow compiling in visual studio (Community 2015)
John Hodge (bugs)
1
-1
/
+1
2016-12-24
No more tears!
ubsan
1
-276
/
+276
2016-10-30
AST - Remove copy construction of TypeRef
John Hodge
1
-7
/
+12
2016-10-23
AST+HIR - Add stubbed support for erased types (`impl Trait`)
John Hodge
1
-14
/
+6
2016-10-23
AST - Reduce places where there's no span information provided
John Hodge
1
-15
/
+9
2016-10-06
Parse - Save unsafety for function pointer types
John Hodge
1
-4
/
+6
2016-08-20
AST - Remove unused AST serialisation code
John Hodge
1
-9
/
+2
2016-08-19
AST - Support ! as a real type
John Hodge
1
-3
/
+8
2016-06-06
HIR Typecheck - Method calls being planned, fixed resolution of Generic types
John Hodge
1
-4
/
+4
2016-06-05
Resolve - Replace `Self` when known
John Hodge
1
-10
/
+2
2016-06-04
Compilation fixes (clang and different gcc version)
John Hodge
1
-0
/
+4
2016-05-29
AST - Remove dead code, add lifetime params, fix param clobber
John Hodge
1
-17
/
+0
2016-05-25
Parse - Use interpolated macro fragments instead of captured TTs
John Hodge
1
-0
/
+2
2016-05-24
AST - Move types.cpp to ast/ dir
John Hodge
1
-0
/
+304