| Age | Commit message (Expand) | Author | Lines |
| 2025-08-18 | Trace some basic I/O operations in bootstrap | Jakub Beránek | -27/+86 |
| 2025-08-18 | clippy'ed | bit-aloo | -1/+1 |
| 2025-08-18 | remove default config | bit-aloo | -582/+563 |
| 2025-08-16 | Only check std in cross-compilation instead of building it | Jakub Beránek | -57/+153 |
| 2025-08-16 | Avoid copying rustc rmeta artifacts into the build compiler sysroot | Jakub Beránek | -65/+189 |
| 2025-08-16 | Optimize `copy_src_dirs` | Jakub Beránek | -39/+42 |
| 2025-08-16 | Do not call `fs::remove_file` in `cp_link_filtered_recurse` | Jakub Beránek | -1/+0 |
| 2025-08-15 | Rollup merge of #145455 - Kobzol:bootstrap-copy-src-dirs-dry-run, r=jieyouxu | Jacob Pratt | -0/+6 |
| 2025-08-15 | Rollup merge of #145454 - Kobzol:bootstrap-fix-step-debug-repr, r=jieyouxu | Jacob Pratt | -3/+8 |
| 2025-08-15 | Rollup merge of #145453 - Kobzol:bootstrap-cmd-span, r=jieyouxu | Jacob Pratt | -3/+0 |
| 2025-08-15 | Do not copy files in `copy_src_dirs` in dry run | Jakub Beránek | -0/+6 |
| 2025-08-15 | Fix tracing debug representation of steps without arguments in bootstrap | Jakub Beránek | -3/+8 |
| 2025-08-15 | Remove duplicated tracing span in bootstrap | Jakub Beránek | -3/+0 |
| 2025-08-15 | Do not strip binaries in bootstrap everytime if they are unchanged | Jakub Beránek | -1/+12 |
| 2025-08-15 | Rollup merge of #145413 - joshtriplett:bootstrap-reduce-deps, r=clubby789 | Jakub Beránek | -52/+24 |
| 2025-08-15 | Rollup merge of #145340 - Kobzol:bootstrap-codegen-backend-check-split, r=jie... | Jakub Beránek | -170/+91 |
| 2025-08-15 | Remove usage of `compiler_for` from the `compile::Rustc` step | Jakub Beránek | -51/+43 |
| 2025-08-15 | Remove usage of `compiler_for` from the `compile::Std` step | Jakub Beránek | -28/+27 |
| 2025-08-15 | Rename `compiler` to `build_compiler` in the `compile::Std` step | Jakub Beránek | -11/+13 |
| 2025-08-15 | Split codegen backend check step into two and don't run it with `x check comp... | Jakub Beránek | -170/+91 |
| 2025-08-14 | bootstrap: Remove dependency on xattr | Josh Triplett | -14/+3 |
| 2025-08-14 | bootstrap: Switch from fd-lock to native locking in std | Josh Triplett | -38/+21 |
| 2025-08-14 | Rollup merge of #145379 - joshtriplett:bootstrap-timings, r=jieyouxu | Jakub Beránek | -8/+31 |
| 2025-08-14 | Rollup merge of #145353 - CathalMullan:jemalloc-tools, r=Kobzol | Jakub Beránek | -0/+9 |
| 2025-08-14 | Rollup merge of #145324 - Kobzol:bootstrap-host-only, r=jieyouxu | Jakub Beránek | -119/+119 |
| 2025-08-14 | Rollup merge of #145261 - Kobzol:bootstrap-tracing, r=jieyouxu | Jakub Beránek | -313/+511 |
| 2025-08-14 | Rename and document `ONLY_HOSTS` in bootstrap | Jakub Beránek | -114/+119 |
| 2025-08-14 | Remove `ONLY_HOSTS` value overrides that just set the default value and had n... | Jakub Beránek | -5/+0 |
| 2025-08-13 | bootstrap: Support passing `--timings` to cargo | Josh Triplett | -8/+31 |
| 2025-08-14 | Auto merge of #145131 - Kobzol:bootstrap-clippy, r=jieyouxu | bors | -143/+430 |
| 2025-08-13 | Rollup merge of #145341 - Kobzol:codegen-backend-gcc, r=jieyouxu | Guillaume Gomez | -67/+98 |
| 2025-08-13 | Rollup merge of #144962 - Gelbpunkt:aarch64_be-unknown-none-softfloat, r=davi... | Guillaume Gomez | -0/+1 |
| 2025-08-13 | Add missing entry in STAGE0_MISSING_TARGETS | Jens Reidel | -0/+1 |
| 2025-08-13 | Print crate count for `check::Rustc` in snapshot tests | Jakub Beránek | -9/+13 |
| 2025-08-13 | bootstrap: Fix jemalloc 64K page support for aarch64 tools | Cathal Mullan | -0/+9 |
| 2025-08-13 | Remove the `libgccjit.so.0` alias and only create the versioned library when ... | Jakub Beránek | -17/+9 |
| 2025-08-13 | Make sure that we won't accidentally ship libgccjit.so in the dist component | Jakub Beránek | -1/+13 |
| 2025-08-13 | Install libgccjit into the compiler's sysroot when the GCC codegen backend is... | Jakub Beránek | -55/+82 |
| 2025-08-13 | Bless tests | Jakub Beránek | -1/+7 |
| 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 | 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 |