Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-03 | HIR - Working on type inference, very incomplete | John Hodge | 1 | -1/+12 | |
2016-05-29 | HIR Typecheck - Expression inference coming along | John Hodge | 1 | -1/+2 | |
2016-05-26 | HIR Const Eval - libcore types done, onwards to `const` items | John Hodge | 1 | -0/+3 | |
2016-05-26 | HIR Cosnt Eval - Initial work, hits TODOs | John Hodge | 1 | -1/+3 | |
2016-05-23 | HIR - Add type alias replacement. Other related changes below | John Hodge | 1 | -0/+42 | |
- 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 | -2/+22 | |
2016-05-19 | HIR Lower - Add desugared while/while let | John Hodge | 1 | -0/+14 | |
2016-05-19 | Lower HIR - More expression types | John Hodge | 1 | -0/+111 | |
2016-05-18 | Tagged union cleanup hacks | John Hodge | 1 | -0/+41 | |
2016-05-18 | HIR - Fix bug in initialising ExprNode_Let | John Hodge | 1 | -1/+1 | |
2016-05-16 | HIR - Few more expression nodes | John Hodge | 1 | -0/+46 | |
2016-05-15 | HIR - Expression conversion progressing | John Hodge | 1 | -6/+212 | |
2016-05-15 | HIR - Start on expression conversion | John Hodge | 1 | -0/+29 | |