| Age | Commit message (Expand) | Author | Lines |
| 2025-08-13 | Manually optimize steps performed by `x clippy ci` | Jakub Beránek | -25/+32 |
| 2025-08-13 | Only check rustc when linting rustc_codegen_gcc | Jakub Beránek | -8/+7 |
| 2025-08-13 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-08-13 | Lint code in CI using in-tree Clippy | Jakub Beránek | -1/+1 |
| 2025-08-13 | Add more tests | Jakub Beránek | -9/+83 |
| 2025-08-13 | Fix staging of linting tools | Jakub Beránek | -36/+38 |
| 2025-08-13 | Fix staging for `x clippy std` | Jakub Beránek | -56/+67 |
| 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-12 | Auto merge of #145295 - Kobzol:unify-stages, r=jieyouxu | bors | -266/+241 |
| 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 | Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3 | bors | -3/+3 |
| 2025-08-12 | Resolve review remarks | Jakub Beránek | -9/+5 |
| 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 | 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 | 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 |