| Age | Commit message (Expand) | Author | Lines |
| 2024-01-07 | Auto merge of #119675 - cjgillot:set-no-discriminant, r=tmiasko | bors | -0/+130 |
| 2024-01-07 | Merge dead bb pruning and unreachable bb deduplication. | Camille GILLOT | -91/+77 |
| 2024-01-07 | Avoid recording no-op replacements. | Camille GILLOT | -184/+118 |
| 2024-01-07 | Do not re-simplify SSA locals. | Camille GILLOT | -12/+6 |
| 2024-01-07 | Reorder early post-inlining passes. | Camille GILLOT | -38/+10 |
| 2024-01-07 | Auto merge of #119035 - saethlin:remove-linker-requirement, r=onur-ozkan | bors | -3/+0 |
| 2024-01-07 | Skip threading over no-op SetDiscriminant. | Camille GILLOT | -0/+130 |
| 2024-01-06 | Run Miri and mir-opt tests without a target linker | Ben Kimock | -3/+0 |
| 2024-01-05 | rustc_mir_transform: Make DestinationPropagation stable for queries | Martin Nordholts | -18/+18 |
| 2024-01-05 | Rollup merge of #119577 - tmiasko:lint, r=oli-obk | Michael Goulet | -197/+13 |
| 2024-01-05 | Rollup merge of #119566 - Zalathar:remove-spanview, r=Swatinem,Nilstrieb | Michael Goulet | -218/+0 |
| 2024-01-04 | Migrate memory overlap check from validator to lint | Tomasz Miąsko | -184/+0 |
| 2024-01-04 | Fix validation and linting of injected MIR | Tomasz Miąsko | -13/+13 |
| 2024-01-04 | Rollup merge of #119325 - RalfJung:custom-mir, r=compiler-errors | Matthias Krüger | -30/+30 |
| 2024-01-04 | Remove `-Zdump-mir-spanview` | Zalathar | -218/+0 |
| 2023-12-30 | Update to bitflags 2 in the compiler | Nilstrieb | -1/+1 |
| 2023-12-30 | Auto merge of #116012 - cjgillot:gvn-const, r=oli-obk | bors | -1041/+1058 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -2/+0 |
| 2023-12-26 | custom mir: make it clear what the return block is | Ralf Jung | -30/+30 |
| 2023-12-26 | Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebank | bors | -4/+4 |
| 2023-12-24 | don't elide shared parts of types in diagnostics when `--verbose` is passed | jyn | -2/+2 |
| 2023-12-24 | Replace legacy ConstProp by GVN. | Camille GILLOT | -1190/+1348 |
| 2023-12-24 | Enable GVN by default. | Camille GILLOT | -513/+372 |
| 2023-12-21 | Enable -Zlint-mir by default for mir-opt tests | Tomasz Miąsko | -0/+1 |
| 2023-12-19 | Auto merge of #119112 - Nadrieril:remove-target_blocks-hack, r=matthewjasper | bors | -21/+21 |
| 2023-12-19 | rename to verbose-internals | jyn | -2/+2 |
| 2023-12-19 | Remove the `make_target_blocks` hack | Nadrieril | -21/+21 |
| 2023-12-17 | Avoid overflow in GVN constant indexing. | Camille GILLOT | -0/+226 |
| 2023-12-11 | End locals' live range before suspending coroutine | Tomasz Miąsko | -0/+12 |
| 2023-12-10 | Auto merge of #118550 - cjgillot:filecheck-const-prop, r=Mark-Simulacrum | bors | -253/+290 |
| 2023-12-07 | also print 'immutable' flag | Ralf Jung | -49/+49 |
| 2023-12-02 | FileCheck while_let_loops. | Camille GILLOT | -1/+2 |
| 2023-12-02 | FileCheck tuple_literal_propagation. | Camille GILLOT | -2/+3 |
| 2023-12-02 | FileCheck return_place. | Camille GILLOT | -1/+2 |
| 2023-12-02 | FileCheck switch_int. | Camille GILLOT | -1/+8 |
| 2023-12-02 | FileCheck slice_len. | Camille GILLOT | -7/+22 |
| 2023-12-02 | FileCheck scalar_literal_propagation. | Camille GILLOT | -1/+3 |
| 2023-12-02 | FileCheck repeat. | Camille GILLOT | -1/+3 |
| 2023-12-02 | FileCheck reify_fn_ptr. | Camille GILLOT | -1/+4 |
| 2023-12-02 | FileCheck ref_deref. | Camille GILLOT | -8/+19 |
| 2023-12-02 | FileCheck read_immutable_static. | Camille GILLOT | -1/+3 |
| 2023-12-02 | FileCheck mutable_variable_unprop_assign. | Camille GILLOT | -2/+12 |
| 2023-12-02 | FileCheck mutable_variable_aggregate_partial_read. | Camille GILLOT | -1/+7 |
| 2023-12-02 | FileCheck mutable_variable_no_prop. | Camille GILLOT | -1/+8 |
| 2023-12-02 | FileCheck mutable_variable_aggregate_mut_ref. | Camille GILLOT | -1/+8 |
| 2023-12-02 | FileCheck mutable_variable_aggregate. | Camille GILLOT | -1/+6 |
| 2023-12-02 | FileCheck mutable_variable. | Camille GILLOT | -1/+6 |
| 2023-12-02 | FileCheck mult_by_zero. | Camille GILLOT | -3/+4 |
| 2023-12-02 | FileCheck issue_67019. | Camille GILLOT | -2/+8 |
| 2023-12-02 | FileCheck issue_66971. | Camille GILLOT | -6/+20 |