summaryrefslogtreecommitdiff
path: root/src/ast/item.hpp
AgeCommit message (Expand)AuthorFilesLines
2019-10-06AST - Clean up location of attributes and span on mod-level itemsJohn Hodge1-4/+9
2019-05-19All - Switch to using interned (de-duplicated) RcString-s instead of std::str...John Hodge1-2/+2
2018-06-04All - Ensure that all files have a header comment, remove some dead codeJohn Hodge1-22/+13
2018-06-02AST - Remove old serialisation code (now all done on HIR)John Hodge1-5/+1
2016-12-24No more tears!ubsan1-2/+2
2016-08-28Expand - Support #[cfg] on use statementsJohn Hodge1-0/+2
2016-08-20AST - Remove unused AST serialisation codeJohn Hodge1-7/+1
2016-03-31AST - Put spans on importsJohn Hodge1-2/+2
2016-03-06HUGE REFACTOR - Move named module items into a tagged unionJohn Hodge1-0/+57