about summary refs log tree commit diff
path: root/src/bootstrap/step.rs
AgeCommit message (Expand)AuthorLines
2017-07-20Remove step.rsMark Simulacrum-1820/+0
2017-07-17Run RLS testsNick Cameron-1/+5
2017-07-11fail in case nothing to run was foundGuillaume Gomez-1/+10
2017-07-04Use build.build instead of build.config.buildMark Simulacrum-52/+52
2017-07-04Move targets, hosts, and build triple into Build.Mark Simulacrum-15/+7
2017-07-04Clippy lintsMark Simulacrum-4/+4
2017-06-16Auto merge of #42612 - est31:master, r=nagisabors-1/+20
2017-06-16Fix cross compilationest31-8/+8
2017-06-15Only run check-linkchecker when actually building docsXimin Luo-1/+1
2017-06-15Ensure that disable-doc builds don't depend on doc targetsXimin Luo-1/+26
2017-06-14Autogenerate stubs and the summary of the unstable bookest31-1/+20
2017-06-02rustbuild: Add `./x.py test --no-fail-fast`Josh Stone-2/+10
2017-05-24rustbuild: distcheck needs rust-src tooMarc-Antoine Perennou-0/+1
2017-05-23rustbuild: make distcheck depend on dist-plain-source-tarballMarc-Antoine Perennou-1/+1
2017-05-23rustbuild: drop unused macro in tetsMarc-Antoine Perennou-4/+0
2017-05-22rustbuild: split Install out of Dist subcommandMarc-Antoine Perennou-10/+58
2017-05-18rustbuild: refactor installMarc-Antoine Perennou-1/+1
2017-05-14Force tool-rust-installer deps to build-onlyJosh Stone-9/+17
2017-05-14Update to the oxidized rust-installerJosh Stone-0/+13
2017-05-04Add remote device testing supportMátyás Mustoha-18/+18
2017-04-29Update stage0 bootstrap compilerAlex Crichton-2/+2
2017-04-29Auto merge of #41577 - Keruspe:master, r=alexcrichtonbors-0/+3
2017-04-28rustbuild: only build cargo for hostMarc-Antoine Perennou-0/+1
2017-04-27travis: Parallelize tests on AndroidAlex Crichton-8/+8
2017-04-27rustbuild: build cargo and rls as part of extended buildMarc-Antoine Perennou-0/+2
2017-04-24Run tests for the cargo submodule in treeAlex Crichton-0/+4
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