| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -124/+0 | |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -4/+4 | |
| 2023-10-19 | Allow to run filecheck in mir-opt tests. | Camille GILLOT | -11/+11 | |
| 2023-10-05 | move subtyper change reveal_all | ouz-a | -26/+22 | |
| 2023-10-04 | Remove mir::LocalDecl::internal. | Camille GILLOT | -0/+4 | |
| 2023-10-02 | have better explanation for `relate_types` | ouz-a | -1/+1 | |
| 2023-10-02 | change is_subtype to relate_types | ouz-a | -22/+25 | |
| 2023-10-02 | Add docs, remove code, change subtyper code | ouz-a | -1/+2 | |
| 2023-09-24 | Embed simplification into VnState. | Camille GILLOT | -1/+1 | |
| 2023-09-24 | Add global value numbering pass. | Camille GILLOT | -6/+2 | |
| 2023-09-23 | Bless mir-opt | Camille GILLOT | -16/+28 | |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -15/+15 | |
| 2023-06-23 | Bless tests | Gary Guo | -1/+1 | |
| 2023-06-16 | Ignore the always part of #[inline(always)] in MIR inlining | Ben Kimock | -15/+15 | |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -80/+60 | |
| 2023-06-12 | bless mir-opt | Pietro Albini | -0/+132 | |
| To reproduce the changes in this commit locally: - Run `./x test tidy` and remove all the output files not associated with a test file anymore, as reported by tidy. - Run `./x test tests/mir-opt --bless` to generate the new outputs. | ||||
