Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-11-17 | HIR Annotate - Handle SplitSlice and SplitTuple patterns | John Hodge | 1 | -15/+35 |
2016-11-04 | HIR Annotate - Only borrow struct cosntructor base values when no fields are ... | John Hodge | 1 | -2/+34 |
2016-11-04 | HIR Expand - Struct constructor base values don't always move | John Hodge | 1 | -3/+7 |
2016-10-30 | HIR Typecheck - Rough support for box patterns | John Hodge | 1 | -2/+3 |
2016-10-09 | HIR Annotate - Handle ref bindings in patters | John Hodge | 1 | -5/+126 |
2016-09-18 | HIR - Rework to include a node for in/box (for better type inferrence) | John Hodge | 1 | -0/+15 |
2016-08-23 | HIR Typecheck - Require span for type_is_copy | John Hodge | 1 | -8/+3 |
2016-08-14 | HIR Expand - Work on doing Deref desugar | John Hodge | 1 | -1/+7 |
2016-08-14 | HIR - Move borrow ops to their own node type | John Hodge | 1 | -7/+14 |
2016-08-14 | HIR Expand - Add annotation pass | John Hodge | 1 | -0/+399 |