| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-21 | Add some track_caller info to precondition panics | Ben Kimock | -1/+1 | |
| 2025-04-21 | mir-opt: execute MatchBranchSimplification after GVN | dianqk | -8/+8 | |
| This can provide more opportunities for MatchBranchSimplification. | ||||
| 2024-08-18 | Bless *all* the mir-opt tests | Scott McMurray | -1/+1 | |
| 2024-04-18 | At debuginfo=0, don't inline debuginfo when inlining | Scott McMurray | -2/+0 | |
| 2024-04-03 | Remove MIR unsafe check | Matthew Jasper | -9/+5 | |
| This also remove safety information from MIR. | ||||
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into ↵ | Ralf Jung | -1/+5 | |
| library | ||||
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -1/+1 | |
| 2024-02-12 | Start blocks eagerly | Nadrieril | -6/+6 | |
| 2024-02-08 | Bless/fix tests | Ben Kimock | -24/+27 | |
| 2023-10-31 | Only emit `!=` assumptions if the otherwise target is reachable. | Camille GILLOT | -6/+1 | |
| 2023-10-31 | Simplify assume of a constant. | Camille GILLOT | -20/+17 | |
| 2023-10-31 | Replace SwitchInt to unreachable by an assumption. | Camille GILLOT | -2/+10 | |
| 2023-10-04 | Remove mir::LocalDecl::internal. | Camille GILLOT | -0/+2 | |
| 2023-08-17 | Bless mir-opt tests. | Camille GILLOT | -4/+7 | |
| 2023-07-10 | Enable by default. | Camille GILLOT | -7/+4 | |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -29/+26 | |
| 2023-06-12 | bless mir-opt | Pietro Albini | -0/+55 | |
| 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. | ||||
