summaryrefslogtreecommitdiff
path: root/src/resolve/index.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-10-06AST - Clean up location of attributes and span on mod-level itemsJohn Hodge1-12/+12
2019-08-24HIR/Expand - Hack in proc_macro re-exports (this needs to be cleaner)John Hodge1-0/+7
2019-05-19All - Switch to using interned (de-duplicated) RcString-s instead of ↵John Hodge1-5/+5
std::string for paths/identifiers
2019-05-05parse/expand/resolve - `macro` macros use their own module as the resolve rootJohn Hodge1-0/+4
2019-04-25HIR - Add more complete privacy handling (allowing for autoderef to skip ↵John Hodge1-2/+2
private fields)
2019-04-20Resolve - Handle glob imports that import enum variantsJohn Hodge1-3/+12
2019-02-03HIR - Minimally-tested support for `extern { type }`John Hodge1-1/+12
2019-01-28Resolve Index - (minor) Better error mesage on collisionJohn Hodge1-1/+1
2019-01-01Refactor of `use` items to fully-group imports from a single useJohn Hodge1-28/+36
2018-12-29Resolve/HIR - Rough handling of `pub use macro_path;`John Hodge1-2/+18
2018-12-28Resovle - Macro imports (partial), bugfixesJohn Hodge1-3/+16
2018-12-28Resolve - Clean up AST path bindings, one binding per namespaceJohn Hodge1-110/+87
- This is prep work for supporting `use` of macros
2018-06-04All - Ensure that all files have a header comment, remove some dead codeJohn Hodge1-1/+5
2017-11-01HIR - Refactor enums to only embed a single field (and give variants types)John Hodge1-11/+28
2017-09-29Expand - Load crates that were conditionally includedJohn Hodge1-1/+1
2017-05-28AST - Refactor to make unit-like structs their own variantJohn Hodge1-10/+4
2017-01-08Resolve Index - Refactor wildcard use handlingJohn Hodge1-128/+124
2016-12-24No more tears!ubsan1-29/+29
No more DOS line endings or trailing whitespace either
2016-11-23Resolve - Place struct enum variants in the type namespace, fix ↵John Hodge1-1/+15
serialisation bug
2016-11-23Resolve Index - Handle paths pointing to crate rootsJohn Hodge1-0/+4
2016-10-31All - Rough support for `union` (data structure present in all stages)John Hodge1-0/+8
2016-10-30HIR+Resolve - Refactor handling of enum variant importsJohn Hodge1-7/+7
2016-10-26Resolve Index - Glob cratesJohn Hodge1-1/+3
2016-10-22Expand - #[prelude_import] supportJohn Hodge1-3/+4
2016-10-18AST - Load referenced crates in anon modulesJohn Hodge1-0/+1
2016-10-16Resolve - Handle glob imports from external enumsJohn Hodge1-12/+34
2016-10-12Expand - Clear deleted anon modules inside anon modulesJohn Hodge1-1/+1
2016-10-08HIR+AST - Store/Load/Use extern crate list from loaded cratesJohn Hodge1-0/+1
2016-09-28Resolve+Expand - Don't include the prelude in anon modules (they get it via ↵John Hodge1-8/+18
the parent)
2016-09-28Resolve Absolute - Fix selecting type path for valuesJohn Hodge1-23/+31
2016-09-28AST - Make anon modules `shared_ptr`s to handle case where a block is depetedJohn Hodge1-2/+6
2016-09-27AST - Stub out extern and impl blocks as Item-sJohn Hodge1-0/+8
2016-09-27Resolve - Fix incorrect canonising of the indexJohn Hodge1-15/+47
2016-09-27Resolve Index - Fix missing import of namespace itemsJohn Hodge1-94/+105
2016-09-25AST - Convert use statements to normal itemsJohn Hodge1-30/+41
2016-09-24Resolve - Work around edge case with non-canonical index pathsJohn Hodge1-0/+2
2016-09-11Resolve - Include binding for struct constructors/valuesJohn Hodge1-7/+15
2016-09-11Resolve Index - Replace imported item paths with the destinationJohn Hodge1-1/+6
2016-09-11Resolve Index - HIR import supportJohn Hodge1-29/+36
2016-08-31Resolve - Hack in support for multiple bindings for one useJohn Hodge1-35/+50
2016-08-30Resolve - (minor) DebugJohn Hodge1-2/+4
2016-08-29Resolve - More bindingsJohn Hodge1-6/+67
2016-08-29Resolve Index - Extern support in Normalise_PathJohn Hodge1-54/+69
2016-08-29Resolve Index - Add an assertion that currently firesJohn Hodge1-2/+3
2016-08-29Resolve Abs - Glob imports from externJohn Hodge1-2/+41
2016-08-29AST Resolve - Prelude handlingJohn Hodge1-15/+24
2016-08-29AST Resolve Index - Hacking away on crate handlingJohn Hodge1-41/+92
2016-08-28AST Resolve - Hacking away on extern crate handlingJohn Hodge1-9/+11
2016-08-27Resolve - Working on extern crate supportJohn Hodge1-0/+4
2016-08-19AST - Macro invocations in item listJohn Hodge1-0/+2