| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-23 | Give an AllocId to ConstValue::Slice. | Camille GILLOT | -0/+4 | |
| 2025-04-02 | Do not use `for_each_assignment_mut` to iterate over assignment statements | dianqk | -1/+2 | |
| `for_each_assignment_mut` can skip assignment statements with side effects, which can result in some assignment statements retrieving outdated value. For example, it may skip a dereference assignment statement. | ||||
| 2024-03-10 | MIR printing: print the path of uneval'd const; refer to promoteds in a ↵ | Ralf Jung | -1/+1 | |
| consistent way | ||||
| 2023-12-24 | Replace legacy ConstProp by GVN. | Camille GILLOT | -0/+25 | |
