summaryrefslogtreecommitdiff
path: root/src/ast/ast.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-24No more tears!ubsan1-432/+432
2016-10-31AST+HIR - Union support through to HIRJohn Hodge1-2/+2
2016-10-31All - Rough support for `union` (data structure present in all stages)John Hodge1-0/+11
2016-10-30AST - Inheret module path info in anon modsJohn Hodge1-0/+1
2016-10-30AST - Remove copy construction of TypeRefJohn Hodge1-7/+10
2016-10-23AST - Reduce places where there's no span information providedJohn Hodge1-6/+6
2016-10-09Expand - #[macro_reexport]John Hodge1-0/+3
2016-10-09AST - Remove free MacroInvocation listsJohn Hodge1-1/+4
2016-09-29AST - Store `const`/`unsafe`/variadic on functionsJohn Hodge1-3/+7
2016-09-28AST - Make anon modules `shared_ptr`s to handle case where a block is depetedJohn Hodge1-14/+4
2016-09-27AST - Refactor extern blocks into ItemsJohn Hodge1-1/+1
2016-09-27AST - Stub out extern and impl blocks as Item-sJohn Hodge1-2/+21
2016-09-26Debug - Clearer debug with item insertion and deletionJohn Hodge1-6/+10
2016-09-26AST - Move module-level macro invocations into the Item listJohn Hodge1-0/+3
2016-09-25AST - Convert use statements to normal itemsJohn Hodge1-122/+9
2016-09-25Parse+AST - Support capturing :item (requires cloning AST items)John Hodge1-33/+155
2016-09-25Parse - Split module item parse into a form that is callable from macro_rulesJohn Hodge1-23/+4
2016-08-25AST - Move receiver marking to HIR conversion (post resolution)John Hodge1-41/+0
2016-08-24AST - More defensive `self: Box<Self>` codeJohn Hodge1-0/+3
2016-08-24AST - Hackily support `self: Box` syntaxJohn Hodge1-0/+13
2016-08-23AST - Fix uninitialised receiver typeJohn Hodge1-0/+1
2016-08-22AST+HIR - Save decoded receiver type for methodsJohn Hodge1-0/+32
2016-08-20AST - Remove unused AST serialisation codeJohn Hodge1-221/+1
2016-08-19AST - Macro invocations in item listJohn Hodge1-0/+3
2016-08-01AST - Add specialisable tag to impl itemsJohn Hodge1-34/+6
2016-07-14Macro Rules - Rewrite, take 3 - IncompleteJohn Hodge1-1/+2
2016-06-12Parse - Fix incorrect handling of trailing semicolonsJohn Hodge1-0/+3
2016-05-29AST - Remove dead code, add lifetime params, fix param clobberJohn Hodge1-28/+0
2016-05-25Parse - Use interpolated macro fragments instead of captured TTsJohn Hodge1-1/+10
2016-05-24AST - Move types.cpp to ast/ dirJohn Hodge1-1/+1
2016-05-24AST - Spans, spans everywhere!John Hodge1-1/+1
2016-05-24AST - Spanned paths in impl blocks, remove dead codeJohn Hodge1-167/+12
2016-05-24HIR Lower - Lower impl blocksJohn Hodge1-0/+6
2016-05-22macro_rules - Rework pattern matching to not use try-catchJohn Hodge1-0/+3
2016-05-18Tagged union cleanup hacksJohn Hodge1-1/+1
2016-05-18All - Fix up a bunch of -Wextra warningsJohn Hodge1-0/+9
2016-05-14Remove requirement for all variants of tagged unions to be empty-constructableJohn Hodge1-1/+1
2016-03-31AST - Put spans on importsJohn Hodge1-5/+16
2016-03-22AST - Ignore None items when searching by nameJohn Hodge1-3/+3
2016-03-20Tagged Union - Rework to remove indirectionJohn Hodge1-8/+8
2016-03-18AST - Switch traits to contain itemsJohn Hodge1-4/+22
2016-03-18AST - Switch impl blocks to contain `Item`s (merges code)John Hodge1-3/+16
2016-03-16AST - Rework struct/enum fieldsJohn Hodge1-8/+24
2016-03-13Parse - Rework to place spans on typesJohn Hodge1-1/+1
2016-03-13Parse+Expand - Remove a todo, fix bug in cfg handlingJohn Hodge1-71/+2
2016-03-13Parse - Store module path in moduleJohn Hodge1-3/+10
2016-03-10AST - Clean up MetaItems/MetaItemJohn Hodge1-4/+37
2016-03-07AST - Correctly move item attributesJohn Hodge1-1/+2
2016-03-06Move macro_rules parsing and expansion to expand/synextsJohn Hodge1-1/+1
2016-03-06Debug and fix `use` resolutionJohn Hodge1-2/+4