| Age | Commit message (Expand) | Author | Lines |
| 2025-08-13 | Add snapshot test for `x clippy std` | Jakub Beránek | -0/+17 |
| 2025-08-13 | Fix Clippy staging for compiler | Jakub Beránek | -53/+84 |
| 2025-08-13 | Add snapshot test for `x clippy ci` | Jakub Beránek | -0/+57 |
| 2025-08-13 | Forbid running Clippy on stage 0 | Jakub Beránek | -0/+4 |
| 2025-08-13 | Implement `clippy::CodegenGcc` as a separate step | Jakub Beránek | -7/+81 |
| 2025-08-13 | Prepare standard library for checking rustc in `prepare_compiler_for_check` | Jakub Beránek | -27/+23 |
| 2025-08-13 | Rollup merge of #145320 - Kobzol:fix-cranelift-codegen-dist, r=shepmaster | Jakub Beránek | -1/+5 |
| 2025-08-13 | Rollup merge of #145269 - epage:test-env, r=jhpratt | Jakub Beránek | -4/+4 |
| 2025-08-13 | Rollup merge of #144870 - Kivooeo:file_prefix-stabilize, r=tgross35 | Jakub Beránek | -1/+1 |
| 2025-08-13 | Fix pgo tests | ywxt | -0/+6 |
| 2025-08-13 | Fix parallel rustc not being reproducible due to unstable sorting of items. | ywxt | -0/+16 |
| 2025-08-12 | Auto merge of #145295 - Kobzol:unify-stages, r=jieyouxu | bors | -266/+241 |
| 2025-08-12 | Allow cross-compiling the Cranelift dist component | Jakub Beránek | -1/+5 |
| 2025-08-12 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-08-12 | Replace `stage0-tools-bin` with `stage1-tools-bin` | Jakub Beránek | -5/+5 |
| 2025-08-12 | Change the desugaring of `assert!` for better error output | Esteban Küber | -9/+16 |
| 2025-08-12 | rustdoc: Minimal fixes to compile with `MacroKinds` | Josh Triplett | -41/+70 |
| 2025-08-12 | clippy: Update for switch to `MacroKinds` | Josh Triplett | -5/+3 |
| 2025-08-12 | Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3 | bors | -3/+3 |
| 2025-08-12 | Remove one dependency from tracing bootstrap build | Jakub Beránek | -131/+1 |
| 2025-08-12 | Resolve review remarks | Jakub Beránek | -9/+5 |
| 2025-08-12 | Revert "Partially outline code inside the panic! macro". | Mara Bos | -9/+1 |
| 2025-08-12 | Rollup merge of #145291 - Zalathar:no-warning, r=Kobzol | Stuart Cook | -1/+1 |
| 2025-08-12 | Rollup merge of #145273 - estebank:not-not, r=samueltardieu | Stuart Cook | -56/+144 |
| 2025-08-12 | Rollup merge of #145263 - rustbot:docs-update, r=ehuss | Stuart Cook | -0/+0 |
| 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 | Print created location of executed commands | Jakub Beránek | -20/+57 |
| 2025-08-11 | Update debugging/profiling bootstrap page | Jakub Beránek | -99/+49 |
| 2025-08-11 | Use `pretty_step_name` in `step_graph` | Jakub Beránek | -11/+5 |