about summary refs log tree commit diff
path: root/src/bootstrap/step.rs
AgeCommit message (Expand)AuthorLines
2017-03-11Auto merge of #40199 - alexcrichton:doc-proc-macro, r=brsonbors-1/+1
2017-03-10Don't put Cargo into the rustc workspaceAlex Crichton-1/+1
2017-03-10rustbuild: Build documentation for `proc_macro`Alex Crichton-1/+1
2017-03-04Separate "ui-fulldeps" tests from "ui" testsVadim Petrochenkov-2/+4
2017-03-03Auto merge of #39917 - alexcrichton:build-cargo, r=brsonbors-2/+28
2017-03-03rustbuild: Add support for compiling CargoAlex Crichton-2/+28
2017-02-28rustbuild: sort rules by the order of matching CLI paths.Eduard-Mihai Burtescu-5/+18
2017-02-28rustbuild: use a BTreeMap for the ruleset for determinism.Eduard-Mihai Burtescu-3/+3
2017-02-24Auto merge of #39851 - alexcrichton:verify-unstable, r=brsonbors-25/+25
2017-02-21Create "The Unstable Book"Steve Klabnik-0/+9
2017-02-21test: Verify all sysroot crates are unstableAlex Crichton-25/+25
2017-02-21Start the port of the reference to mdBookSteve Klabnik-0/+9
2017-01-29Add support for test suites emulated in QEMUAlex Crichton-12/+43
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