Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-22 | HIR Const Eval - Ensure that requisite items are constevaled before ↵ | John Hodge | 1 | -0/+2 | |
attempting downstream | |||||
2019-06-22 | HIR - Planning for removal of evil pointers (but not today) | John Hodge | 1 | -2/+2 | |
2019-04-25 | HIR - Add more complete privacy handling (allowing for autoderef to skip ↵ | John Hodge | 1 | -1/+2 | |
private fields) | |||||
2018-09-22 | All - Generate MIR for constant evaluation (has too many const_cast calls, ↵ | John Hodge | 1 | -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 |