about summary refs log tree commit diff
path: root/src/bootstrap/tool.rs
AgeCommit message (Expand)AuthorLines
2023-07-25Remove credential providers from bootstrapArlo Siemsen-33/+0
2023-07-15Rollup merge of #113643 - jyn514:try-run, r=ozkanonurjyn-1/+2
2023-07-15Rollup merge of #113644 - jyn514:bootstrap-cleanups, r=albertlarsan68Matthias Krüger-1/+1
2023-07-15Deduplicate `Builder::try_run` and mark `Config::try_run` as deprecatedjyn-1/+2
2023-07-14Add `track_caller` to builder.msgjyn-0/+1
2023-07-13Rename `detail_exit_macro` to `exit`jyn-1/+1
2023-07-09Port PGO/LTO/BOLT optimized build pipeline to RustJakub Beránek-0/+1
2023-07-04bootstrap: rust-installer no loger subtree, so allow running lints over itklensy-1/+1
2023-06-23Make `try_run` return a `Result<(), ()>` instead of a booleanGuillaume Gomez-1/+1
2023-06-12allow mutating the c compilers detected by bootstrapPietro Albini-1/+1
2023-06-06Fix rust-analyzer proc macro serverLaurențiu Nicola-1/+1
2023-05-30create `build_helper/src/util` modozkanonur-1/+1
2023-05-20implement and use tools/rustdoc-gui-test in bootstrapozkanonur-0/+1
2023-05-05Generate windows-sys bindingsChris Denton-0/+1
2023-04-29Combine several `Step`s into a single step with multiple pathsjyn-1/+1
2023-04-25Rollup merge of #110744 - weihanglo:cargo-credential-install, r=ehussYuki Okushi-3/+3
2023-04-24Rollup merge of #110637 - oli-obk:gha, r=jyn514Matthias Krüger-38/+23
2023-04-23bootstrap: update paths cargo-credential crateWeihang Lo-3/+3
2023-04-22Group entire build steps in the gha logsOli Scherer-38/+23
2023-04-21ship clippy, miri and rustfmt with sysrootozkanonur-6/+27
2023-04-18boostrap: print output during building toolsWeihang Lo-1/+1
2023-04-18Rollup merge of #109981 - duckymirror:issue-107094, r=albertlarsan68Matthias Krüger-0/+6
2023-04-16bootstrap: switch from `stream_cargo` to `try_run_quiet`Weihang Lo-3/+3
2023-04-16chore: remove `rustc-workspace-hack`Weihang Lo-129/+2
2023-04-16chore: remove Cargo features in rustc-workspace-hackWeihang Lo-1/+0
2023-04-16chore: allow `cargo` to have its own workspaceWeihang Lo-1/+4
2023-04-16Set git info env variables when building toolsErik Hofmayer-0/+6
2023-04-09feat: implement basic suggest-tests toolEzra Shaw-0/+1
2023-04-08s/ignore_git/omit_git_hashGimbles-1/+1
2023-02-21Enable --cfg=parallel_compiler in rustdoc.Mara Bos-1/+5
2023-02-19Improve building compiler artifacts outputMatthew J Perez-6/+54
2023-01-14Make stage2 rustdoc and proc-macro-srv disableable in x.py installDavid Tolnay-0/+6
2023-01-14Auto merge of #106520 - ehuss:update-mdbook, r=Mark-Simulacrumbors-2/+23
2023-01-09Update mdbookEric Huss-2/+23
2023-01-04Revert "bootstrap: Get rid of `tail_args` in `stream_cargo`"Joshua Nelson-1/+1
2022-12-30bootstrap: Get rid of `tail_args` in `stream_cargo`Joshua Nelson-1/+1
2022-12-08Build rust-analyzer proc-macro server by defaultJoshua Nelson-10/+0
2022-11-15initial prototype of the tool to generate copyright noticesPietro Albini-0/+1
2022-11-15add tool to collect license metadata from REUSEPietro Albini-0/+1
2022-11-12Distinguish `--dry-run` from the automatic dry run checkJoshua Nelson-1/+1
2022-10-31Auto merge of #102950 - oli-obk:check_miri, r=RalfJungbors-18/+12
2022-10-19mark rust-analyzer as a host-only toolPietro Albini-2/+2
2022-10-13Remove unused macro argumentOli Scherer-12/+11
2022-10-12Enable `x.py check` for miriOli Scherer-14/+9
2022-10-04Don't build the compiler before building rlsJosh Stone-1/+1
2022-09-21Remove miri from the submodule list and require it for CI to passOli Scherer-2/+2
2022-09-17Rollup merge of #101873 - WaffleLapkin:x-build-proc-macro-srv, r=jyn514Matthias Krüger-10/+22
2022-09-16Use `builder.sysroot(...)` instead of a hackMaybe Waffle-6/+2
2022-09-16Allow building `rust-analyzer-proc-macro-srv` as a standalone toolMaybe Waffle-10/+26
2022-09-14jsondoclint: New ToolNixon Enraght-Moony-0/+1