summaryrefslogtreecommitdiff
path: root/src/ast/types.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-24No more tears!ubsan1-4/+4
2016-10-30AST - Remove copy construction of TypeRefJohn Hodge1-10/+21
2016-10-25Token - Fix bad deserialisation of integer literals with type _John Hodge1-1/+2
2016-10-23AST+HIR - Add stubbed support for erased types (`impl Trait`)John Hodge1-0/+13
2016-09-25Parse+AST - Support capturing :item (requires cloning AST items)John Hodge1-1/+2
2016-08-20AST - Remove unused AST serialisation codeJohn Hodge1-151/+0
2016-08-19AST - Support ! as a real typeJohn Hodge1-1/+8
2016-06-05Resolve - Replace `Self` when knownJohn Hodge1-13/+3
2016-05-29AST - Remove dead code, add lifetime params, fix param clobberJohn Hodge1-381/+0
2016-05-25Parse - Use interpolated macro fragments instead of captured TTsJohn Hodge1-1/+5
2016-05-24AST - Move types.cpp to ast/ dirJohn Hodge1-0/+845