| Age | Commit message (Expand) | Author | Lines |
| 2023-11-09 | chore(bootstrap): capitalize {error, warning, info, note} tags | onur-ozkan | -2/+2 |
| 2023-11-02 | Force mangling version for rustc_codegen_gcc | Guillaume Gomez | -0/+1 |
| 2023-10-23 | Improve android-ndk property interface | Peter Collingbourne | -14/+1 |
| 2023-09-05 | support `{disable,enable}-patch-binaries-for-nix` in configure.py | onur-ozkan | -0/+1 |
| 2023-08-02 | Add more context to `quit_if_file_exists` in `configure.py` | Trevor Gross | -2/+9 |
| 2023-07-14 | put configure behind a group | jyn | -0/+4 |
| 2023-06-26 | bootstrap: rename 'user' profile to 'dist' | clubby789 | -1/+1 |
| 2023-06-25 | fix some bugs | jyn | -1/+3 |
| 2023-06-23 | Fix progress messages for configure in bootstrap_test.py | jyn | -1/+1 |
| 2023-06-16 | Apply changes to fix python linting errors | Trevor Gross | -5/+5 |
| 2023-06-03 | Allow disabling truncation for long config lines | jyn | -3/+10 |
| 2023-04-27 | fix bug in set args | yukang | -1/+1 |
| 2023-04-27 | Fix help message of option for checking List | yukang | -4/+3 |
| 2023-04-27 | configure --set support list as arguments | yukang | -0/+7 |
| 2023-04-25 | configure.py: add flag for riscv{64,32}gc musl-root | jchzhou | -0/+4 |
| 2023-04-19 | Rollup merge of #110541 - jyn514:fix-configure, r=ozkanonur | Matthias Krüger | -1/+3 |
| 2023-04-19 | configure: Set `profile = user` by default | jyn | -0/+2 |
| 2023-04-19 | configure: Fix bug in `configure_top_level_key` | jyn | -1/+1 |
| 2023-04-19 | Changing position of early exit and using standard error method with correct ... | Mads Ravn | -4/+4 |
| 2023-04-09 | './configure' now checks if 'config.toml' exists before writing to that desti... | Mads Ravn | -0/+6 |
| 2023-03-17 | Use python3.11 in CI to make sure toml is validated | Joshua Nelson | -1/+1 |
| 2023-03-17 | Add tests for configure.py | Joshua Nelson | -198/+219 |
| 2023-03-11 | Rename `config.toml.example` to `config.example.toml` | Thom Chiovoloni | -3/+3 |
| 2023-03-07 | Rollup merge of #108619 - jyn514:llvm-version-check, r=cuviper | Yuki Okushi | -1/+0 |
| 2023-03-05 | Remove the option to disable `llvm-version-check` | Joshua Nelson | -1/+0 |
| 2023-03-04 | Rollup merge of #108632 - Teapot4195:issue-108612-fix, r=ozkanonur | Matthias Krüger | -4/+18 |
| 2023-03-03 | ./configure script should only show blocks (and associated comments) where it... | Alex Huang | -4/+18 |
| 2023-03-02 | Allow setting hashmap toml values in `./configure` | KittyBorgX | -0/+2 |
| 2023-02-19 | Removed trailing spaces to satisfy lint | lionelllohcd | -11/+10 |
| 2023-02-18 | [107049] Recognise top level keys in config.toml.example | lionelllohcd | -5/+22 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2022-12-29 | Respect --set=target.platform during build | Marcus Calhoun-Lopez | -1/+3 |
| 2022-07-10 | Remove unsupported options in configure.py | Joshua Nelson | -5/+2 |
| 2022-05-22 | Quote replace target in bootstrap configure | yue4u | -1/+1 |
| 2022-03-10 | configure: don't serialize empty array elements | Jon Gjengset | -0/+4 |
| 2021-10-12 | Add --enable-debug-assertions-std option to configure script. | Hans Kratz | -0/+1 |
| 2021-10-12 | Add --enable-overflow-checks-std option to configure script. | Hans Kratz | -0/+1 |
| 2021-08-06 | Add options for enabling overflow checks in rustc and std. | Hans Kratz | -0/+1 |
| 2021-07-31 | add two new build flags to build clang and enable llvm plugins | Manuel Drehwald | -0/+2 |
| 2021-07-19 | add --codegen-backends=foo,bar ./configure flag | Pietro Albini | -0/+3 |
| 2021-04-07 | Cleanup option parsing and config.toml.example | Joshua Nelson | -1/+6 |
| 2021-02-07 | HWASan support | Tri Vo | -1/+1 |
| 2020-12-29 | bootstrap: add the dist.compression-formats option | Pietro Albini | -0/+4 |
| 2020-11-16 | x.py: allow a custom string appended to the version | Josh Stone | -0/+1 |
| 2020-11-05 | Infer the default host target from the host toolchain if possible | Joshua Nelson | -1/+1 |
| 2020-10-21 | allow using the system-wide llvm-libunwind as the unwinder | Marc-Antoine Perennou | -1/+1 |
| 2020-06-09 | Add a disabled builder for riscv64 emulated tests | Tom Eccles | -0/+2 |
| 2020-05-10 | remove lldb package from bootstrap, config and build-manifest | Ralf Jung | -1/+0 |
| 2020-02-17 | configure: set LLVM flags with a value | Josh Stone | -3/+3 |
| 2020-02-12 | Rollup merge of #68947 - chrissimpkins:python-fmt, r=alexcrichton | Yuki Okushi | -5/+6 |