| Age | Commit message (Expand) | Author | Lines |
| 2025-02-24 | Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_overridden... | Michael Goulet | -48/+19 |
| 2025-02-24 | Rollup merge of #137417 - taiki-e:riscv-atomic, r=Amanieu | Michael Goulet | -0/+5 |
| 2025-02-24 | Rollup merge of #137289 - compiler-errors:coerce-unsized-errors, r=oli-obk | Michael Goulet | -57/+143 |
| 2025-02-24 | Deduplicate CoerceUnsized and DispatchFromDyn impl errors | Michael Goulet | -46/+6 |
| 2025-02-24 | Simplify trait error message for CoercePointee validation | Michael Goulet | -3/+114 |
| 2025-02-24 | Consolidate and rework CoercePointee and DispatchFromDyn errors | Michael Goulet | -54/+69 |
| 2025-02-24 | Remove dyn_compatible_for_dispatch | Michael Goulet | -847/+489 |
| 2025-02-24 | Rollup merge of #137491 - jieyouxu:mango-less-likely, r=saethlin | Jacob Pratt | -4/+6 |
| 2025-02-24 | Rollup merge of #136991 - GuillaumeGomez:code-wrapping, r=notriddle | Jacob Pratt | -52/+72 |
| 2025-02-24 | remove support for rustc_intrinsic_must_be_overridden from the compiler | Ralf Jung | -48/+19 |
| 2025-02-24 | Auto merge of #137271 - nikic:gep-nuw-2, r=scottmcm | bors | -7/+7 |
| 2025-02-23 | Rollup merge of #137483 - bend-n:😅, r=Noratrieb | Trevor Gross | -4/+4 |
| 2025-02-23 | Rollup merge of #137099 - yotamofek:pr/rustdoc/fix-ignored-test-directives, r... | Trevor Gross | -17/+17 |
| 2025-02-23 | Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35 | Trevor Gross | -29/+0 |
| 2025-02-24 | tests: tighten `CHECK-NOT`s to make `str-to-string-128690.rs` less likely to ... | 许杰友 Jieyou Xu (Joe) | -4/+6 |
| 2025-02-23 | rename sub_ptr 😅 | bendn | -4/+4 |
| 2025-02-23 | Auto merge of #137225 - RalfJung:vectorcall, r=nnethercote | bors | -25/+65 |
| 2025-02-23 | Rollup merge of #137458 - compiler-errors:render-fn, r=fmease | Jacob Pratt | -11/+25 |
| 2025-02-23 | Rollup merge of #137435 - estebank:match-arm-2, r=compiler-errors | Jacob Pratt | -14/+84 |
| 2025-02-23 | Rollup merge of #137423 - Urgau:imprv-pretty-hir, r=compiler-errors | Jacob Pratt | -0/+83 |
| 2025-02-23 | Rollup merge of #135354 - Walnut356:msvc_lldb, r=wesleywiser | Jacob Pratt | -4/+5 |
| 2025-02-23 | Fix missing self subst when rendering Fn* trait with no output type | Michael Goulet | -11/+25 |
| 2025-02-23 | Rollup merge of #137415 - chenyukang:yukang-fix-137345-invalid-sugg, r=estebank | Matthias Krüger | -0/+49 |
| 2025-02-23 | Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk | Matthias Krüger | -46/+58 |
| 2025-02-23 | Rollup merge of #137121 - bend-n:master, r=Noratrieb | Matthias Krüger | -18/+14 |
| 2025-02-23 | Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3 | Matthias Krüger | -21/+39 |
| 2025-02-22 | Fix "missing match arm body" suggestion involving `!` | Esteban Küber | -14/+84 |
| 2025-02-22 | Render implicit self with their shorthand syntax in HIR pretty printing | Urgau | -1/+33 |
| 2025-02-22 | Filter elided lifetimes in HIR pretty printing | Urgau | -4/+4 |
| 2025-02-22 | Rename feature into `Word wrap source code` | Guillaume Gomez | -3/+6 |
| 2025-02-22 | Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgr | bors | -0/+22 |
| 2025-02-22 | Rollup merge of #137356 - nik-rev:FERRIS, r=compiler-errors | Matthias Krüger | -0/+22 |
| 2025-02-22 | Auto merge of #136428 - EnzymeAD:enable-autodiff, r=oli-obk | bors | -1/+1 |
| 2025-02-22 | rustc_target: Add more RISC-V atomic-related features | Taiki Endo | -0/+5 |
| 2025-02-22 | Auto merge of #133436 - nnethercote:rm-NtVis-NtTy, r=petrochenkov | bors | -18/+71 |
| 2025-02-22 | remove invalid suggestion of into_iter for extern macro | yukang | -0/+49 |
| 2025-02-22 | Auto merge of #137406 - matthiaskrgr:rollup-9nknrsb, r=matthiaskrgr | bors | -169/+414 |
| 2025-02-21 | update autodiff flags | Manuel Drehwald | -1/+1 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -46/+58 |
| 2025-02-22 | Rollup merge of #137399 - lukas-code:oopsie-woopsie, r=compiler-errors | Matthias Krüger | -0/+77 |
| 2025-02-22 | Rollup merge of #137257 - compiler-errors:fake-borrow-of-packed-field, r=oli-obk | Matthias Krüger | -0/+27 |
| 2025-02-22 | Rollup merge of #137245 - estebank:from-residual-note-2, r=oli-obk | Matthias Krüger | -48/+72 |
| 2025-02-22 | Rollup merge of #136787 - compiler-errors:lt2024feat, r=oli-obk | Matthias Krüger | -51/+19 |
| 2025-02-22 | Rollup merge of #136592 - compiler-errors:ensure-stack-in-canonical, r=lcnr | Matthias Krüger | -4/+63 |
| 2025-02-21 | Auto merge of #137348 - compiler-errors:span-trim, r=estebank | bors | -1084/+895 |
| 2025-02-21 | fix: naming convention "ferris" suggestion for idents named 🦀 | Nikita Revenco | -0/+22 |
| 2025-02-21 | Do not deduplicate list of associated types provided by dyn principal | Michael Goulet | -66/+156 |
| 2025-02-21 | don't leave assoc const unnormalized due to unconstrained params | Lukas Markeffsky | -2/+2 |
| 2025-02-21 | layout_of: put back not-so-unreachable case | Lukas Markeffsky | -0/+77 |
| 2025-02-21 | Point at type that doesn't implement needed trait | Esteban Küber | -3/+20 |