about summary refs log tree commit diff
path: root/src/bootstrap/step.rs
AgeCommit message (Expand)AuthorLines
2017-01-25rustbuild: Add manifest generation in-treeAlex Crichton-0/+10
2017-01-24rustbuild: Start building --enable-extendedAlex Crichton-0/+14
2017-01-15Auto merge of #39026 - alexcrichton:more-less-cross-stage0, r=aturonbors-1/+13
2017-01-12rustbuild: Actually don't build stage0 target rustcAlex Crichton-1/+13
2017-01-12travis: Start uploading artifacts on commitsAlex Crichton-3/+3
2017-01-10Rollup merge of #38607 - estebank:test-for-36935, r=alexcrichtonSeo Sanghyeon-4/+2
2017-01-08review commentEsteban Küber-2/+1
2017-01-07trying to figure out why this test failes, might need helpEsteban Küber-1/+0
2017-01-06Move check-ui to fulldeps so librustc is availableEsteban Küber-1/+1
2017-01-05rustbuild: Don't build target compilers in stage0Alex Crichton-2/+12
2017-01-04rustbuild: Quickly `dist` cross-host compilersAlex Crichton-20/+427
2016-12-31Auto merge of #38702 - philipc:debuginfo-lldb, r=alexcrichtonbors-6/+10
2016-12-31Auto merge of #38667 - alexcrichton:stage0-tools, r=brsonbors-16/+16
2016-12-30rustbuild: Add more deps on android-copy-libsAlex Crichton-7/+10
2016-12-30rustbuild: Compile all support tools in stage0Alex Crichton-16/+16
2016-12-30rustbuild: allow running debuginfo-lldb tests on linuxPhilip Craig-6/+10
2016-12-29A few small test fixes and such from rollupAlex Crichton-0/+7
2016-12-29Merge branch 'aux-tests' of https://github.com/alexcrichton/rust into rollupAlex Crichton-10/+10
2016-12-29Rollup merge of #38665 - alexcrichton:pretty-only-host, r=brsonAlex Crichton-7/+7
2016-12-29Rollup merge of #38631 - alexcrichton:supafast, r=brsonAlex Crichton-59/+122
2016-12-29rustbuild: Don't run pretty tests by defaultAlex Crichton-10/+12
2016-12-28rustbuild: Move pretty test suites to host-onlyAlex Crichton-7/+7
2016-12-28rustbuild: Compile rustc twice, not thriceAlex Crichton-59/+122
2016-12-28rustbuild: fix host-only rules ignoring targets in dist stepsWang Xuerui-4/+10
2016-12-28rustbuild: clarify comment on target array calculationWang Xuerui-2/+3
2016-12-28rustbuild: get an empty slice the straight-forward wayWang Xuerui-1/+1
2016-12-20Rollup merge of #38471 - alexcrichton:run-debuginfo-tests, r=brsonAlex Crichton-2/+4
2016-12-20Rollup merge of #38468 - xen0n:tarball-wrangling, r=alexcrichtonAlex Crichton-2/+11
2016-12-20Rollup merge of #38398 - ollie27:patch-1, r=alexcrichtonAlex Crichton-1/+1
2016-12-20rustbuild: Run debuginfo tests by defaultAlex Crichton-2/+4
2016-12-20rustbuild: package src only once for build tripleWang Xuerui-1/+1
2016-12-20rustbuild: only plan from build triple for distWang Xuerui-1/+10
2016-12-19add concept of `Step::noop()`Niko Matsakis-16/+15
2016-12-15rustbuild: Stop building docs for libtest by defaultOliver Middleton-1/+1
2016-12-15Auto merge of #38394 - alexcrichton:fix-nightlies, r=brsonbors-1/+6
2016-12-15rustbuild: Package rust-mingw by defaultAlex Crichton-1/+6
2016-12-15Auto merge of #38331 - bluss:assume-stage, r=alexcrichtonbors-0/+4
2016-12-13rustbuild: Add cli option --keep-stageUlrik Sverdrup-0/+4
2016-12-12rustbuild: Fix dist of save-analysis infoAlex Crichton-1/+1
2016-12-09Create tar balls of save-analysis-api metadata for the standard libraries as ...Nick Cameron-0/+4
2016-12-08rustbuild: Implement distcheckAlex Crichton-8/+4
2016-12-08Auto merge of #38076 - alexcrichton:another-rustbuild-bug, r=japaricbors-0/+8
2016-12-07mk: Switch rustbuild to the default build systemAlex Crichton-62/+234
2016-11-29rustbuild: Use src/rustc for assembled compilersAlex Crichton-0/+8
2016-11-28rustbuild: Cross-compiled LLVM depens on hostAlex Crichton-0/+7
2016-11-25rustbuild: Add bench subcommandUlrik Sverdrup-10/+36
2016-11-14rustbuild: Tweak default rule inclusionAlex Crichton-2/+4
2016-11-11bootstrap: rust-docs is a default packageBrian Anderson-0/+1
2016-11-05Only test docs and such for the hostAlex Crichton-4/+12
2016-11-05Fix tests from the rollupAlex Crichton-2/+2