summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2017-02-28travis: Split Android into dist/test imagesAlex Crichton-4/+0
2017-02-23Fix typo in bootstrap.py info messageDirkjan Ochtman-1/+1
2017-02-23Guard against USER not existing in the environmentDirkjan Ochtman-1/+1
2017-02-23Don't check for sudo environment if vendored sources are already configuredDirkjan Ochtman-1/+1
2017-02-11rustbuild: Clean build/dist on `make clean`Alex Crichton-0/+1
2017-02-10rustbuild: Add x.py to source tarballsAlex Crichton-1/+2
2017-02-09Auto merge of #39667 - alexcrichton:beta-next, r=brsonbors-0/+5
2017-02-08rustbuild: Pass -fPIC on 32-bit non-Windows platformsAlex Crichton-0/+5
2017-02-05[beta] Fix branch name Cargo's downloaded fromAlex Crichton-3/+1
2017-01-30Auto merge of #39368 - alexcrichton:fix-upload-dirs, r=aturonbors-1/+3
2017-01-30travis: Tweak artifact uploadsAlex Crichton-1/+3
2017-01-29Bootstrap: append libjemalloc_pic.aTatsuyuki Ishi-1/+1
2017-01-25rustbuild: Add manifest generation in-treeAlex Crichton-1/+91
2017-01-24rustbuild: Start building --enable-extendedAlex Crichton-8/+415
2017-01-21Auto merge of #39206 - MJDSys:fix_rustbuild_libdir, r=alexcrichtonbors-2/+12
2017-01-21Auto merge of #39086 - aidanhs:aphs-local-rebuild-no-jemalloc, r=alexcrichtonbors-1/+10
2017-01-20More test fixes from rollupAlex Crichton-1/+5
2017-01-20Fix rustbuild to work with --libdir.Matthew Dawson-2/+12
2017-01-20Rollup merge of #39120 - alexcrichton:emscripten-tests, r=brsonAlex Crichton-1/+1
2017-01-19travis: Get an emscripten builder onlineAlex Crichton-1/+1
2017-01-16travis: Expand the `cross` linux imageAlex Crichton-4/+12
2017-01-16Expose a feature to force use of alloc_system, teach rustbuildAidan Hobson Sayers-1/+10
2017-01-15Auto merge of #39052 - alexcrichton:fix-rebuild, r=brsonbors-4/+10
2017-01-15Auto merge of #39026 - alexcrichton:more-less-cross-stage0, r=aturonbors-1/+13
2017-01-13rustbuild: Skip the build_helper crate in testsAlex Crichton-4/+10
2017-01-12rustbuild: Actually don't build stage0 target rustcAlex Crichton-1/+13
2017-01-12travis: Start uploading artifacts on commitsAlex Crichton-26/+46
2017-01-12Auto merge of #38654 - alexcrichton:rustbuild-destdir, r=brsonbors-24/+65
2017-01-10rustbuild: Don't enable debuginfo in rustcAlex Crichton-0/+16
2017-01-10Rollup merge of #38607 - estebank:test-for-36935, r=alexcrichtonSeo Sanghyeon-4/+2
2017-01-09Auto merge of #38929 - Manishearth:compiler-docs, r=alexcrichtonbors-9/+17
2017-01-08review commentEsteban Küber-2/+1
2017-01-08Don't restrict docs in compiler-docs modeManish Goregaokar-9/+17
2017-01-09Auto merge of #38907 - alexcrichton:curl-retry, r=japaricbors-1/+1
2017-01-08Auto merge of #38853 - alexcrichton:better-dist, r=brsonbors-2/+12
2017-01-07trying to figure out why this test failes, might need helpEsteban Küber-1/+0
2017-01-07rustbuild: Pass --retry 3 to curlAlex Crichton-1/+1
2017-01-07Auto merge of #38858 - ollie27:rustbuild_docs_std, r=alexcrichtonbors-1/+10
2017-01-06Move check-ui to fulldeps so librustc is availableEsteban Küber-1/+1
2017-01-05rustbuild: Stop building docs for std dependanciesOliver Middleton-1/+10
2017-01-05rustbuild: Don't build target compilers in stage0Alex Crichton-2/+12
2017-01-05Auto merge of #38731 - alexcrichton:supafast-cross-dist, r=brsonbors-29/+446
2017-01-04rustbuild: Quickly `dist` cross-host compilersAlex Crichton-29/+446
2017-01-03rustbuild: Update where we look for mtime changesAlex Crichton-1/+1
2017-01-03rustbuild: Allow create_sysroot in stage0Alex Crichton-5/+0
2017-01-02rustbuild: fix dist-analysis with full bootstrap disabledWang Xuerui-1/+9
2017-01-01Auto merge of #38736 - xen0n:save-the-save-analysis, r=alexcrichtonbors-1/+10
2016-12-31Auto merge of #38708 - alexcrichton:add-distcheck, r=brsonbors-2/+16
2016-12-31rustbuild: fix save-analysis not being saved for 2-stage buildsWang Xuerui-4/+5
2016-12-31Auto merge of #38702 - philipc:debuginfo-lldb, r=alexcrichtonbors-6/+10