summary refs log tree commit diff
path: root/src/bootstrap/tool.rs
AgeCommit message (Expand)AuthorLines
2018-02-08Convert python script to rustGuillaume Gomez-0/+1
2017-12-27Clarify toolstate names. Move publish.py to a more convenient location.kennytm-2/+2
2017-12-27Revert "Add a file to trivially disable tool building or testing"kennytm-24/+13
2017-12-03Record build and test result of extended tools into toolstates.json.kennytm-1/+13
2017-11-22Always ignore build failure of failable tools (rls, rustfmt, clippy, miri).kennytm-2/+9
2017-11-16rustbuild: make tidy happyMarc-Antoine Perennou-1/+2
2017-11-16rustbuild: dist cargo-fmt as part of rustfmtMarc-Antoine Perennou-0/+1
2017-11-16rustbuild: use a macro to define "extended" toolsMarc-Antoine Perennou-135/+50
2017-11-03issue #45357 set clippy build condition to extended.matt rice-4/+2
2017-10-26issue #45357 don't build clippy stage 1matt rice-1/+4
2017-10-21rustbuild: Build stage 1 error index generator at stage 0Oliver Middleton-5/+5
2017-10-19Make tools which may not build return Option.Mark Simulacrum-18/+22
2017-10-18Make sure to clear out the stageN-{rustc,std,tools} directories.Mark Simulacrum-12/+32
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-1/+1
2017-10-10Enable building clippy in CIOliver Schneider-2/+2
2017-09-28Update to the `cc` crateAlex Crichton-0/+4
2017-09-27Add RLS and Rustfmt to the toolstate mechanismNick Cameron-2/+2
2017-09-26Allow rustdoc to get compiled with debuginfoMark Simulacrum-0/+5
2017-09-19Disable clippy buildingOliver Schneider-1/+1
2017-09-19Add clippy to `toolstate.toml`Oliver Schneider-2/+2
2017-09-17Rebase falloutOliver Schneider-0/+1
2017-09-17Add a file to trivially disable tool building or testingOliver Schneider-3/+13
2017-09-17Get the miri test suite to run inside the rustc dev environmentOliver Schneider-0/+35
2017-09-17Rollup merge of #44533 - nrc:rustfmt-submod, r=alexcrichtonTim Neumann-0/+34
2017-09-16Rollup merge of #44616 - alexcrichton:rustdoc-fix-again-whee, r=Mark-SimulacrumAlex Crichton-3/+5
2017-09-15rustbuild: Fix test "test rustdoc" invocationAlex Crichton-3/+5
2017-09-15rustbuild: Compile the error-index in stage 2Alex Crichton-2/+14
2017-09-13Build and test RustfmtNick Cameron-0/+34
2017-09-09rustbuild: Switch back to using hard linksAlex Crichton-5/+15
2017-09-03Auto merge of #44176 - nrc:update-rls, r=alexcrichtonbors-0/+1
2017-09-02Auto merge of #43886 - oli-obk:clippy, r=nrcbors-0/+38
2017-08-31Set CFG_VERSION env var for tool buildsNick Cameron-0/+1
2017-08-28rustbuild: Fix dependencies of build-manifestAlex Crichton-1/+1
2017-08-24Require adding clippy's path to the `x.py` invocationOliver Schneider-1/+1
2017-08-15Add clippy as a submoduleOliver Schneider-0/+38
2017-08-13Build rustdoc with the native build tripleMark Simulacrum-1/+1
2017-08-13Cargotest needs only one rustdoc.exe to exist on WindowsMark Simulacrum-1/+4
2017-08-13Clean tools after building libstd/libtest/librustc.Mark Simulacrum-6/+4
2017-08-13Build rustdoc only at the top stageMark Simulacrum-3/+3
2017-08-13Build rustdoc with the stageN compiler in N >= 2.Mark Simulacrum-0/+4
2017-08-13Make the message for building rustdoc slightly nicerMark Simulacrum-32/+48
2017-08-13Add ability to ignore git when building rust.Mark Simulacrum-1/+1
2017-07-27Correct a few run.host invocations where run.target is intended.Mark Simulacrum-3/+3
2017-07-27Explain why we subtract one from the stageMark Simulacrum-0/+3
2017-07-27Build rustdoc on-demand.Mark Simulacrum-1/+52
2017-07-27Change tools to take a compiler instead of a stage.Mark Simulacrum-32/+29
2017-07-25Bump master to 1.21.0Alex Crichton-1/+1
2017-07-20Change make_run signature to taking a RunConfig struct for refactorability.Mark Simulacrum-32/+18
2017-07-20Add an optional condition to constrain defaults.Mark Simulacrum-8/+4
2017-07-20Remove step.rs commentsMark Simulacrum-91/+0