about summary refs log tree commit diff
path: root/src/bootstrap/configure.py
AgeCommit message (Expand)AuthorLines
2023-11-09chore(bootstrap): capitalize {error, warning, info, note} tagsonur-ozkan-2/+2
2023-11-02Force mangling version for rustc_codegen_gccGuillaume Gomez-0/+1
2023-10-23Improve android-ndk property interfacePeter Collingbourne-14/+1
2023-09-05support `{disable,enable}-patch-binaries-for-nix` in configure.pyonur-ozkan-0/+1
2023-08-02Add more context to `quit_if_file_exists` in `configure.py`Trevor Gross-2/+9
2023-07-14put configure behind a groupjyn-0/+4
2023-06-26bootstrap: rename 'user' profile to 'dist'clubby789-1/+1
2023-06-25fix some bugsjyn-1/+3
2023-06-23Fix progress messages for configure in bootstrap_test.pyjyn-1/+1
2023-06-16Apply changes to fix python linting errorsTrevor Gross-5/+5
2023-06-03Allow disabling truncation for long config linesjyn-3/+10
2023-04-27fix bug in set argsyukang-1/+1
2023-04-27Fix help message of option for checking Listyukang-4/+3
2023-04-27configure --set support list as argumentsyukang-0/+7
2023-04-25configure.py: add flag for riscv{64,32}gc musl-rootjchzhou-0/+4
2023-04-19Rollup merge of #110541 - jyn514:fix-configure, r=ozkanonurMatthias Krüger-1/+3
2023-04-19configure: Set `profile = user` by defaultjyn-0/+2
2023-04-19configure: Fix bug in `configure_top_level_key`jyn-1/+1
2023-04-19Changing 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-17Use python3.11 in CI to make sure toml is validatedJoshua Nelson-1/+1
2023-03-17Add tests for configure.pyJoshua Nelson-198/+219
2023-03-11Rename `config.toml.example` to `config.example.toml`Thom Chiovoloni-3/+3
2023-03-07Rollup merge of #108619 - jyn514:llvm-version-check, r=cuviperYuki Okushi-1/+0
2023-03-05Remove the option to disable `llvm-version-check`Joshua Nelson-1/+0
2023-03-04Rollup merge of #108632 - Teapot4195:issue-108612-fix, r=ozkanonurMatthias Krüger-4/+18
2023-03-03./configure script should only show blocks (and associated comments) where it...Alex Huang-4/+18
2023-03-02Allow setting hashmap toml values in `./configure`KittyBorgX-0/+2
2023-02-19Removed trailing spaces to satisfy lintlionelllohcd-11/+10
2023-02-18[107049] Recognise top level keys in config.toml.examplelionelllohcd-5/+22
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-1/+1
2022-12-29Respect --set=target.platform during buildMarcus Calhoun-Lopez-1/+3
2022-07-10Remove unsupported options in configure.pyJoshua Nelson-5/+2
2022-05-22Quote replace target in bootstrap configureyue4u-1/+1
2022-03-10configure: don't serialize empty array elementsJon Gjengset-0/+4
2021-10-12Add --enable-debug-assertions-std option to configure script.Hans Kratz-0/+1
2021-10-12Add --enable-overflow-checks-std option to configure script.Hans Kratz-0/+1
2021-08-06Add options for enabling overflow checks in rustc and std.Hans Kratz-0/+1
2021-07-31add two new build flags to build clang and enable llvm pluginsManuel Drehwald-0/+2
2021-07-19add --codegen-backends=foo,bar ./configure flagPietro Albini-0/+3
2021-04-07Cleanup option parsing and config.toml.exampleJoshua Nelson-1/+6
2021-02-07HWASan supportTri Vo-1/+1
2020-12-29bootstrap: add the dist.compression-formats optionPietro Albini-0/+4
2020-11-16x.py: allow a custom string appended to the versionJosh Stone-0/+1
2020-11-05Infer the default host target from the host toolchain if possibleJoshua Nelson-1/+1
2020-10-21allow using the system-wide llvm-libunwind as the unwinderMarc-Antoine Perennou-1/+1
2020-06-09Add a disabled builder for riscv64 emulated testsTom Eccles-0/+2
2020-05-10remove lldb package from bootstrap, config and build-manifestRalf Jung-1/+0
2020-02-17configure: set LLVM flags with a valueJosh Stone-3/+3
2020-02-12Rollup merge of #68947 - chrissimpkins:python-fmt, r=alexcrichtonYuki Okushi-5/+6