| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-08-23 | Disable MIR SROA optimization by default | Wesley Wiser | -2/+8 | |
| Turn off the MIR SROA optimization by default to prevent incorrect debuginfo generation and rustc ICEs caused by invalid LLVM IR being created. Related to #115113 | ||||
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -27/+27 | |
| 2023-05-31 | Enable ScalarReplacementOfAggregates | Ben Kimock | -8/+2 | |
| 2023-05-14 | Merge return place with other locals in CopyProp. | Camille GILLOT | -23/+19 | |
| 2023-05-08 | Disable nrvo mir opt | Jakob Degen | -19/+23 | |
| 2023-04-30 | Codegen fewer instructions in `mem::replace` | Scott McMurray | -22/+10 | |
| 2023-04-30 | MIR pre-codegen test for `mem::replace` | Scott McMurray | -0/+65 | |
