about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2017-10-29Support Dragonfly when building OpensslMichael Neumann-0/+1
2017-10-29ci: Upgrade Android SDK/NDK and refactor to use sdkmanager/avdmanager.kennytm-4/+31
2017-10-28Auto merge of #45589 - kennytm:rollup, r=kennytmbors-2/+5
2017-10-28Rollup merge of #45535 - topecongiro:bootstrap-exit-code, r=kennytmkennytm-2/+5
2017-10-28Auto merge of #45566 - cuviper:option-checking, r=alexcrichtonbors-4/+14
2017-10-27Return 0 when ./x.py has no subcommandtopecongiro-2/+5
2017-10-26config.toml: Add stubs for recognized-but-unused install pathsJosh Stone-0/+5
2017-10-26configure.py: fix --disable-option-checkingJosh Stone-4/+9
2017-10-26Bump to 1.23 and update bootstrapAlex Crichton-1/+1
2017-10-26issue #45357 don't build clippy stage 1matt rice-1/+4
2017-10-26Rollup merge of #45496 - kennytm:bootstrap-fix-extension-check, r=alexcrichtonkennytm-4/+12
2017-10-25Rollup merge of #45465 - glaubitz:sparc64, r=alexcrichtonGuillaume Gomez-0/+1
2017-10-24Auto merge of #44603 - SimonSapin:stylo, r=alexcrichtonbors-1/+0
2017-10-24Auto merge of #45446 - leodasvacas:remove-libcollections, r=alexcrichtonbors-2/+1
2017-10-25rustbuild: Fix `no output generated` error for next bootstrap cargo.kennytm-4/+12
2017-10-24bootstrap: Add openssl configuration for sparc64-unknown-linux-gnuJohn Paul Adrian Glaubitz-0/+1
2017-10-23Move cargotest to separate jobs on Travis-CI and AppVeyorSimon Sapin-1/+0
2017-10-22Auto merge of #45304 - kennytm:travis-color-color-conflict, r=aturonbors-2/+2
2017-10-22Don't build docs for removed libcollections.leonardo.yvens-1/+1
2017-10-22Remove deprecated `collections` crate.leonardo.yvens-1/+0
2017-10-22Auto merge of #45432 - ollie27:rustbuild_error_index_gen, r=Mark-Simulacrumbors-5/+5
2017-10-22Auto merge of #45433 - ollie27:rustbuild_nomicon, r=Mark-Simulacrumbors-1/+1
2017-10-22Auto merge of #45400 - alexcrichton:bootstrap-thinlto, r=Mark-Simulacrumbors-6/+18
2017-10-21Auto merge of #45366 - ollie27:rustbuild_compiler_docs, r=alexcrichtonbors-5/+3
2017-10-21rustbuild: Fix path for the nomiconOliver Middleton-1/+1
2017-10-21rustbuild: Build stage 1 error index generator at stage 0Oliver Middleton-5/+5
2017-10-21Fix rustbuild --color conflict when building on Travis outside of Docker.kennytm-2/+2
2017-10-20rustbuild: Compile rustc with ThinLTOAlex Crichton-6/+18
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