Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-29 | Resolve - Fix glob imports of enums yeilding bad paths | John Hodge | 1 | -1/+3 | |
2016-05-24 | AST - Spans, spans everywhere! | John Hodge | 1 | -44/+44 | |
2016-05-23 | HIR - Add type alias replacement. Other related changes below | John Hodge | 1 | -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-21 | Expand - Add attributes to impl blocks | John Hodge | 1 | -0/+1 | |
2016-05-20 | String primitive, bind pointers in resolve, print macro name in span | John Hodge | 1 | -1/+2 | |
2016-05-06 | Resolve - Separate modules and types for slightly different lookup requirements | John Hodge | 1 | -35/+80 | |
2016-05-01 | Fix handling of tuple/unit structs | John Hodge | 1 | -0/+4 | |
2016-04-30 | Resolve - Fleshing out absolute | John Hodge | 1 | -1/+2 | |
2016-04-30 | Resolve - Further work on use/index. | John Hodge | 1 | -9/+47 | |
- Use recurses into (some) code blocks - Index does three passes to reduce the chance of wildcard import troubles. (HACK) | |||||
2016-04-02 | Resolve - Glob import handling | John Hodge | 1 | -6/+82 | |
2016-04-02 | Resolve - Start building an index of names avaliable in each module | John Hodge | 1 | -0/+123 | |