about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2017-10-20Auto merge of #44792 - Mark-Simulacrum:correct-deps, r=alexcrichtonbors-79/+132
2017-10-19Make tools which may not build return Option.Mark Simulacrum-53/+65
2017-10-20Rollup merge of #45382 - Keruspe:master, r=Mark-Simulacrumkennytm-1/+1
2017-10-20Rollup merge of #45375 - topecongiro:enable-tilde, r=Mark-Simulacrumkennytm-1/+1
2017-10-20Rollup merge of #45374 - topecongiro:remove-enable-rustbuild-config-option, r...kennytm-2/+2
2017-10-19rustbuild: fix dist in debug modeMarc-Antoine Perennou-1/+1
2017-10-18Make sure to clear out the stageN-{rustc,std,tools} directories.Mark Simulacrum-31/+72
2017-10-19Allow passing a path with tildetopecongiro-1/+1
2017-10-19Fix typostopecongiro-2/+2
2017-10-19Remove --enable-rustbuild config option from exampletopecongiro-1/+1
2017-10-19Rollup merge of #45326 - cuviper:min-llvm-3.9, r=alexcrichtonkennytm-4/+8
2017-10-17bootstrap: Avoid fetching jemalloc if it's disabledTatsuyuki Ishi-1/+2
2017-10-16Merge branch 'master' into future_importsjohnthagen-214/+365
2017-10-16bootstrap: update and enable the LLVM version-checkJosh Stone-4/+8
2017-10-16rustbuild: Allow setting rls/rustfmt to "broken"Alex Crichton-88/+115
2017-10-16Re-enable linker override for cross-compilationVadim Petrochenkov-2/+3
2017-10-15Don't use target's linker when linking build scriptsVadim Petrochenkov-41/+33
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-36/+130
2017-10-15Auto merge of #45299 - kennytm:rollup, r=kennytmbors-1/+1
2017-10-15Rollup merge of #45264 - 0xAX:fix-typo-bootstrap-readm, r=kennytmkennytm-1/+1
2017-10-15Auto merge of #45224 - malbarbo:x32, r=alexcrichtonbors-1/+1
2017-10-14Auto merge of #45177 - oli-obk:clippy, r=alexcrichtonbors-4/+9
2017-10-14Auto merge of #45102 - petrochenkov:noar, r=alexcrichtonbors-9/+2
2017-10-13fix typo in src/bootstrap/README.mdAlexander Kuleshov-1/+1
2017-10-13Auto merge of #45261 - kennytm:rollup, r=kennytmbors-24/+47
2017-10-13Rollup merge of #45236 - alexcrichton:build-less, r=Mark-Simulacrumkennytm-4/+10
2017-10-13Rollup merge of #45209 - kennytm:treat-checksum-error-as-download-error, r=Ma...kennytm-20/+37
2017-10-13Auto merge of #45063 - michaelwoerister:bring-back-incremental-info, r=nikoma...bors-4/+0
2017-10-13Rollup merge of #45121 - johnthagen:pep8-bootstrap, r=alexcrichtonkennytm-17/+32
2017-10-13Rollup merge of #44989 - QuietMisdreavus:what-is-your-quest, r=GuillaumeGomezkennytm-1/+13
2017-10-12rustbuild: Prevent spurious rebuilds of the RLSAlex Crichton-4/+10
2017-10-11Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 supportMarco A L Barbosa-1/+1
2017-10-12rustbuild: Make openssl download more reliable.kennytm-20/+37
2017-10-11Fix typo during merge from masterjohnthagen-1/+1
2017-10-11Merge branch 'master' into pep8-bootstrapjohnthagen-9/+7
2017-10-10render the rust version into std/compiler/test docsQuietMisdreavus-1/+13
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-10Enable building clippy in CIOliver Schneider-4/+9
2017-10-10Rollup merge of #45116 - johnthagen:typo-fix, r=alexcrichtonkennytm-2/+2
2017-10-10Auto merge of #45141 - kennytm:rollup, r=kennytmbors-3/+3
2017-10-10Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundibors-3/+1
2017-10-09cleanup: rustc doesn't use an external archiverVadim Petrochenkov-9/+2
2017-10-10Rollup merge of #45120 - johnthagen:none-identity-test, r=sfacklerkennytm-1/+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-2/+4
2017-10-08Fix PEP8 style issues in bootstrap codejohnthagen-17/+32
2017-10-08Use identity operator `is` when comparing to Nonejohnthagen-1/+1
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