about summary refs log tree commit diff
path: root/src/bootstrap/configure.py
AgeCommit message (Expand)AuthorLines
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
2020-02-10Enable Control Flow Guard in rustbuildAndrew Paverd-0/+1
2020-02-07PEP8 format spacingChris Simpkins-5/+6
2019-12-13Fix the configure.py TOML field for a couple LLVM optionsJosh Stone-2/+2
2019-10-26ci: add support for MIPS64 musl targetsWang Xuerui-0/+4
2019-10-21Remove `src/llvm-emscripten` submoduleAlex Crichton-4/+1
2019-08-08remove test-miri flag from bootstrapRalf Jung-1/+0
2019-08-02Added support for armv7-unknown-linux-gnueabi and armv7-unknown-linux-musleabi.Adrian Budau-1/+3
2019-07-23Require a value for configure --debuginfo-levelJosh Stone-5/+5
2019-05-24rustbuild: Simplify debuginfo configurationVadim Petrochenkov-5/+5
2019-04-03Support using LLVM's libunwind as the unwinder implementationPetr Hosek-0/+2
2019-01-28Fix CIJohn Kåre Alsaker-1/+1
2019-01-13Support passing cflags/cxxflags/ldflags to LLVM buildPetr Hosek-0/+4
2019-01-05Provide the option to use libc++ even on all platformsPetr Hosek-0/+1
2018-12-25Remove licensesMark Rousskov-9/+0
2018-12-13Add targets thumbv7neon-linux-androideabi and thumbv7neon-unknown-linux-gnuea...Henri Sivonen-0/+2
2018-11-06Rollup merge of #55703 - pnkfelix:update-configure-help-to-reflect-pr-54811, ...kennytm-1/+1
2018-11-06Auto merge of #55106 - petrhosek:fuchsia-lld, r=alexcrichtonbors-0/+1
2018-11-05Use lld directly for Fuchsia targetPetr Hosek-0/+1
2018-11-05This should have been part of PR #54811 (my bad).Felix S. Klock II-1/+1
2018-11-02Remove all jemalloc-related contentAlex Crichton-5/+0
2018-10-28Avoid directly catching BaseException in bootstrap configure scriptKonrad Borowski-1/+1
2018-10-26Make configure.py handle numeric arguments for `--set` a little better.Michael Woerister-1/+12
2018-10-20Update Cargo, build curl/OpenSSL statically via featuresAlex Crichton-1/+1
2018-10-01Fix conditions to allow missing tools in CIChristian Poveda-1/+1
2018-09-28Add enable-missing-tools optionChristian Poveda-0/+1
2018-09-25Improvements to finding LLVM's FileCheckTom Tromey-0/+6
2018-08-14Add lldb to the buildTom Tromey-1/+2
2018-07-10bootstrap: write texts to a .tmp file first for atomicityNODA, Kai-2/+2
2018-06-21Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrumbors-0/+1
2018-06-07quiet-tests -> !verbose-testsOliver Schneider-1/+1