summaryrefslogtreecommitdiff
path: root/src/mir/mir_builder.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-08-23MIR Gen - Span information in assign/dropJohn Hodge1-20/+32
2016-08-23HIR Typecheck - Require span for type_is_copyJohn Hodge1-37/+40
2016-08-23MIR - Add a `Const` entry to the MIR::Constant to refer to a named constantJohn Hodge1-4/+23
2016-08-23MIR Gen - Field access with_val_typeJohn Hodge1-2/+31
2016-08-22MIR Gen - (minor) Log failing lvalue when &move requiredJohn Hodge1-1/+1
2016-08-22MIR Gen - (minor) Print type of defined variableJohn Hodge1-1/+1
2016-08-22MIR Gen - Move and drop detection improvedJohn Hodge1-31/+165
2016-08-21MIR Gen Match - Fix bug where a block would get magled by condition code ↵John Hodge1-4/+6
(defended against)
2016-08-21MIR Gen - Include Copy checkingJohn Hodge1-5/+101
2016-08-21MIR Gen - Move `MirBuilder` class to its own fileJohn Hodge1-0/+663