| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-05-20 | chore(bootstrap/core/build_steps/dist): add fixme for duplicated vendor logic | Bernardo Meurer Costa | -0/+3 |
| 2024-05-20 | refactor(bootstrap): update rustc-perf submodule when building opt-dist | Bernardo Meurer Costa | -2/+39 |
| 2024-05-20 | Auto merge of #124560 - madsmtm:update-libc, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-05-19 | Auto merge of #124674 - onur-ozkan:followup-124461, r=pietroalbini | bors | -6/+18 |
| 2024-05-18 | keep the `STAGE0_MISSING_TARGETS` list updated | onur-ozkan | -6/+18 |
| 2024-05-18 | Update libc to 0.2.155 | Mads Marquart | -2/+2 |
| 2024-05-17 | Rollup merge of #125181 - onur-ozkan:set-rust-channel-properly, r=clubby789 | Matthias Krüger | -2/+9 |
| 2024-05-16 | add bootstrap config change info about `rust.lld` | Rémy Rakic | -0/+5 |
| 2024-05-16 | bootstrap: enable rust-lld when necessary for `x86_64-unknown-linux-gnu` | Rémy Rakic | -11/+40 |
| 2024-05-16 | bootstrap: introduce rust-lld env var for rustc | Rémy Rakic | -0/+5 |
| 2024-05-16 | set `rust.channel` properly in source tarballs | onur-ozkan | -2/+9 |
| 2024-05-15 | Set `debuginfo-level = "line-tables-only"` for compiler profile | Jubilee Young | -0/+7 |
| 2024-05-13 | Use an helper to move the files | Luca Barbato | -7/+24 |
| 2024-05-12 | Auto merge of #124883 - onur-ozkan:change-stage0-file, r=Mark-Simulacrum | bors | -52/+32 |
| 2024-05-11 | use shared stage0 parser from `build_helper` | onur-ozkan | -38/+8 |
| 2024-05-11 | Rollup merge of #124969 - onur-ozkan:test-tests-remap, r=Mark-Simulacrum | Matthias Krüger | -0/+23 |
| 2024-05-11 | Rollup merge of #124899 - RalfJung:bootstrap-dry, r=onur-ozkan | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2024-05-10 | add "tidy-alphabetical" check on "tests" remap list | onur-ozkan | -0/+2 |
| 2024-05-10 | remap missing path `tests/crashes` to `tests` | onur-ozkan | -0/+1 |
| 2024-05-10 | check if `x test tests` missing any test directory | onur-ozkan | -0/+20 |
| 2024-05-10 | Auto merge of #124774 - the8472:subnanosecond-benches, r=jhpratt | bors | -4/+4 |
| 2024-05-10 | fix typo | Ralf Jung | -1/+1 |
| 2024-05-10 | Auto merge of #124850 - dpaoliello:clang2022, r=Kobzol | bors | -1/+6 |
| 2024-05-09 | Upgrade the version of Clang used in the build, move MSVC builds to Server 2022 | Daniel Paoliello | -1/+6 |
| 2024-05-09 | use stage0 file in `bootstrap.py` | onur-ozkan | -14/+24 |
| 2024-05-08 | Rollup merge of #124903 - Skepfyr:rustc-wrapper, r=clubby789 | Matthias Krüger | -6/+7 |
| 2024-05-08 | Ignore empty RUSTC_WRAPPER in bootstrap | Jack Rickard | -6/+7 |
| 2024-05-08 | bootstrap: add comments for the automatic dry run | Ralf Jung | -0/+5 |
| 2024-05-07 | Remove unnecessary -fembed-bitcode usage now that it's deprecated | Keith Smiley | -12/+2 |
| 2024-05-06 | Update version of cc crate to v1.0.97 | James Farrell | -72/+116 |
| 2024-05-06 | bootstrap should also render fractional nanoseconds for benchmarks | The 8472 | -4/+4 |
| 2024-05-05 | Rollup merge of #124668 - 12101111:fix-bootstrap-tarball, r=onur-ozkan | Guillaume Gomez | -6/+1 |
| 2024-05-04 | Rollup merge of #124573 - onur-ozkan:update-dep-comment, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2024-05-04 | Rollup merge of #124501 - VladimirMakaev:add-lldb-to-config-toml, r=Mark-Simu... | Matthias Krüger | -3/+13 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -1/+16 |
| 2024-05-03 | Fix bootstrap panic when build from tarball | 12101111 | -6/+1 |
| 2024-05-03 | Rollup merge of #124613 - GuillaumeGomez:fmt-run-make, r=onur-ozkan | Matthias Krüger | -1/+5 |
| 2024-05-03 | Rollup merge of #124461 - onur-ozkan:followup-123546, r=pietroalbini | Matthias Krüger | -19/+38 |
| 2024-05-03 | Allow to negate ignored files | Guillaume Gomez | -1/+5 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -1/+16 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -7/+4 |