| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-10-17 | bless mir-opt tests | lcnr | -2/+2 | |
| 2024-08-18 | Bless *all* the mir-opt tests | Scott McMurray | -1/+1 | |
| 2024-04-08 | bless mir-opt tests | Oli Scherer | -2/+2 | |
| 2023-10-19 | FileCheck basic_assignment.rs. | Camille GILLOT | -2/+2 | |
| 2023-10-19 | Allow to run filecheck in mir-opt tests. | Camille GILLOT | -2/+2 | |
| 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-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -43/+43 | |
| 2023-04-06 | Bless tests | Gary Guo | -3/+3 | |
| 2023-04-05 | Tweak debug outputs to make debugging new solver easier | Michael Goulet | -2/+2 | |
| 2023-03-03 | Add needs-unwind | Giacomo Pasini | -2/+2 | |
| 2023-03-03 | Desugars drop and replace at MIR build | Giacomo Pasini | -13/+15 | |
| 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. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+84 | |
