| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-08-18 | Bless *all* the mir-opt tests | Scott McMurray | -1/+1 | |
| 2023-08-24 | make MIR less verbose | Ralf Jung | -3/+3 | |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -3/+3 | |
| 2023-08-16 | Do not pre-compute reachable blocks. | Camille GILLOT | -2/+4 | |
| 2023-08-16 | Only run MaybeInitializedPlaces once for drop elaboration. | Camille GILLOT | -4/+0 | |
| 2023-06-23 | Bless tests | Gary Guo | -1/+1 | |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -45/+45 | |
| 2023-04-06 | Bless tests | Gary Guo | -3/+7 | |
| 2023-03-03 | Desugars drop and replace at MIR build | Giacomo Pasini | -0/+85 | |
| This commit desugars the drop and replace deriving from an assignment at MIR build, avoiding the construction of the DropAndReplace terminator (which will be removed in a followign PR) In order to retain the same error messages for replaces a new DesugaringKind::Replace variant is introduced. | ||||
