summaryrefslogtreecommitdiff
path: root/src/hir/expr_state.hpp
AgeCommit message (Collapse)AuthorFilesLines
2019-10-22HIR Const Eval - Ensure that requisite items are constevaled before ↵John Hodge1-0/+2
attempting downstream
2019-06-22HIR - Planning for removal of evil pointers (but not today)John Hodge1-2/+2
2019-04-25HIR - Add more complete privacy handling (allowing for autoderef to skip ↵John Hodge1-1/+2
private fields)
2018-09-22All - Generate MIR for constant evaluation (has too many const_cast calls, ↵John Hodge1-0/+42
but it's less ugly) - Also includes some MIR optimisation changes to reduce some compile times (hopefully) - Removed duplicated MIR consteval and now-unused HIR consteval