| Age | Commit message (Expand) | Author | Lines |
| 2025-04-25 | Solved suggestions | Hegui Dai | -2/+2 |
| 2025-04-25 | Don't use item name to look up associated item from trait item | Michael Goulet | -7/+54 |
| 2025-04-25 | Replace some `Symbol::as_str` usage | Alex Macleod | -179/+448 |
| 2025-04-24 | strip underlying xcoff object | Henry Jiang | -2/+2 |
| 2025-04-24 | Auto merge of #139752 - usamoi:macos-used, r=saethlin,madsmtm | bors | -0/+53 |
| 2025-04-25 | Rollup merge of #140248 - GuillaumeGomez:fix-impl-block-items-indent, r=notri... | Matthias Krüger | -14/+63 |
| 2025-04-25 | Rollup merge of #140229 - nnethercote:pre-DelimArgs-spacing, r=petrochenkov | Matthias Krüger | -20/+4 |
| 2025-04-25 | Rollup merge of #140213 - onur-ozkan:x-setup, r=cuviper | Matthias Krüger | -1/+24 |
| 2025-04-25 | Rollup merge of #140210 - Berrysoft:cygwin-timedwait, r=joboet | Matthias Krüger | -1/+4 |
| 2025-04-25 | Rollup merge of #140196 - Kivooeo:new-fix-two, r=wesleywiser | Matthias Krüger | -7/+74 |
| 2025-04-25 | Rollup merge of #140187 - amy-kwan:amy-kwan/update_runmake_tests_AIX, r=jieyouxu | Matthias Krüger | -1/+5 |
| 2025-04-25 | Rollup merge of #140148 - marcoieni:ci-aws-codebuild, r=Kobzol | Matthias Krüger | -13/+91 |
| 2025-04-25 | Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmease | Matthias Krüger | -137/+134 |
| 2025-04-24 | Deprecate the unstable `concat_idents!` | Trevor Gross | -42/+65 |
| 2025-04-24 | Consistently refer to the `?` operator (#14687) | Timo | -32/+31 |
| 2025-04-24 | update unstable book to mention moving out of boxes | dianne | -1/+14 |
| 2025-04-24 | lower deref patterns on boxes using built-in derefs | dianne | -31/+111 |
| 2025-04-24 | move existing tests away from using boxes | dianne | -50/+96 |
| 2025-04-25 | fix-issue-14665 | Kivooeo | -20/+94 |
| 2025-04-24 | Auto merge of #140256 - matthiaskrgr:rollup-8if58zf, r=matthiaskrgr | bors | -260/+1030 |
| 2025-04-24 | norm nested aliases before evaluating the parent goal | lcnr | -152/+155 |
| 2025-04-25 | set subsections_via_symbols for ld64 helper sections | usamoi | -0/+53 |
| 2025-04-24 | Some drive-by housecleaning in `rustc_borrowck` | Amanda Stjerna | -45/+39 |
| 2025-04-24 | Rollup merge of #140191 - Kobzol:remove-git-repository-from-git-config, r=jie... | Matthias Krüger | -16/+0 |
| 2025-04-24 | Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJung | Matthias Krüger | -51/+70 |
| 2025-04-24 | Rollup merge of #140150 - RalfJung:MAX_EXP, r=tgross35 | Matthias Krüger | -24/+48 |
| 2025-04-24 | Rollup merge of #140141 - thaliaarchi:env-consts/zkvm, r=joboet | Matthias Krüger | -9/+11 |
| 2025-04-24 | Rollup merge of #140139 - a4lg:riscv-feature-imply-adjust-1, r=Amanieu | Matthias Krüger | -5/+5 |
| 2025-04-24 | Rollup merge of #139700 - EnzymeAD:autodiff-flags, r=oli-obk | Matthias Krüger | -23/+123 |
| 2025-04-24 | Rollup merge of #138282 - beetrees:repr128-not-ffi-safe, r=oli-obk | Matthias Krüger | -32/+86 |
| 2025-04-24 | Rollup merge of #136083 - bend-n:⃤⃤, r=lcnr | Matthias Krüger | -100/+687 |
| 2025-04-24 | Merge pull request #1575 from rust-lang/exception-handling-preparation | bjorn3 | -23/+44 |
| 2025-04-24 | feat: Add XtensaAsmPrinter | Sergio Gasquez | -0/+1 |
| 2025-04-24 | Consistently refer to the `?` operator | Alex Macleod | -32/+31 |
| 2025-04-24 | check types of const param default | lcnr | -0/+71 |
| 2025-04-24 | Relocation improvements for .eh_frame | bjorn3 | -3/+36 |
| 2025-04-24 | Avoid creating a second UnwindContext in finalize_definitions | bjorn3 | -8/+5 |
| 2025-04-24 | Pass Option<Span> to codegen_unwind_terminate | bjorn3 | -12/+3 |
| 2025-04-24 | Merge pull request #19678 from Veykril/push-mkznvpsktnnz | Lukas Wirth | -60/+126 |
| 2025-04-24 | Auto merge of #140245 - matthiaskrgr:rollup-e0fwsfv, r=matthiaskrgr | bors | -166/+252 |
| 2025-04-24 | Remove `weak` alias terminology | Boxy | -2/+2 |
| 2025-04-24 | Remove `weak` alias terminology | Boxy | -106/+106 |
| 2025-04-24 | Add/update GUI test for impl indent fix | Guillaume Gomez | -2/+44 |
| 2025-04-24 | Fix indent of impl docs | Guillaume Gomez | -1/+4 |
| 2025-04-24 | Make impl item info come before doc | Guillaume Gomez | -11/+15 |
| 2025-04-24 | Trivial compiler change to inhibit download-rustc in CI | Zalathar | -2/+1 |
| 2025-04-24 | Rollup merge of #140228 - fmease:revert-overzealous-colon-recovery, r=jieyouxu | Matthias Krüger | -89/+64 |
| 2025-04-24 | Rollup merge of #140214 - compiler-errors:remove-hack, r=lcnr | Matthias Krüger | -14/+0 |
| 2025-04-24 | Rollup merge of #140195 - jieyouxu:minicore-triagebot, r=jieyouxu | Matthias Krüger | -0/+9 |
| 2025-04-24 | Rollup merge of #140194 - jieyouxu:minicore-force-unwind-tables, r=bjorn3 | Matthias Krüger | -9/+35 |