summaryrefslogtreecommitdiff
path: root/src/ast
AgeCommit message (Collapse)AuthorFilesLines
2016-10-23AST - (minor) Move dump_as_rust to ast/dump.cppJohn Hodge1-0/+1098
2016-10-18AST - Search output/ and output/test_deps for extern cratesJohn Hodge1-1/+11
2016-10-18AST - Load referenced crates in anon modulesJohn Hodge1-0/+4
2016-10-09Expand - #[macro_reexport]John Hodge2-3/+4
2016-10-09AST - Remove free MacroInvocation listsJohn Hodge3-18/+6
2016-10-08HIR+AST - Store/Load/Use extern crate list from loaded cratesJohn Hodge1-3/+11
2016-10-06Parse - Save unsafety for function pointer typesJohn Hodge1-4/+6
2016-10-03HIR+AST - Handle bytestring patternsJohn Hodge2-0/+5
2016-10-02AST - Store the mutability of & patternsJohn Hodge1-2/+2
2016-09-29AST - Store `const`/`unsafe`/variadic on functionsJohn Hodge2-4/+19
2016-09-28Resolve+Expand - Don't include the prelude in anon modules (they get it via ↵John Hodge1-1/+1
the parent)
2016-09-28AST - Make anon modules `shared_ptr`s to handle case where a block is depetedJohn Hodge4-35/+15
2016-09-27Expand - Hack around expansion order quirk with anon modulesJohn Hodge1-1/+1
2016-09-27AST - Refactor extern blocks into ItemsJohn Hodge2-2/+2
2016-09-27AST - Stub out extern and impl blocks as Item-sJohn Hodge2-3/+47
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 Hodge2-3/+4
2016-09-26Expand - Pass ownership of the input TT to macro_rules! expandJohn Hodge2-1/+2
2016-09-25AST - Convert use statements to normal itemsJohn Hodge2-192/+12
2016-09-25Parse - Allow loading modules from macro invocationsJohn Hodge1-0/+9
2016-09-25Parse+AST - Support capturing :item (requires cloning AST items)John Hodge6-67/+235
2016-09-25Parse - Split module item parse into a form that is callable from macro_rulesJohn Hodge2-30/+5
2016-09-25Start on liblibc - Add cfg_attr support to LoadCratesJohn Hodge1-0/+11
2016-09-15Restructure - Don't insert automatic () statements at end of blocksJohn Hodge2-9/+12
2016-09-09Expand - Move loading of libstd/libcore into LoadCrates for cleaner debugJohn Hodge1-0/+23
2016-09-07LoadCrates - Better error reportingJohn Hodge2-4/+11
2016-09-01Resolve - HIR pointers for enum variantsJohn Hodge1-0/+7
2016-08-31HIR From AST - Box receiver, start on fixing missing informationJohn Hodge1-0/+2
2016-08-31Resolve - Hack in support for multiple bindings for one useJohn Hodge1-1/+2
2016-08-29Resolve Abs - Hacking up extern supportJohn Hodge2-1/+3
2016-08-29HIR Deserialise - Hackily set crate names, clean up a littleJohn Hodge1-14/+4
2016-08-29AST Resolve - Prelude handlingJohn Hodge2-18/+2
2016-08-29Resolve Absolute - Hack around name resolution quirkJohn Hodge1-0/+5
2016-08-29macro_rules - Source crate!John Hodge1-0/+9
2016-08-29AST Crate - Planning post-load index passJohn Hodge2-4/+12
2016-08-29HIR - Remove dependency on macro_rules.hppJohn Hodge1-2/+2
2016-08-28Expand - Support #[cfg] on use statementsJohn Hodge2-2/+4
2016-08-27Resolve Use - Include extern crate supportJohn Hodge1-1/+2
2016-08-27Resolve - Working on extern crate supportJohn Hodge2-0/+6
2016-08-27Expand macro_use - Handle on an `extern crate`John Hodge2-2/+10
2016-08-27AST - Enable crate loading!John Hodge1-4/+3
2016-08-27AST - Roughing in `extern crate` loading infrastructureJohn Hodge2-57/+13
2016-08-27AST - Use cfg when loading cratesJohn Hodge1-6/+19
2016-08-25AST - Support for crate_name and crate_type (draft)John Hodge1-2/+10
2016-08-25AST - Move receiver marking to HIR conversion (post resolution)John Hodge2-58/+1
2016-08-24AST - More defensive `self: Box<Self>` codeJohn Hodge1-0/+3
2016-08-24AST - Hackily support `self: Box` syntaxJohn Hodge2-1/+14
2016-08-23AST - Fix uninitialised receiver typeJohn Hodge1-0/+1
2016-08-22AST+HIR - Save decoded receiver type for methodsJohn Hodge2-14/+57
2016-08-20AST - Remove unused AST serialisation codeJohn Hodge14-888/+44