| Age | Commit message (Expand) | Author | Lines |
| 2025-08-12 | Rollup merge of #145253 - Kobzol:pr-check-2-doc-stage-1, r=jieyouxu | Stuart Cook | -3/+3 |
| 2025-08-12 | Rollup merge of #145251 - tiif:support_trait, r=BoxyUwU | Stuart Cook | -1/+6 |
| 2025-08-12 | Rollup merge of #145249 - Stypox:_span-to-_trace, r=joshtriplett | Stuart Cook | -12/+12 |
| 2025-08-12 | Rollup merge of #145238 - estebank:attr-overhaul, r=jdonszelmann | Stuart Cook | -0/+2 |
| 2025-08-12 | Rollup merge of #145216 - eval-exec:fix-145125-enum-rustdoc, r=fmease | Stuart Cook | -5/+3 |
| 2025-08-12 | Rollup merge of #144921 - lolbinarycat:rustdoc-intra-doc-gfm-141866, r=fmease... | Stuart Cook | -2/+14 |
| 2025-08-12 | Rollup merge of #144386 - camsteffen:imploftrait, r=fmease | Stuart Cook | -121/+101 |
| 2025-08-12 | Rollup merge of #131477 - madsmtm:sdkroot-via-env-var, r=nnethercote | Stuart Cook | -1/+1 |
| 2025-08-12 | make no_mangle explicit on foreign items | Jana Dönszelmann | -3/+3 |
| 2025-08-12 | Update to LLVM 21.1.0 rc3 | Nikita Popov | -0/+0 |
| 2025-08-12 | Change format of messages in `Builder::fmt` | Jakub Beránek | -2/+3 |
| 2025-08-12 | Unify all groups in bootstrap to use `Builder::msg` | Jakub Beránek | -239/+206 |
| 2025-08-12 | Consolidate stageN directories in the build directory | Jakub Beránek | -18/+24 |
| 2025-08-12 | bootstrap: Only warn about `rust.debug-assertions` if downloading rustc | Zalathar | -1/+1 |
| 2025-08-11 | Propagate TraitImplHeader to hir | Cameron Steffen | -63/+70 |
| 2025-08-11 | Extract ast TraitImplHeader | Cameron Steffen | -58/+31 |
| 2025-08-11 | Account for new `assert!` desugaring in `!condition` suggestion | Esteban Küber | -56/+144 |
| 2025-08-11 | Pass Apple SDK root to compiler driver via SDKROOT env var | Mads Marquart | -1/+1 |
| 2025-08-11 | Deprecate RUST_TEST_* env variables | Ed Page | -4/+4 |
| 2025-08-11 | fix clippy test | Esteban Küber | -0/+2 |
| 2025-08-11 | Auto merge of #145254 - GuillaumeGomez:rollup-7bp43pv, r=GuillaumeGomez | bors | -4/+6 |
| 2025-08-11 | Update books | rustbot | -0/+0 |
| 2025-08-11 | Auto merge of #145207 - Kobzol:codegen-backend-clif-dist, r=jieyouxu | bors | -30/+45 |
| 2025-08-11 | don't emit rustdoc::broken_intra_doc_links for stuff like [!NOTE] | binarycat | -2/+14 |
| 2025-08-11 | Document compiler and stdlib in stage1 in `pr-check-2` CI job | Jakub Beránek | -3/+3 |
| 2025-08-11 | Rollup merge of #145247 - GuillaumeGomez:update-sysinfo, r=Kobzol | Guillaume Gomez | -4/+4 |
| 2025-08-11 | Rollup merge of #145221 - Kobzol:cargo-dist-fix-2, r=jieyouxu | Guillaume Gomez | -0/+2 |
| 2025-08-11 | Update rustc dev guide | tiif | -1/+6 |
| 2025-08-11 | Turn _span into _trace as trace span name | Stypox | -12/+12 |
| 2025-08-11 | Update `sysinfo` version to `0.37.0` | Guillaume Gomez | -4/+4 |
| 2025-08-11 | Auto merge of #145215 - Kobzol:rust-backtrace, r=marcoieni | bors | -0/+3 |
| 2025-08-11 | Auto merge of #145011 - Kobzol:bootstrap-doc, r=jieyouxu | bors | -243/+514 |
| 2025-08-11 | Rollup merge of #145149 - Shourya742:2025-07-08-convert-config-method-invoke-... | Stuart Cook | -306/+439 |
| 2025-08-11 | Rollup merge of #143949 - clarfonthey:const-arith-ops, r=Amanieu | Stuart Cook | -6/+3 |
| 2025-08-10 | Rollup merge of #145121 - lambdageek:dist-must-keep-llvm-third-party-siphash,... | Jacob Pratt | -0/+14 |
| 2025-08-10 | Fix Cargo cross-compilation (take two) | Jakub Beránek | -0/+2 |
| 2025-08-10 | Enable RUST_BACKTRACE=1 on CI | Jakub Beránek | -0/+3 |
| 2025-08-10 | Extract Cranelift component | Jakub Beránek | -0/+10 |
| 2025-08-10 | Ship the correct Cranelift backend in its dist step | Jakub Beránek | -30/+35 |
| 2025-08-10 | rustdoc: Use `discr`s `Display` impl to render the value with the correct sig... | Eval EXEC | -5/+3 |
| 2025-08-10 | Explicitly pass path to built stdlib JSON docs and use the correct compiler f... | Jakub Beránek | -23/+26 |
| 2025-08-10 | Rollup merge of #145156 - Kobzol:cargo-build-dir, r=lqd,jieyouxu | Stuart Cook | -0/+9 |
| 2025-08-10 | Rollup merge of #145135 - Kivooeo:stabilize-duration_constructors_lite, r=Chr... | Stuart Cook | -12/+0 |
| 2025-08-10 | Rollup merge of #145129 - dpaoliello:arm64eclink, r=wesleywiser | Stuart Cook | -0/+7 |
| 2025-08-10 | Rollup merge of #145089 - Kobzol:bootstrap-cmd-error, r=jieyouxu | Stuart Cook | -82/+83 |
| 2025-08-10 | Rollup merge of #144739 - GuillaumeGomez:rustdoc-test-cleanup, r=fmease | Stuart Cook | -3/+1 |
| 2025-08-10 | Rollup merge of #144402 - heiher:stabilize-loong32-asm, r=Amanieu | Stuart Cook | -5/+0 |
| 2025-08-10 | Rollup merge of #143093 - lqd:polonius-pre-alpha, r=jackh726 | Stuart Cook | -1/+1 |
| 2025-08-10 | Rollup merge of #141624 - jyn514:env-var-stubs, r=BoxyUwU | Stuart Cook | -6/+109 |
| 2025-08-10 | Bless tests | Jakub Beránek | -3/+20 |