about summary refs log tree commit diff
path: root/src/bootstrap/configure.py
AgeCommit message (Expand)AuthorLines
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
2018-06-03ship LLVM tools with the toolchainJorge Aparicio-0/+1
2018-05-04Add eabi suffix to armv5te musl targetHarm Berntsen-1/+1
2018-05-03Add armv5te-unknown-linux-musl targetHarm Berntsen-0/+2
2018-04-13rustbuild: allow building tools with debuginfoJosh Stone-0/+1
2018-04-08configure.py --tools should set a list instead of a stringDan Callaghan-1/+3
2018-03-18Add a CI job for parallel rustc using x.py checkJohn Kåre Alsaker-0/+1
2018-03-09rustbuild: Remove ThinLTO-related configurationAlex Crichton-1/+0
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-0/+5
2018-02-05Add build.tools option to manage installation of extended rust tools.O01eg-0/+1
2018-02-03Disable ThinLTO for dist builds.Mark Simulacrum-0/+1
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-0/+3
2018-01-22Do not assume dynamic linking for musl/mips[el] targetsMarco A L Barbosa-0/+4
2018-01-11Add i586-unknown-linux-musl targetMarco A L Barbosa-0/+2
2017-12-03Record build and test result of extended tools into toolstates.json.kennytm-0/+1
2017-10-26configure.py: fix --disable-option-checkingJosh Stone-4/+9
2017-10-16Merge branch 'master' into future_importsjohnthagen-28/+36