| Age | Commit message (Expand) | Author | Lines |
| 2023-10-24 | pass the correct args to compiletest | Pietro Albini | -0/+4 |
| 2023-10-24 | remap cargo dependencies to /rust/deps | Pietro Albini | -1/+33 |
| 2023-10-24 | allow configuring the parent GitHub repository | Pietro Albini | -3/+12 |
| 2023-10-24 | remove change-id assertion in bootstrap test | onur-ozkan | -1/+0 |
| 2023-10-23 | Improve android-ndk property interface | Peter Collingbourne | -61/+56 |
| 2023-10-23 | Use local_rebuild property to support new check-cfg in case of rebuild | Urgau | -5/+5 |
| 2023-10-23 | Prepare bootstrap tool for new check-cfg syntax | Urgau | -8/+28 |
| 2023-10-22 | Enable cg_clif tests for riscv64gc | bjorn3 | -1/+4 |
| 2023-10-22 | add bootstrap flag `--skip-stage0-validation` | onur-ozkan | -1/+6 |
| 2023-10-22 | re-enable stage0 compiler version check | onur-ozkan | -2/+1 |
| 2023-10-19 | fix(bootstrap) info message show correct path now | Vitaliy Busko | -1/+1 |
| 2023-10-17 | Simplify BehaviorOnFailure | Jakub Beránek | -14/+17 |
| 2023-10-17 | Rename Supress variant | Jakub Beránek | -5/+9 |
| 2023-10-17 | Remove usages of `Config::try_run` | Jakub Beránek | -15/+13 |
| 2023-10-17 | Add output mode to BootstrapCommand | Jakub Beránek | -54/+76 |
| 2023-10-17 | Add behavior on failure to BootstrapCommand | Jakub Beránek | -37/+37 |
| 2023-10-17 | Add BootstrapCommand and `run_cmd` | Jakub Beránek | -9/+47 |
| 2023-10-17 | Don't pass `-stdlib=libc++` when building C files on macOS | Zalathar | -4/+3 |
| 2023-10-17 | bootstrap: fix warnings | onur-ozkan | -2/+1 |
| 2023-10-17 | rename bootstrap module utils/dylib_util->utils/dylib | onur-ozkan | -4/+4 |
| 2023-10-17 | move bootstrap utils into bootstrap/src/utils module | onur-ozkan | -861/+297 |
| 2023-10-17 | move bootstrap core implementation to bootstrap/src/core module | onur-ozkan | -189/+792 |
| 2023-10-17 | improve bootstrap tests structure | onur-ozkan | -10/+10 |
| 2023-10-17 | reorganize bootstrap bins and helper module utilizations | onur-ozkan | -35/+19 |
| 2023-10-16 | Rollup merge of #116430 - onur-ozkan:vendoring-in-tarball-sources, r=clubby789 | Matthias Krüger | -6/+9 |
| 2023-10-15 | add x.py.zsh to tidy check | onur-ozkan | -1/+2 |
| 2023-10-15 | optimize `GenerateCompletions::run` | onur-ozkan | -17/+18 |
| 2023-10-15 | generate zsh autocompletion for x | onur-ozkan | -2/+5 |
| 2023-10-15 | bump bootstrap:clap_complete to `4.4.3` | onur-ozkan | -3/+3 |
| 2023-10-15 | Auto merge of #116635 - onur-ozkan:improve-file-read, r=Mark-Simulacrum | bors | -11/+50 |
| 2023-10-14 | Auto merge of #116352 - Kobzol:rustc-driver-bolt, r=Mark-Simulacrum | bors | -0/+16 |
| 2023-10-14 | add unit test for Config::verify | onur-ozkan | -1/+22 |
| 2023-10-14 | optimize file read in Config::verify | onur-ozkan | -10/+28 |
| 2023-10-14 | Rollup merge of #116603 - onur-ozkan:reorganize-cargo-file, r=Mark-Simulacrum | Matthias Krüger | -12/+12 |
| 2023-10-14 | Auto merge of #116727 - matthiaskrgr:rollup-3qqdrny, r=matthiaskrgr | bors | -4/+0 |
| 2023-10-14 | Rollup merge of #116577 - onur-ozkan:add-safety-block-on-unsafe, r=clubby789 | Matthias Krüger | -0/+4 |
| 2023-10-14 | Rollup merge of #116644 - onur-ozkan:outdated-fixme, r=clubby789 | Matthias Krüger | -4/+0 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -11/+2 |
| 2023-10-11 | Auto merge of #116448 - Kobzol:bootstrap-host-flags, r=onur-ozkan,petrochenkov | bors | -37/+57 |
| 2023-10-12 | remove outdated bootstrap FIXME | onur-ozkan | -4/+0 |
| 2023-10-11 | Pass BOLT settings at the correct step | Jakub Beránek | -1/+1 |
| 2023-10-10 | move `features` above to appear before others sections | onur-ozkan | -3/+3 |
| 2023-10-10 | sort/reorganize dependencies in bootstrap/Cargo.toml | onur-ozkan | -9/+9 |
| 2023-10-09 | Add `--enable-bolt-settings` bootstrap flag | Jakub Beránek | -1/+6 |
| 2023-10-09 | Enable relocations for BOLT | Jakub Beránek | -0/+11 |
| 2023-10-09 | Pass more host flags using `RUSTC_HOST_FLAGS` | Jakub Beránek | -15/+15 |
| 2023-10-09 | add `SAFETY` block on usage of unsafe `getuid` | onur-ozkan | -0/+4 |
| 2023-10-09 | Auto merge of #116532 - onur-ozkan:enable-rustflags-bootstrap-on-bootstrap, r... | bors | -0/+7 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -11/+2 |
| 2023-10-08 | Add RUSTFLAGS_BOOTSTRAP to RUSTFLAGS for bootstrap compilation | onur-ozkan | -0/+7 |