| Age | Commit message (Expand) | Author | Lines |
| 2025-02-19 | Rollup merge of #137251 - Zalathar:holes-visitor, r=jieyouxu | Matthias Krüger | -25/+26 |
| 2025-02-19 | Rollup merge of #137232 - estebank:from-residual-note, r=petrochenkov | Matthias Krüger | -0/+8 |
| 2025-02-19 | Rollup merge of #137094 - RalfJung:softfloat-means-no-simd, r=tgross35 | Matthias Krüger | -6/+10 |
| 2025-02-19 | Auto merge of #136539 - matthewjasper:late-normalize-errors, r=compiler-errors | bors | -48/+108 |
| 2025-02-19 | x86_win64 ABI: do not use xmm0 with softfloat ABI | Ralf Jung | -6/+10 |
| 2025-02-19 | Auto merge of #137248 - matthiaskrgr:rollup-s18zjau, r=matthiaskrgr | bors | -459/+483 |
| 2025-02-19 | coverage: Make `HolesVisitor::visit_hole_span` a regular method | Zalathar | -18/+18 |
| 2025-02-19 | coverage: Get hole spans from nested items without fully visiting them | Zalathar | -8/+9 |
| 2025-02-19 | Auto merge of #135408 - RalfJung:x86-sse2, r=workingjubilee | bors | -47/+85 |
| 2025-02-19 | Rollup merge of #137216 - amandasystems:cheap-outlives-eval, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2025-02-19 | Rollup merge of #137213 - nnethercote:rm-rustc_middle-mir-tcx, r=compiler-errors | Matthias Krüger | -430/+402 |
| 2025-02-19 | Rollup merge of #137210 - workingjubilee:fixup-passmode-import, r=RalfJung | Matthias Krüger | -27/+27 |
| 2025-02-19 | Rollup merge of #137059 - xizheyin:issue-136827, r=davidtwco | Matthias Krüger | -2/+49 |
| 2025-02-19 | Remove `rustc_middle::mir::tcx` module. | Nicholas Nethercote | -430/+402 |
| 2025-02-18 | Auto merge of #137235 - matthiaskrgr:rollup-2kjua2t, r=matthiaskrgr | bors | -394/+319 |
| 2025-02-18 | Rollup merge of #137218 - lukas-code:layout_of_cleanup, r=compiler-errors | Matthias Krüger | -103/+93 |
| 2025-02-18 | Rollup merge of #137206 - estebank:e0599-structured, r=jieyouxu | Matthias Krüger | -18/+25 |
| 2025-02-18 | Rollup merge of #137203 - nnethercote:improve-MIR-modification, r=compiler-er... | Matthias Krüger | -206/+127 |
| 2025-02-18 | Rollup merge of #137161 - dianne:pat-migration-bookkeeping-for-macros, r=Nadr... | Matthias Krüger | -16/+18 |
| 2025-02-18 | Rollup merge of #137000 - compiler-errors:deeply-normalize-item-bounds, r=lcnr | Matthias Krüger | -50/+51 |
| 2025-02-18 | Rollup merge of #135711 - estebank:issue-135649, r=davidtwco | Matthias Krüger | -1/+5 |
| 2025-02-18 | Rollup merge of #137221 - bjorn3:remove_unused_field, r=compiler-errors | Urgau | -3/+1 |
| 2025-02-18 | Rollup merge of #137214 - cyrgani:clippy_diagnostic_items, r=compiler-errors | Urgau | -0/+7 |
| 2025-02-18 | Rollup merge of #137211 - lcnr:alias-relate-accept-error, r=compiler-errors | Urgau | -1/+26 |
| 2025-02-18 | Don't mention `FromResidual` on bad `?` | Esteban Küber | -0/+8 |
| 2025-02-18 | Rollup merge of #137202 - Mark-Simulacrum:interned-is-hash, r=saethlin | Urgau | -1/+43 |
| 2025-02-18 | Rollup merge of #137195 - workingjubilee:remove-pref-align-from-cg-clif, r=bj... | Urgau | -5/+4 |
| 2025-02-18 | Rollup merge of #137151 - Urgau:register-more-signals, r=workingjubilee | Urgau | -11/+39 |
| 2025-02-18 | x86-sse2 ABI: use SSE registers for floats and SIMD | Ralf Jung | -47/+85 |
| 2025-02-18 | Remove scrutinee_hir_id from ExprKind::Match | bjorn3 | -3/+1 |
| 2025-02-18 | cosmetic changes | Lukas Markeffsky | -18/+22 |
| 2025-02-18 | remove useless parameter | Lukas Markeffsky | -36/+10 |
| 2025-02-18 | remove redundant code | Lukas Markeffsky | -11/+9 |
| 2025-02-18 | remove unreachable cases | Lukas Markeffsky | -15/+8 |
| 2025-02-18 | clean up layout error diagnostics | Lukas Markeffsky | -25/+25 |
| 2025-02-18 | document and test all `LayoutError` variants | Lukas Markeffsky | -0/+21 |
| 2025-02-18 | eval_outlives: bail out early if both regions are in the same SCC | Amanda Stjerna | -0/+5 |
| 2025-02-18 | add last std diagnostic items for clippy | cyrgani | -0/+7 |
| 2025-02-18 | don't ICE for alias-relate goals with error term | lcnr | -1/+26 |
| 2025-02-18 | cg_clif: Tweak formatting of global comments | Jubilee | -2/+2 |
| 2025-02-18 | compiler: Stop reexporting stuff in cg_llvm::abi | Jubilee Young | -27/+27 |
| 2025-02-18 | Auto merge of #133852 - x17jiri:cold_path, r=saethlin | bors | -15/+107 |
| 2025-02-18 | Make E0599 a structured error | Esteban Küber | -18/+25 |
| 2025-02-18 | Auto merge of #137162 - nnethercote:remove-Map-2, r=Zalathar | bors | -284/+262 |
| 2025-02-18 | Inline and replace `Statement::replace_nop`. | Nicholas Nethercote | -13/+6 |
| 2025-02-17 | Enforce T: Hash for Interned<...> | Mark Rousskov | -1/+43 |
| 2025-02-18 | Inline and remove `BasicBlockData::retain_statements`. | Nicholas Nethercote | -16/+6 |
| 2025-02-18 | Remove `BasicBlockData::expand_statements`. | Nicholas Nethercote | -49/+0 |
| 2025-02-18 | Improve `MirPatch` documentation and naming. | Nicholas Nethercote | -16/+41 |
| 2025-02-18 | Use `MirPatch` in `EnumSizeOpt`. | Nicholas Nethercote | -112/+74 |