Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-23 | MIR Gen - Span information in assign/drop | John Hodge | 1 | -20/+32 | |
2016-08-23 | HIR Typecheck - Require span for type_is_copy | John Hodge | 1 | -37/+40 | |
2016-08-23 | MIR - Add a `Const` entry to the MIR::Constant to refer to a named constant | John Hodge | 1 | -4/+23 | |
2016-08-23 | MIR Gen - Field access with_val_type | John Hodge | 1 | -2/+31 | |
2016-08-22 | MIR Gen - (minor) Log failing lvalue when &move required | John Hodge | 1 | -1/+1 | |
2016-08-22 | MIR Gen - (minor) Print type of defined variable | John Hodge | 1 | -1/+1 | |
2016-08-22 | MIR Gen - Move and drop detection improved | John Hodge | 1 | -31/+165 | |
2016-08-21 | MIR Gen Match - Fix bug where a block would get magled by condition code ↵ | John Hodge | 1 | -4/+6 | |
(defended against) | |||||
2016-08-21 | MIR Gen - Include Copy checking | John Hodge | 1 | -5/+101 | |
2016-08-21 | MIR Gen - Move `MirBuilder` class to its own file | John Hodge | 1 | -0/+663 | |