| Age | Commit message (Expand) | Author | Lines |
| 2024-06-11 | ensure the self-contained linker is only enabled on nightly/dev | Rémy Rakic | -1/+3 |
| 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 |
| 2024-05-31 | Use `Builder::tool_exe` to build the coverage-dump tool | Zalathar | -4/+1 |
| 2024-05-31 | Use `coverage-dump --demangle` as the demangler for coverage-run tests | Zalathar | -12/+1 |
| 2024-05-30 | Rollup merge of #125699 - nnethercote:streamline-rustfmt, r=GuillaumeGomez | León Orell Valerian Liehr | -114/+102 |
| 2024-05-29 | Clarify the closure in `rustfmt`. | Nicholas Nethercote | -7/+10 |
| 2024-05-29 | Rename `fmt_override`. | Nicholas Nethercote | -9/+8 |
| 2024-05-29 | Adjust `x fmt` printed output. | Nicholas Nethercote | -29/+45 |
| 2024-05-29 | Clarify `x fmt` messages. | Nicholas Nethercote | -17/+16 |
| 2024-05-29 | Remove path choice from `x fmt` and add `--all` option. | Nicholas Nethercote | -59/+30 |
| 2024-05-29 | Rollup merge of #125639 - ChrisDenton:run-make-support-doc, r=onur-ozkan | 许杰友 Jieyou Xu (Joe) | -0/+9 |
| 2024-05-29 | Rollup merge of #125226 - madsmtm:fix-mac-catalyst-tests, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-05-28 | Make more of the test suite run on Mac Catalyst | Mads Marquart | -1/+1 |
| 2024-05-28 | Don't format `tests/run-make/*/rmake.rs`. | Nicholas Nethercote | -2/+9 |
| 2024-05-28 | Fix comments. | Nicholas Nethercote | -14/+17 |
| 2024-05-28 | Add run-make-support to x doc | Chris Denton | -0/+9 |
| 2024-05-27 | Rollup merge of #125535 - onur-ozkan:remove-deprecated-field, r=clubby789 | Guillaume Gomez | -4/+5 |
| 2024-05-25 | Auto merge of #125515 - weihanglo:target-toml-override, r=onur-ozkan | bors | -5/+59 |
| 2024-05-25 | add change entry | onur-ozkan | -0/+5 |
| 2024-05-25 | Remove deprecated field `dist.missing-tools` | onur-ozkan | -4/+0 |
| 2024-05-24 | bootstrap: test target specific config overrides | Weihang Lo | -4/+45 |
| 2024-05-24 | bootstrap: support target specific config overrides | Weihang Lo | -1/+14 |
| 2024-05-24 | Rollup merge of #125481 - iawia002:fix-dead-link, r=lqd | Matthias Krüger | -1/+1 |
| 2024-05-24 | Rollup merge of #125477 - nnethercote:missed-rustfmt, r=compiler-errors | Matthias Krüger | -8/+31 |
| 2024-05-24 | Fix the dead link in the bootstrap README | Xinzhao Xu | -1/+1 |
| 2024-05-24 | Run rustfmt on files that need it. | Nicholas Nethercote | -8/+31 |
| 2024-05-23 | Move some expected cfgs to std build.rs as per Cargo recommandation | Urgau | -3/+0 |
| 2024-05-23 | Replace fake "restricted-std" Cargo feature by custom cfg | Urgau | -0/+1 |
| 2024-05-22 | Rollup merge of #125296 - tesuji:checkcfg-buildstd, r=Nilstrieb,michaelwoerister | León Orell Valerian Liehr | -0/+3 |
| 2024-05-21 | maybe replace check-cfg values in bootstrap with ones in Cargo.toml | Lzu Tao | -0/+2 |
| 2024-05-21 | addresss reviews | Lzu Tao | -0/+1 |
| 2024-05-21 | Don't do cc detection for synthetic targets | Ben Kimock | -4/+1 |
| 2024-05-20 | Auto merge of #125166 - lovesegfault:embed-rustc-perf, r=Mark-Simulacrum | bors | -2/+46 |
| 2024-05-20 | Auto merge of #118014 - keith:ks/remove-unnecessary-fembed-bitcode-usage-now-... | bors | -12/+2 |
| 2024-05-20 | refactor(bootstrap/core/build_steps/dist): vendor dependencies needed for opt... | Bernardo Meurer Costa | -0/+4 |