summaryrefslogtreecommitdiff
path: root/src/ast/attrs.hpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-07AST - Fix compilation error on some clang installs (#118)John Hodge1-6/+1
2019-10-06AST - Clean up location of attributes and span on mod-level itemsJohn Hodge1-0/+1
2019-05-19All - Switch to using interned (de-duplicated) RcString-s instead of std::str...John Hodge1-5/+5
2018-10-03Merge branch 'master' into nightly-1.29John Hodge1-1/+1
2018-09-09Msvc compile fixesJohn Hodge1-1/+1
2018-07-29All - Initial work on supporting 1.29 as a target versionJohn Hodge1-0/+1
2018-05-20AST - Refactor lifetime/HRB handlingJohn Hodge1-3/+18
2018-05-20AST - Rename MetaItem and MetaItems to Attribute and AttributeListJohn Hodge1-38/+69
2016-12-24No more tears!ubsan1-11/+11
2016-12-15Codegen - #[link_name] supportJohn Hodge1-1/+1
2016-10-31AST+HIR - Union support through to HIRJohn Hodge1-2/+3
2016-08-20AST - Remove unused AST serialisation codeJohn Hodge1-8/+2
2016-05-25Parse - Use interpolated macro fragments instead of captured TTsJohn Hodge1-0/+4
2016-05-24AST - Spans, spans everywhere!John Hodge1-2/+4
2016-03-31AST - Put spans on importsJohn Hodge1-1/+1
2016-03-20Tagged Union - Rework to remove indirectionJohn Hodge1-5/+5
2016-03-10AST - Clean up MetaItems/MetaItemJohn Hodge1-14/+43
2016-02-25Heaps more parse fixes against the rustc testsJohn Hodge1-0/+81