summaryrefslogtreecommitdiff
path: root/src/resolve/index.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
- Added pretty printing for HIR paths and types - Added a sub-pass to resolve/index that makes all index paths point at the actual item (no imports involved) - Split up some contents of main_bindings.hpp
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
- Use recurses into (some) code blocks - Index does three passes to reduce the chance of wildcard import troubles. (HACK)
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