summaryrefslogtreecommitdiff
path: root/src/bootstrap/tool.rs
Commit message (Expand)AuthorAgeFilesLines
* Generate windows-sys bindingsChris Denton2023-05-051-0/+1
* Combine several `Step`s into a single step with multiple pathsjyn2023-04-291-1/+1
* Rollup merge of #110744 - weihanglo:cargo-credential-install, r=ehussYuki Okushi2023-04-251-3/+3
|\
| * bootstrap: update paths cargo-credential crateWeihang Lo2023-04-231-3/+3
* | Rollup merge of #110637 - oli-obk:gha, r=jyn514Matthias Krüger2023-04-241-38/+23
|\ \ | |/ |/|
| * Group entire build steps in the gha logsOli Scherer2023-04-221-38/+23
* | ship clippy, miri and rustfmt with sysrootozkanonur2023-04-211-6/+27
|/
* boostrap: print output during building toolsWeihang Lo2023-04-181-1/+1
* Rollup merge of #109981 - duckymirror:issue-107094, r=albertlarsan68Matthias Krüger2023-04-181-0/+6
|\
| * Set git info env variables when building toolsErik Hofmayer2023-04-161-0/+6
* | bootstrap: switch from `stream_cargo` to `try_run_quiet`Weihang Lo2023-04-161-3/+3
* | chore: remove `rustc-workspace-hack`Weihang Lo2023-04-161-129/+2
* | chore: remove Cargo features in rustc-workspace-hackWeihang Lo2023-04-161-1/+0
* | chore: allow `cargo` to have its own workspaceWeihang Lo2023-04-161-1/+4
|/
* feat: implement basic suggest-tests toolEzra Shaw2023-04-091-0/+1
* s/ignore_git/omit_git_hashGimbles2023-04-081-1/+1
* Enable --cfg=parallel_compiler in rustdoc.Mara Bos2023-02-211-1/+5
* Improve building compiler artifacts outputMatthew J Perez2023-02-191-6/+54
* Make stage2 rustdoc and proc-macro-srv disableable in x.py installDavid Tolnay2023-01-141-0/+6
* Auto merge of #106520 - ehuss:update-mdbook, r=Mark-Simulacrumbors2023-01-141-2/+23
|\
| * Update mdbookEric Huss2023-01-091-2/+23
* | Revert "bootstrap: Get rid of `tail_args` in `stream_cargo`"Joshua Nelson2023-01-041-1/+1
|/
* bootstrap: Get rid of `tail_args` in `stream_cargo`Joshua Nelson2022-12-301-1/+1
* Build rust-analyzer proc-macro server by defaultJoshua Nelson2022-12-081-10/+0
* initial prototype of the tool to generate copyright noticesPietro Albini2022-11-151-0/+1
* add tool to collect license metadata from REUSEPietro Albini2022-11-151-0/+1
* Distinguish `--dry-run` from the automatic dry run checkJoshua Nelson2022-11-121-1/+1
* Auto merge of #102950 - oli-obk:check_miri, r=RalfJungbors2022-10-311-18/+12
|\
| * Remove unused macro argumentOli Scherer2022-10-131-12/+11
| * Enable `x.py check` for miriOli Scherer2022-10-121-14/+9
* | mark rust-analyzer as a host-only toolPietro Albini2022-10-191-2/+2
|/
* Don't build the compiler before building rlsJosh Stone2022-10-041-1/+1
* Remove miri from the submodule list and require it for CI to passOli Scherer2022-09-211-2/+2
* Rollup merge of #101873 - WaffleLapkin:x-build-proc-macro-srv, r=jyn514Matthias Krüger2022-09-171-10/+22
|\
| * Use `builder.sysroot(...)` instead of a hackMaybe Waffle2022-09-161-6/+2
| * Allow building `rust-analyzer-proc-macro-srv` as a standalone toolMaybe Waffle2022-09-161-10/+26
* | jsondoclint: New ToolNixon Enraght-Moony2022-09-141-0/+1
|/
* Sunset RLSEric Huss2022-08-271-8/+1
* Add replace-version-placeholder toolest312022-08-271-0/+1
* bootstrap: Remove some unused fields from the tool_extended macro.Eric Huss2022-08-201-11/+8
* bootstrap: don't emit warn about duplicated deps with same/different features...klensy2022-07-281-24/+28
* Ship `rust-analyzer-proc-macro-srv` binary with dist::RustcAmos Wenger2022-07-271-0/+44
* Small fixupsJoshua Nelson2022-07-241-1/+1
* Use top-level path in tool StepAmos Wenger2022-07-241-1/+1
* Allow cross-compiling, build all cratesAmos Wenger2022-07-241-3/+3
* Convert rust-analyzer to 'in-tree' tool, pass 'in-rust-tree' feature by defaultAmos Wenger2022-07-241-2/+45
* Update submodule rust-installerMichael Howell2022-07-091-1/+1
* Rollup merge of #98994 - kons-9:dont_use_process_exit, r=jyn514Matthias Krüger2022-07-071-2/+2
|\
| * squash the commitstoshiki goto2022-07-071-2/+2
* | Rollup merge of #95503 - jyn514:build-single-crate, r=Mark-SimulacrumGuillaume Gomez2022-07-051-5/+5
|\ \ | |/ |/|