about summary refs log tree commit diff
path: root/src/bootstrap/configure.py
AgeCommit message (Expand)AuthorLines
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
2017-10-08Fix typo in commentjohnthagen-1/+1
2017-09-23add aarch64-unknown-linux-musl targetBen Cressey-0/+2
2017-09-17Get the miri test suite to run inside the rustc dev environmentOliver Schneider-0/+1
2017-08-29allow value of key/value pair argument to set option be booleanJeremy Sorensen-2/+8
2017-08-27rustbuild: Rewrite the configure script in PythonAlex Crichton-0/+408