| Age | Commit message (Expand) | Author | Lines |
| 2025-05-06 | coverage: Only merge adjacent coverage spans | Zalathar | -9/+22 |
| 2025-05-05 | Rollup merge of #140115 - dianqk:gvn-matchbr, r=oli-obk | Guillaume Gomez | -74/+89 |
| 2025-05-01 | Bless mir opt tests. | Mara Bos | -1/+1 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -12/+36 |
| 2025-04-22 | Auto merge of #132833 - est31:stabilize_let_chains, r=fee1-dead | bors | -15/+21 |
| 2025-04-21 | mir-opt: execute MatchBranchSimplification after GVN | dianqk | -74/+89 |
| 2025-04-19 | Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlin | Chris Denton | -31/+107 |
| 2025-04-18 | Remove let_chains feature gate from even more tests | est31 | -15/+21 |
| 2025-04-15 | Update tests. | Mara Bos | -8/+8 |
| 2025-04-14 | Rollup merge of #139767 - compiler-errors:www, r=oli-obk | Matthias Krüger | -6/+0 |
| 2025-04-13 | Visit place in BackwardIncompatibleDropHint statement | Michael Goulet | -6/+0 |
| 2025-04-13 | JumpThreading: Re-enable and fix Not ops on non-booleans | clubby789 | -9/+109 |
| 2025-04-11 | Rollup merge of #137835 - scottmcm:signum, r=compiler-errors | Jacob Pratt | -3/+3 |
| 2025-04-10 | Auto merge of #139088 - spastorino:ergonomic-ref-counting-2, r=nikomatsakis | bors | -0/+55 |
| 2025-04-09 | Auto merge of #139327 - cjgillot:gvn-place, r=oli-obk | bors | -28/+159 |
| 2025-04-08 | Do not optimize out SwitchInt before borrowck, or if Zmir-preserve-ub | Michael Goulet | -31/+107 |
| 2025-04-07 | Add mir opt tests to be sure we generate copy, clones and moves when corresponds | Santiago Pastorino | -0/+55 |
| 2025-04-06 | update/bless tests | Bennet Bleßmann | -5/+4 |
| 2025-04-04 | Only introduce stable projections. | Camille GILLOT | -5/+3 |
| 2025-04-04 | Allow GVN to produce places and not just locals. | Camille GILLOT | -31/+164 |
| 2025-04-03 | Auto merge of #132527 - DianQK:gvn-stmt-iter, r=oli-obk | bors | -331/+363 |
| 2025-04-03 | Invalid dereferences for all non-local mutations | dianqk | -22/+59 |
| 2025-04-03 | Remove `unsound-mir-opts` for `simplify_aggregate_to_copy` | dianqk | -52/+40 |
| 2025-04-03 | Auto merge of #137738 - Daniel-Aaron-Bloom:const_slice_make_iter, r=dtolnay | bors | -140/+128 |
| 2025-04-02 | Make slice iterator constructors unstably const | Daniel Bloom | -140/+128 |
| 2025-04-02 | Bless tests | dianqk | -218/+224 |
| 2025-04-02 | Revert "comment out the old tests instead of adjusting them" | dianqk | -39/+40 |
| 2025-04-02 | Invalidate all dereferences for non-local assignments | dianqk | -5/+3 |
| 2025-04-02 | Do not use `for_each_assignment_mut` to iterate over assignment statements | dianqk | -2/+4 |
| 2025-04-02 | Rollup merge of #139214 - bjorn3:edition_2024_rustfmt, r=compiler-errors | Stuart Cook | -1/+1 |
| 2025-04-01 | Make coroutine_drop_cleanup 2024 edition compatible | bjorn3 | -1/+1 |
| 2025-04-01 | coverage: Shrink call spans to just the function name | Zalathar | -5/+5 |
| 2025-03-30 | Encode synthetic by-move coroutine body with a different DefPathData | Michael Goulet | -9/+9 |
| 2025-03-23 | Rollup merge of #138135 - scottmcm:chaining-ord, r=Mark-Simulacrum | Jacob Pratt | -0/+156 |
| 2025-03-23 | Stop using specialization for this | Scott McMurray | -2/+2 |
| 2025-03-23 | Rollup merge of #138545 - scottmcm:more-option-tests, r=Mark-Simulacrum | Michael Goulet | -4/+315 |
| 2025-03-22 | Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcm | bors | -108/+88 |
| 2025-03-19 | Add chaining versions of lt/le/gt/ge and use them in tuple PartialOrd | Scott McMurray | -314/+72 |
| 2025-03-19 | Add a MIR pre-codegen test for tuple comparisons | Scott McMurray | -0/+398 |
| 2025-03-18 | coverage: Don't store a body span in `FunctionCoverageInfo` | Zalathar | -13/+6 |
| 2025-03-17 | Rollup merge of #137465 - Zalathar:visit-primary, r=oli-obk | Matthias Krüger | -0/+463 |
| 2025-03-16 | Split `visit_primary_bindings` into two variants | Zalathar | -6/+2 |
| 2025-03-16 | Add a mir-opt test that demonstrates user type annotations | Zalathar | -0/+467 |
| 2025-03-15 | Add MIR pre-codegen tests to track 138544 | Scott McMurray | -4/+315 |
| 2025-03-15 | Don't drop Rvalue::WrapUnsafeBinder during GVN | Michael Goulet | -0/+94 |
| 2025-03-15 | Rollup merge of #138514 - compiler-errors:fake-borrow-ref-to-value, r=oli-obk | Matthias Krüger | -0/+163 |
| 2025-03-14 | Remove fake borrows of refs that are converted into non-refs in MakeByMoveBody | Michael Goulet | -0/+163 |
| 2025-03-14 | Auto merge of #138157 - scottmcm:inline-more-tiny-things, r=oli-obk | bors | -169/+307 |
| 2025-03-13 | Rollup merge of #138162 - ehuss:library-2024, r=cuviper | Matthias Krüger | -11/+11 |
| 2025-03-12 | Allow more top-down inlining for single-BB callees | Scott McMurray | -169/+307 |