Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-11 | HIR Typecheck - Constants | John Hodge | 1 | -0/+1 | |
2016-06-08 | HIR - Move tuple struct/enum construtors to their on HIR node | John Hodge | 1 | -0/+4 | |
- This makes typeck of those invocations easier | |||||
2016-06-07 | HIR Expr - Rename m_val to m_value, add visitor for pointers | John Hodge | 1 | -39/+38 | |
2016-06-05 | HIR - Spanned expressions, fixed sections of resolve | John Hodge | 1 | -5/+0 | |
2016-06-04 | HIR Typeck - Add slice unsize, breaks due to inferrence order | John Hodge | 1 | -0/+3 | |
2016-05-29 | HIR Typecheck - Expression inference coming along | John Hodge | 1 | -1/+3 | |
2016-05-26 | HIR Const Eval - libcore types done, onwards to `const` items | John Hodge | 1 | -0/+5 | |
2016-05-24 | HIR Expand Type - Convert to use a generic HIR visitor | John Hodge | 1 | -1/+7 | |
2016-05-23 | HIR - Add type alias replacement. Other related changes below | John Hodge | 1 | -31/+99 | |
- 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-20 | Expand+HIR - `?` desugar, closures | John Hodge | 1 | -0/+2 | |
2016-05-19 | Lower HIR - More expression types | John Hodge | 1 | -1/+8 | |
2016-05-18 | Tagged union cleanup hacks | John Hodge | 1 | -0/+4 | |
2016-05-16 | HIR - Few more expression nodes | John Hodge | 1 | -0/+3 | |
2016-05-15 | HIR - Expression conversion progressing | John Hodge | 1 | -0/+26 | |