summaryrefslogtreecommitdiff
path: root/src/resolve/index.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-23Resolve - Place struct enum variants in the type namespace, fix serialisation...John Hodge1-1/+15
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 t...John Hodge1-8/+18
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
2016-05-29Resolve - Fix glob imports of enums yeilding bad pathsJohn Hodge1-1/+3
2016-05-24AST - Spans, spans everywhere!John Hodge1-44/+44
2016-05-23HIR - Add type alias replacement. Other related changes belowJohn Hodge1-0/+85
2016-05-21Expand - Add attributes to impl blocksJohn Hodge1-0/+1
2016-05-20String primitive, bind pointers in resolve, print macro name in spanJohn Hodge1-1/+2
2016-05-06Resolve - Separate modules and types for slightly different lookup requirementsJohn Hodge1-35/+80
2016-05-01Fix handling of tuple/unit structsJohn Hodge1-0/+4
2016-04-30Resolve - Fleshing out absoluteJohn Hodge1-1/+2
2016-04-30Resolve - Further work on use/index.John Hodge1-9/+47
2016-04-02Resolve - Glob import handlingJohn Hodge1-6/+82
2016-04-02Resolve - Start building an index of names avaliable in each moduleJohn Hodge1-0/+123