summary refs log tree commit diff
path: root/src/bootstrap/configure.py
AgeCommit message (Expand)AuthorLines
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