about summary refs log tree commit diff
path: root/src/bootstrap/tool.rs
AgeCommit message (Expand)AuthorLines
2020-09-22Auto merge of #76799 - Mark-Simulacrum:fix-cross-compile-dist, r=alexcrichtonbors-1/+5
2020-09-20Provide bootstrap tools with RUSTC in environmentMark Rousskov-0/+4
2020-09-18bootstrap: move the version number to a plaintext filePietro Albini-2/+1
2020-09-16Build rustdoc for cross-compiled targetsMark Rousskov-1/+5
2020-09-13Auto-generate lint documentation.Eric Huss-0/+1
2020-09-11Remove host parameter from step configurationsMark Rousskov-2/+3
2020-09-06Make bootstrap build on stableMark Rousskov-2/+4
2020-07-19Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandrybors-0/+1
2020-07-17Generating the coverage mapRich Kadel-0/+1
2020-07-17Teach bootstrap about target files vs target triplesJake Goulding-13/+13
2020-07-03Add rust-analyzer submoduleAleksey Kladov-1/+2
2020-07-01Tests for number of times rustdoc is built with x.py test and doc.Eric Huss-2/+2
2020-06-29Compile rustdoc less often.Eric Huss-3/+3
2020-06-26Remove mdbook-linkcheck.Eric Huss-17/+2
2020-06-25Support configurable deny-warnings for all in-tree crates.Eric Huss-9/+10
2020-06-17Add src/librustdoc as an alias for src/tools/rustdocJoshua Nelson-1/+1
2020-06-12x.py: do not build Miri by defaultRalf Jung-12/+18
2020-06-01bump Miri, update for cargo-miri being a separate projectRalf Jung-1/+3
2020-05-28Set CFG_RELEASE for tools in bootstrap/tool.rsIgor Matuszewski-0/+4
2020-05-02Gate on clippy on CIOliver Scherer-4/+2
2020-04-20Do not build tools if user do not want themMateusz Mikuła-1/+9
2020-03-24ci: add github actions configurationPietro Albini-0/+1
2020-03-18Rename add_lib_path to add_dylib_pathJosh Stone-3/+3
2020-02-03bootstrap: fix clippy warningsMatthias Krüger-1/+1
2020-01-08Build compiletest with in-tree libtestJosh Stone-2/+8
2020-01-08Remove obsolete llvm_tools flagJosh Stone-11/+1
2019-12-22Format the worldMark Rousskov-101/+102
2019-10-28Use rustc-workspace-hack for rustbookSamuel Holland-0/+1
2019-09-23Move handling of `-Cprefer-dynamic` into `builder.rs`Alex Crichton-4/+0
2019-09-23Allow adding `RUSTFLAGS` after `Builder::cargo`Alex Crichton-6/+6
2019-08-23bootstrap: Merge the libtest build step with libstdAlex Crichton-36/+3
2019-08-09Check links on all platforms when running locallyMateusz Mikuła-3/+23
2019-07-15ci: Remove Travis/AppVeyor configurationAlex Crichton-2/+0
2019-07-12rustbuild: Improve assert about building tools onceAlex Crichton-21/+48
2019-06-13Inline prepare_tool_cmdMark Rousskov-15/+7
2019-06-13Delete unnecessary commandMark Rousskov-7/+3
2019-06-05rustbuild: Include `rustfmt` in deduplicated dependenciesAlex Crichton-0/+1
2019-05-30Auto merge of #61212 - alexcrichton:skip-rustc, r=pietroalbinibors-15/+15
2019-05-26ci: Attempt to skip a full rustc compile on dist*Alex Crichton-15/+15
2019-05-25Add clippy and fix commands to x.pyljedrz-1/+1
2019-05-24rustbuild: Simplify debuginfo configurationVadim Petrochenkov-4/+0
2019-05-09remove unneeded `extern crate`s from build toolsAndy Russell-0/+2
2019-04-29bootstrap: Don't add LLVM's bin directory to the PATH for tool invocations.Michael Woerister-51/+0
2019-03-30Don't ignore git for LLVM infoJosh Stone-1/+1
2019-03-20Auto merge of #58897 - Mark-Simulacrum:tool-rework, r=alexcrichtonbors-39/+73
2019-03-16Fix formattingbjorn3-1/+1
2019-03-16[bootstrap] Remove llvm.enabled configbjorn3-2/+2
2019-03-06Make Cargo a rustc tool againJohn Kåre Alsaker-1/+1
2019-03-05Bootstrap changesJohn Kåre Alsaker-2/+3
2019-03-03Permit getting stage 0 rustdocMark Rousskov-3/+5