| Age | Commit message (Expand) | Author | Lines |
| 2023-07-30 | bootstrap: inline format!() args | Matthias Krüger | -20/+19 |
| 2023-06-27 | [PATCH] Fix build on Solaris where fd-lock cannot be used. | Petr Sumbera | -4/+6 |
| 2023-06-23 | display pid of process holding lock | Zephaniah Ong | -36/+21 |
| 2023-05-07 | Give a more helpful error when running the rustc shim directly | jyn | -4/+14 |
| 2023-04-18 | Auto merge of #110492 - GuillaumeGomez:rollup-n4tpbl4, r=GuillaumeGomez | bors | -2/+4 |
| 2023-04-18 | Fix bootstrap locking | Albert Larsan | -2/+4 |
| 2023-04-17 | Support `x test --stage 1 ui-fulldeps` | jyn | -1/+1 |
| 2023-03-20 | migrate compiler, bootstrap, and compiletest to windows-rs | Andy Russell | -22/+30 |
| 2023-03-13 | Rollup merge of #108607 - psumbera:solaris-no-flock-bootstrap, r=albertlarsan68 | Matthias Krüger | -7/+10 |
| 2023-03-13 | Don't use fd-lock on Solaris in bootstrap | Petr Sumbera | -7/+10 |
| 2023-03-11 | Rename `config.toml.example` to `config.example.toml` | Thom Chiovoloni | -4/+4 |
| 2023-01-23 | Print PID holding bootstrap build lock on Linux | clubby789 | -2/+34 |
| 2023-01-09 | Update mdbook | Eric Huss | -0/+35 |
| 2022-12-22 | Use LLVM_CMAKE_DIR for lld build | Nikita Popov | -24/+0 |
| 2022-11-25 | remove unused code | Tshepang Mbambo | -3/+1 |
| 2022-11-25 | remove obsolete comment | Tshepang Mbambo | -4/+0 |
| 2022-11-05 | Place config.toml in current working directory if config not found | Tanner Davies | -1/+1 |
| 2022-10-26 | check lld version to choose correct flag for tests | Daniil Belov | -6/+2 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -1/+1 |
| 2022-09-16 | Pass --cfg=bootstrap for rustdoc for proc_macro crates | est31 | -4/+13 |
| 2022-08-16 | bootstrap: don't apply `-Ztls-model=initial-exec` to proc macros | Alex Macleod | -3/+12 |
| 2022-07-04 | Auto merge of #98731 - InfRandomness:fix-#98728, r=Mark-Simulacrum | bors | -3/+1 |
| 2022-06-30 | Revert #95993 fix | InfRandomness | -3/+1 |
| 2022-06-27 | Move locking from bootstrap.py to rust bootstrap, using fd-lock | Josh Triplett | -1/+17 |
| 2022-06-16 | Make #[cfg(bootstrap)] not error in proc macros on later stages | est31 | -3/+9 |
| 2022-04-24 | Remove dead code in rustdoc shim | Joshua Nelson | -9/+2 |
| 2022-04-12 | Fix `x test --doc --stage 0 library/std` | Joshua Nelson | -1/+3 |
| 2022-04-05 | Rollup merge of #95449 - jyn514:doc-stage-0, r=ehuss | Dylan DPC | -4/+16 |
| 2022-03-29 | Fix `x doc --stage 0 compiler` | Joshua Nelson | -4/+16 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -0/+6 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -6/+0 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -0/+6 |
| 2022-02-07 | Rollup merge of #88313 - jyn514:pre-push, r=Mark-Simulacrum | Mara Bos | -0/+14 |
| 2022-02-02 | Add a convenient way to inject rustc flags somewhere late in the bootstrap pi... | Oli Scherer | -0/+6 |
| 2022-01-01 | Make the rustc and rustdoc wrapper not depend on libbootstrap | bjorn3 | -6/+10 |
| 2021-10-16 | bootstrap: tweak verbosity settings | Ximin Luo | -1/+1 |
| 2021-08-24 | Make the pre-commit script pre-push instead | Joshua Nelson | -0/+14 |
| 2021-06-07 | build doctests with lld if use-lld = true | The8472 | -1/+6 |
| 2021-06-04 | Pass --cfg=bootstrap for proc_macros or build scripts built by stage0 | Joshua Nelson | -0/+7 |
| 2021-05-21 | facepalm: operator precedence fail on my part. | Felix S. Klock II | -1/+1 |
| 2021-03-19 | Auto merge of #82754 - rylev:rusage-windows, r=pnkfelix | bors | -9/+75 |
| 2021-03-11 | Clean up handling of child process | Ryan Levick | -19/+9 |
| 2021-03-05 | Revise prefix a bit, adding both `--test` (conditionally) and `[RUSTC-SHIM]` ... | Felix S. Klock II | -3/+4 |
| 2021-03-05 | Add more windows specific numbers | Ryan Levick | -28/+42 |
| 2021-03-04 | Make rustc shim's verbose output include crate_name being compiled. | Felix S. Klock II | -5/+10 |
| 2021-03-04 | Attempt to gather similar stats as rusage on Windows | Ryan Levick | -5/+67 |
| 2021-03-01 | Rollup merge of #82532 - pnkfelix:rustbuild-print-step-rusage, r=Mark-Simulacrum | Yuki Okushi | -3/+79 |
| 2021-02-25 | Implementation of build.print_step_rusage. | Felix S. Klock II | -3/+79 |
| 2021-02-22 | Print out env vars related to Rust on (sufficiently verbose) rustc invocations. | Felix S. Klock II | -0/+6 |
| 2021-02-17 | make suggest setup help messages better | Henry Boisdequin | -3/+9 |