about summary refs log tree commit diff
path: root/src/bootstrap/tool.rs
AgeCommit message (Expand)AuthorLines
2018-08-02Update Cargo submoduleAlex Crichton-0/+4
2018-07-26Refactor is_external_tool into source_typeTatsuyuki Ishi-11/+21
2018-07-25Discriminate between external and optional toolsTatsuyuki Ishi-13/+20
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-7/+23
2018-07-21Run the error index tool against the sysroot libdirMark Rousskov-2/+2
2018-07-11Remove unused variableOliver Schneider-1/+0
2018-07-11Hitchhike with rls into stableOliver Schneider-1/+1
2018-07-09Also distribute cargo clippyOliver Schneider-0/+8
2018-07-09Inject clippy into the rls againOliver Schneider-0/+9
2018-07-06Rollup merge of #52080 - oli-obk:dep_dedup_diagnostics, r=kennytmkennytm-6/+22
2018-07-05Address review commentsOliver Schneider-12/+5
2018-07-05Only display difference of features, not all featuresOliver Schneider-4/+22
2018-07-05Vertical list of tools to checkOliver Schneider-2/+7
2018-07-05Update Cargo.lock dependenciesAlex Crichton-1/+4
2018-07-03Compile stage0 tools with the raw bootstrap compilerAlex Crichton-15/+20
2018-07-01Did you mean to block nightlies on clippy?Oliver Schneider-1/+1
2018-06-25Do not build LLVM tools for any of the toolsMark Simulacrum-6/+3
2018-06-10Added comment to explain why only RustIstaller has `llvm_tools = false`.kennytm-0/+3
2018-06-10Allow some tools to be run without first building LLVM.kennytm-16/+25
2018-06-03thread tool modes throughCollins Abitekaniza-6/+17
2018-06-03refactor, make requested changesCollins Abitekaniza-7/+7
2018-06-03refactor Mode enumCollins Abitekaniza-27/+27
2018-05-17Rename rustdoc to use underscoresMark Simulacrum-1/+1
2018-05-15Don't inject clippy into the rls anymoreOliver Schneider-9/+0
2018-05-04bootstrap: Fix LLVM bin path setup for Windows.Michael Woerister-3/+39
2018-04-17Remove uses of Build across Builder stepsMark Simulacrum-43/+39
2018-04-11Don't inject clippy into rls on stable/betaOliver Schneider-1/+2
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-1/+0
2018-04-03Avoid printing output when in dry run modeMark Simulacrum-2/+3
2018-04-03Refactor to use a dry-run config instead of cfg(test)Mark Simulacrum-3/+3
2018-04-03Stub out less codeMark Simulacrum-5/+1
2018-04-03Stub out various functions during testingMark Simulacrum-1/+5
2018-03-26rustbuild: Fail the build if we build Cargo twiceAlex Crichton-1/+74
2018-03-25rustbuild: Disable docs on cross-compiled buildsAlex Crichton-0/+4
2018-03-17rustbuild: Tweak where timing information goesAlex Crichton-6/+6
2018-03-16Automatically enable the `clippy` feature of `rls` if clippy buildsOliver Schneider-3/+21
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