| Age | Commit message (Expand) | Author | Lines |
| 2023-07-30 | bootstrap: inline format!() args | Matthias Krüger | -13/+11 |
| 2023-07-23 | Fix test panics for submodule of book is not updated | yukang | -0/+4 |
| 2023-07-15 | Rollup merge of #113731 - jyn514:ci-env, r=ozkanonur | jyn | -10/+0 |
| 2023-07-15 | Remove unused `bootstrap::util::CiEnv` enum | jyn | -10/+0 |
| 2023-07-13 | Rename `detail_exit_macro` to `exit` | jyn | -2/+2 |
| 2023-06-23 | Make `try_run` return a `Result<(), ()>` instead of a boolean | Guillaume Gomez | -1/+1 |
| 2023-06-15 | cleanup more azure leftovers | klensy | -2/+0 |
| 2023-06-03 | rename src/dst to original/link | jyn | -5/+5 |
| 2023-05-30 | create `build_helper/src/util` mod | ozkanonur | -22/+3 |
| 2023-05-25 | Generate docs for bootstrap itself | jyn | -1/+1 |
| 2023-04-05 | Use the `junction` crate in bootstrap instead of manually creating the junction | Thom Chiovoloni | -115/+1 |
| 2023-04-05 | Fix same issue in bootstrap | Thom Chiovoloni | -9/+26 |
| 2023-03-20 | migrate compiler, bootstrap, and compiletest to windows-rs | Andy Russell | -40/+46 |
| 2023-01-06 | Handle non-existant upstream master branches in `x fmt` | Nilstrieb | -0/+17 |
| 2023-01-03 | Add `build_helper` crate to share code between tidy and bootstrap | Nilstrieb | -29/+0 |
| 2022-12-31 | Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-... | Joshua Nelson | -0/+29 |
| 2022-12-30 | Add `build_helper` crate to share code between tidy and bootstrap | Nilstrieb | -29/+0 |
| 2022-11-13 | Rollup merge of #104158 - Ayush1325:executable, r=Mark-Simulacrum | Manish Goregaokar | -1/+7 |
| 2022-11-12 | Distinguish `--dry-run` from the automatic dry run check | Joshua Nelson | -2/+2 |
| 2022-11-08 | Return .efi extension for EFI executable | Ayush Singh | -1/+7 |
| 2022-10-26 | check lld version to choose correct flag for tests | Daniil Belov | -0/+14 |
| 2022-09-05 | Avoid UB in the Windows filesystem code in... bootstrap? | Thom Chiovoloni | -4/+6 |
| 2022-08-19 | Refactor if-available setting to work in CI | Mark Rousskov | -0/+4 |
| 2022-07-14 | Don't use host linker for switch | leo60228 | -1/+2 |
| 2022-07-11 | Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrum | bors | -0/+24 |
| 2022-07-11 | extend bootstrap for PGO on windows | Rémy Rakic | -0/+24 |
| 2022-07-07 | squash the commits | toshiki goto | -3/+3 |
| 2022-06-27 | Export `t!` from the bootstrap lib so bins can use it | Josh Triplett | -1/+2 |
| 2022-05-29 | Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrum | bors | -0/+8 |
| 2022-05-28 | Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul... | Matthias Krüger | -1/+1 |
| 2022-05-25 | feat: refactored bootstrap files to use stderr consistently | Raiyan | -1/+1 |
| 2022-05-25 | Move `download` functions from `native` to builder.rs | Joshua Nelson | -0/+8 |
| 2022-05-01 | Use curl by default | Thomas Applencourt | -0/+18 |
| 2022-04-08 | Auto merge of #95440 - jyn514:error-index, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-03-29 | Fix `x test src/tools/error_index_generator --stage {0,1}` | Joshua Nelson | -1/+1 |
| 2022-03-26 | Give a hard error when filtering tests for a file that does not exist | Joshua Nelson | -4/+4 |
| 2022-03-07 | copy over `std::path::absolute` instead of adding `canonicalize` hacks | Joshua Nelson | -0/+109 |
| 2022-03-05 | Merge build_helper into util | bjorn3 | -3/+143 |
| 2022-03-05 | Remove build_helper | bjorn3 | -2/+1 |
| 2022-01-27 | rustbuild: Fix compiletest warning when building outside of root. | Eric Huss | -2/+3 |
| 2022-01-01 | Remove some dead code | bjorn3 | -20/+0 |
| 2022-01-01 | Make the rustc and rustdoc wrapper not depend on libbootstrap | bjorn3 | -23/+1 |
| 2021-11-09 | Allow to run a specific rustdoc-js* test | Guillaume Gomez | -0/+32 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -1/+2 |
| 2021-06-03 | fix testing Miri with --stage 0 | Ralf Jung | -0/+1 |
| 2021-05-23 | Add BPF target | Alessandro Decina | -1/+2 |
| 2021-02-17 | Make sure pdbs are copied along with exe and dlls when bootstrapping | Ryan Levick | -0/+6 |
| 2020-10-18 | bootstrap: Print units for "finished in xxx" message | Camelid | -1/+1 |
| 2020-07-17 | Teach bootstrap about target files vs target triples | Jake Goulding | -6/+5 |
| 2020-03-18 | Ensure LLVM is in the link path for rustc tools | Josh Stone | -0/+25 |