about summary refs log tree commit diff
path: root/src/bootstrap/configure.py
AgeCommit message (Expand)AuthorLines
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
2017-10-14Auto merge of #45102 - petrochenkov:noar, r=alexcrichtonbors-2/+1
2017-10-13Rollup merge of #45121 - johnthagen:pep8-bootstrap, r=alexcrichtonkennytm-17/+31
2017-10-11Fix typo during merge from masterjohnthagen-1/+1
2017-10-11Merge branch 'master' into pep8-bootstrapjohnthagen-4/+4
2017-10-10Rollup merge of #45180 - 0xAX:fix-help-message-in-configure.py, r=Mark-Simula...Steve Klabnik-6/+1
2017-10-11Fix path to x.py in configure.py scriptAlexander Kuleshov-6/+1
2017-10-10Rollup merge of #45116 - johnthagen:typo-fix, r=alexcrichtonkennytm-1/+1
2017-10-09cleanup: rustc doesn't use an external archiverVadim Petrochenkov-2/+1
2017-10-10Rollup merge of #45118 - johnthagen:fix-section-key-name, r=alexcrichtonkennytm-1/+1
2017-10-09Add __future__ imports to increase compatibility with Python 3. Derive Option...johnthagen-1/+2
2017-10-08Fix PEP8 style issues in bootstrap codejohnthagen-17/+31
2017-10-08Fix variable name referencejohnthagen-1/+1
2017-10-08Fix trying to raise a bare str as an exception. This has been deprecated sinc...johnthagen-1/+1