| Age | Commit message (Expand) | Author | Lines |
| 2025-04-14 | Auto merge of #139781 - jhpratt:rollup-qadsjvb, r=jhpratt | bors | -0/+7 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -1/+1 |
| 2025-04-13 | Rollup merge of #139699 - compiler-errors:coroutine-drop-phase, r=scottmcm | Jacob Pratt | -0/+7 |
| 2025-04-14 | Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated... | bors | -1/+0 |
| 2025-04-14 | Auto merge of #139766 - jhpratt:rollup-afrfmnk, r=jhpratt | bors | -77/+51 |
| 2025-04-13 | Visit place in BackwardIncompatibleDropHint statement | Michael Goulet | -15/+2 |
| 2025-04-13 | Rollup merge of #139674 - yotamofek:pr/mir_transform/index-iterators, r=compi... | Jacob Pratt | -53/+39 |
| 2025-04-13 | Rollup merge of #139644 - yotamofek:pr/mir_transform/instsimplify/simplify_pr... | Jacob Pratt | -17/+8 |
| 2025-04-13 | Rollup merge of #139379 - matthewjasper:drop-elab-normalization, r=compiler-e... | Jacob Pratt | -7/+4 |
| 2025-04-13 | JumpThreading: Bail out on interp errors | clubby789 | -67/+91 |
| 2025-04-13 | JumpThreading: Re-enable and fix Not ops on non-booleans | clubby789 | -18/+11 |
| 2025-04-12 | Proactively update coroutine drop shim's phase to account for later passes ap... | Michael Goulet | -0/+7 |
| 2025-04-12 | In `rustc_mir_tranform`, iterate over index newtypes instead of ints | Yotam Ofek | -53/+39 |
| 2025-04-11 | Use delayed bug for normalization errors in drop elaboration | Matthew Jasper | -7/+4 |
| 2025-04-10 | Cleanup the `InstSimplify` MIR transformation | Yotam Ofek | -106/+86 |
| 2025-04-10 | Micro-optimize `InstSimplify`'s `simplify_primitive_clone` | Yotam Ofek | -17/+8 |
| 2025-04-09 | Auto merge of #139327 - cjgillot:gvn-place, r=oli-obk | bors | -27/+47 |
| 2025-04-08 | Do not optimize out SwitchInt before borrowck, or if Zmir-preserve-ub | Michael Goulet | -15/+32 |
| 2025-04-08 | borrowck typeck children together with their parent | lcnr | -3/+6 |
| 2025-04-07 | check_align: we can still check low alignments on MSVC | Ralf Jung | -3/+27 |
| 2025-04-07 | mitigate MSVC unsoundness by not emitting alignment attributes on win32-msvc ... | Ralf Jung | -2/+2 |
| 2025-04-05 | In `simplify_repeated_aggregate`, don't test first element against itself | Yotam Ofek | -3/+3 |
| 2025-04-04 | Only introduce stable projections. | Camille GILLOT | -4/+12 |
| 2025-04-04 | Allow GVN to produce places and not just locals. | Camille GILLOT | -27/+39 |
| 2025-04-03 | Auto merge of #132527 - DianQK:gvn-stmt-iter, r=oli-obk | bors | -130/+110 |
| 2025-04-03 | Invalid dereferences for all non-local mutations | dianqk | -14/+16 |
| 2025-04-03 | Only preserving derefs for trivial terminators like SwitchInt and Goto | dianqk | -2/+8 |
| 2025-04-03 | Remove `unsound-mir-opts` for `simplify_aggregate_to_copy` | dianqk | -3/+1 |
| 2025-04-03 | Auto merge of #139234 - compiler-errors:query-tweak, r=oli-obk | bors | -1/+1 |
| 2025-04-02 | Partially revert "Do not unify dereferences in GVN." | dianqk | -3/+1 |
| 2025-04-02 | Invalidate all dereferences for non-local assignments | dianqk | -8/+30 |
| 2025-04-02 | `next_opaque` is no longer an `Option` | dianqk | -37/+32 |
| 2025-04-02 | Do not use `for_each_assignment_mut` to iterate over assignment statements | dianqk | -78/+37 |
| 2025-04-02 | Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors | bors | -3/+7 |
| 2025-04-02 | Only look at trait impls in the current crate when looking for `Drop` impls | Oli Scherer | -3/+7 |
| 2025-04-02 | Remove `recursion_limit` increases. | Nicholas Nethercote | -1/+0 |
| 2025-04-02 | Use return_result_from_ensure_ok a bit more | Michael Goulet | -1/+1 |
| 2025-04-02 | Rollup merge of #139102 - Zalathar:no-split, r=oli-obk | Stuart Cook | -89/+39 |
| 2025-04-01 | Remove an unnecessary dtor computation and use the cached query result instead | Oli Scherer | -1/+1 |
| 2025-04-01 | coverage: Don't split bang-macro spans, just truncate them | Zalathar | -32/+15 |
| 2025-04-01 | coverage: Instead of splitting, just discard any span that overlaps a hole | Zalathar | -46/+17 |
| 2025-04-01 | coverage: Shrink call spans to just the function name | Zalathar | -11/+7 |
| 2025-03-31 | Feed HIR for by-move coroutine body def, since the inliner tries to read its ... | Michael Goulet | -0/+2 |
| 2025-03-27 | Drive-by get rid of a bunch of unnecessary :? | Michael Goulet | -25/+23 |
| 2025-03-27 | Do not trim paths in MIR validator | Michael Goulet | -1/+8 |
| 2025-03-21 | coverage: Defer the filtering of hole spans | Zalathar | -15/+15 |
| 2025-03-21 | coverage: Separate span-extraction from unexpansion | Zalathar | -75/+66 |
| 2025-03-19 | Rollup merge of #138670 - compiler-errors:remove-afidt, r=oli-obk | Matthias Krüger | -48/+2 |
| 2025-03-18 | Remove existing AFIDT implementation | Michael Goulet | -48/+2 |
| 2025-03-18 | coverage: Don't store a body span in `FunctionCoverageInfo` | Zalathar | -1/+0 |