about summary refs log tree commit diff
path: root/src/bootstrap/tool.rs
AgeCommit message (Expand)AuthorLines
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
2019-03-03Tools built by the bootstrap compiler must be built by itMark Rousskov-36/+68
2019-02-25bootstrap: deny(rust_2018_idioms)Taiki Endo-18/+18
2019-02-13Auto merge of #58238 - Mark-Simulacrum:doctest-fix, r=alexcrichtonbors-18/+18
2019-02-11This fixes doctests in stage 1Mark Rousskov-18/+12
2019-02-11Never build rustdoc in stage 0Mark Rousskov-0/+6
2019-02-10rustc: doc commentsAlexander Regueiro-2/+2
2019-01-30bootstrap: Make LLD available to run-make tests.Michael Woerister-14/+27
2019-01-08fixupOliver Scherer-1/+3
2019-01-08Prepare everything for distributing miri via rustupOliver Scherer-0/+8
2019-01-02bootstrap: Link LLVM as a dylib with ThinLTOAlex Crichton-1/+1
2018-12-28Update cargo, rls, miriEric Huss-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-25Revert "Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister"kennytm-1/+1
2018-12-17bootstrap: Link LLVM as a dylib with ThinLTOAlex Crichton-1/+1
2018-12-10bootstrap: fix editionljedrz-10/+10
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-11-25Try to make top-level Cargo.toml work without __CARGO_TEST_ROOT.Eduard-Mihai Burtescu-18/+2
2018-11-22Move Cargo.{toml,lock} to the repository root directory.Eduard-Mihai Burtescu-4/+24
2018-11-21Forward rust version number to toolsOliver Scherer-0/+2
2018-10-26bootstrap: clean up a few clippy findingsMatthias Krüger-4/+4
2018-10-20Update Cargo, build curl/OpenSSL statically via featuresAlex Crichton-11/+16
2018-09-12remove struct CleanToolsCollins Abitekaniza-27/+0
2018-09-12clear_if_dirty in Builder::cargo with passed modeCollins Abitekaniza-25/+2
2018-08-20bootstrap: Allow for building LLVM with ThinLTO.Michael Woerister-1/+1
2018-08-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-1/+1
2018-08-02Update Cargo submoduleAlex Crichton-0/+4
2018-07-26Refactor is_external_tool into source_typeTatsuyuki Ishi-11/+21