summary refs log tree commit diff
path: root/src/bootstrap/step.rs
AgeCommit message (Expand)AuthorLines
2017-04-19Auto merge of #41170 - Nashenas88:master, r=alexcrichtonbors-1/+3
2017-04-15[rustbuild] Side-step HashMap iteration to preserve command-line step order.Eduard-Mihai Burtescu-2/+2
2017-04-13rustbuild: Fix recompilation of stage0 tools dirAlex Crichton-33/+143
2017-04-12travis: Enable rust-analysis package for more targetsAlex Crichton-0/+1
2017-04-11Touch up rls integrationAlex Crichton-2/+7
2017-04-10Build an RLS package as part of the dist targetNick Cameron-0/+11
2017-04-08Use the existing path when removing the prefix fails. This allows the use of ...Paul Faria-1/+3
2017-04-02Finish the improvements I planned.Nathan Stocks-6/+5
2017-03-20build both editions of the booksteveklabnik-1/+1
2017-03-12rustbuild: Fix testsOliver Middleton-9/+9
2017-03-12rustbuild: Fix compiler docsOliver Middleton-0/+4
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