| Age | Commit message (Expand) | Author | Lines |
| 2024-06-16 | Rollup merge of #126309 - onur-ozkan:unify-git-utilization, r=Kobzol | Jacob Pratt | -95/+84 |
| 2024-06-16 | Auto merge of #126479 - Kobzol:disable-llvm-linker-by-default, r=onur-ozkan | bors | -7/+1 |
| 2024-06-15 | Auto merge of #126518 - matthiaskrgr:rollup-wb70rzq, r=matthiaskrgr | bors | -132/+2 |
| 2024-06-15 | Rollup merge of #126472 - onur-ozkan:improve-libcxx-build, r=Kobzol | Matthias Krüger | -9/+22 |
| 2024-06-14 | Use `std::path::absolute` in bootstrap | Chris Denton | -132/+2 |
| 2024-06-14 | Do not enable `llvm-bitcode-linker` in most default bootstrap profiles | Jakub Beránek | -7/+1 |
| 2024-06-14 | update libstdc++ compatibility error log | onur-ozkan | -0/+3 |
| 2024-06-14 | build `libcxx-version` only when it doesn't exist | onur-ozkan | -9/+19 |
| 2024-06-14 | Rollup merge of #126399 - onur-ozkan:126156, r=albertlarsan68 | Matthias Krüger | -13/+14 |
| 2024-06-13 | Rollup merge of #126238 - Nilstrieb:run,miri,run, r=RalfJung | Matthias Krüger | -3/+5 |
| 2024-06-13 | Fix Miri sysroot for `x run` | Nilstrieb | -3/+5 |
| 2024-06-13 | fix bootstrap CI failure | onur-ozkan | -1/+1 |
| 2024-06-13 | extend the check for LLVM build | onur-ozkan | -13/+14 |
| 2024-06-12 | Auto merge of #126345 - compiler-errors:rollup-lue8u92, r=compiler-errors | bors | -1/+3 |
| 2024-06-12 | Rollup merge of #126282 - lqd:contain-the-self-contained-linker, r=Mark-Simul... | Michael Goulet | -1/+3 |
| 2024-06-12 | Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -20/+13 |
| 2024-06-12 | Auto merge of #125141 - SergioGasquez:feat/no_std-xtensa, r=davidtwco | bors | -2/+2 |
| 2024-06-12 | applease clippy | Pietro Albini | -11/+11 |
| 2024-06-12 | Update download-ci-llvm-stamp | Scott Mabin | -1/+1 |
| 2024-06-12 | unify git command preperation | onur-ozkan | -95/+84 |
| 2024-06-11 | ensure the self-contained linker is only enabled on nightly/dev | Rémy Rakic | -1/+3 |
| 2024-06-11 | cargo -Zcheck-cfg is now stable | Pietro Albini | -1/+0 |
| 2024-06-11 | remove cfg(bootstrap) | Pietro Albini | -8/+2 |
| 2024-06-10 | Update `rustc-perf` submodule before running tidy | Jakub Beránek | -0/+2 |
| 2024-06-10 | Auto merge of #126206 - Kobzol:disable-libstdc++-version-check, r=Mark-Simula... | bors | -1/+0 |
| 2024-06-10 | Auto merge of #126153 - onur-ozkan:fix-rustdoc-issue-with-ci-rustc, r=Mark-Si... | bors | -27/+40 |
| 2024-06-09 | Remove libstdc++ version check | Jakub Beránek | -1/+0 |
| 2024-06-09 | remove the outdated incompatibility check | onur-ozkan | -13/+2 |
| 2024-06-09 | fix `Builder::doc_rust_lang_org_channel` | onur-ozkan | -14/+38 |
| 2024-06-09 | Rollup merge of #125465 - weihanglo:opt-dist-vendor, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+15 |
| 2024-06-09 | feat: vendor crates required by opt-dist to collect profiles | Weihang Lo | -0/+15 |
| 2024-06-09 | Remove empty test suite `tests/run-make-fulldeps` | Zalathar | -8/+0 |
| 2024-06-09 | Identify run-make tests by mode name instead of suite name | Zalathar | -5/+3 |
| 2024-06-08 | Miri std tests: don't set BOOTSTRAP_SKIP_TARGET_SANITY unnecessarily | Ralf Jung | -3/+4 |
| 2024-06-07 | Rollup merge of #125781 - onur-ozkan:improve-tool-builder, r=albertlarsan68 | Matthias Krüger | -3/+1 |
| 2024-06-06 | Rollup merge of #126086 - onur-ozkan:use-exe, r=petrochenkov | Jubilee | -1/+1 |
| 2024-06-06 | Rollup merge of #126051 - nnethercote:clarify-x-fmt-error, r=Nilstrieb | Jubilee | -1/+3 |
| 2024-06-06 | use windows compatible executable name for libcxx-version | onur-ozkan | -1/+1 |
| 2024-06-06 | prefer compile::stream_cargo for building tools | onur-ozkan | -3/+1 |
| 2024-06-06 | Auto merge of #125411 - onur-ozkan:sanity-check-libstdc++, r=Mark-Simulacrum | bors | -0/+89 |
| 2024-06-06 | use `bootstrap-self-test` feature on libstd check | onur-ozkan | -3/+8 |
| 2024-06-06 | add FIXME on libcxx check | onur-ozkan | -5/+1 |
| 2024-06-06 | check host's libstdc++ version when using ci llvm | onur-ozkan | -1/+89 |
| 2024-06-06 | Rollup merge of #124731 - dalance:add_translation_support, r=ehuss | Matthias Krüger | -11/+29 |
| 2024-06-06 | Clarify an `x fmt` error. | Nicholas Nethercote | -1/+3 |
| 2024-06-05 | Rollup merge of #125911 - onur-ozkan:wipe-broken-cache, r=albertlarsan68 | Matthias Krüger | -1/+17 |
| 2024-06-04 | bootstrap: implement new feature `bootstrap-self-test` | onur-ozkan | -38/+49 |
| 2024-06-03 | Add translation support by mdbook-i18n-helpers to bootstrap | dalance | -11/+29 |
| 2024-06-03 | wipe bootstrap build before switching to bumped rustc | onur-ozkan | -1/+17 |
| 2024-06-01 | include missing submodule on bootstrap | onur-ozkan | -1/+2 |