about summary refs log tree commit diff
path: root/src/bootstrap/tool.rs
AgeCommit message (Expand)AuthorLines
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
2022-08-27Sunset RLSEric Huss-8/+1
2022-08-27Add replace-version-placeholder toolest31-0/+1
2022-08-20bootstrap: Remove some unused fields from the tool_extended macro.Eric Huss-11/+8
2022-07-28bootstrap: don't emit warn about duplicated deps with same/different features...klensy-24/+28
2022-07-27Ship `rust-analyzer-proc-macro-srv` binary with dist::RustcAmos Wenger-0/+44
2022-07-24Small fixupsJoshua Nelson-1/+1
2022-07-24Use top-level path in tool StepAmos Wenger-1/+1
2022-07-24Allow cross-compiling, build all cratesAmos Wenger-3/+3
2022-07-24Convert rust-analyzer to 'in-tree' tool, pass 'in-rust-tree' feature by defaultAmos Wenger-2/+45
2022-07-09Update submodule rust-installerMichael Howell-1/+1
2022-07-07Rollup merge of #98994 - kons-9:dont_use_process_exit, r=jyn514Matthias Krüger-2/+2
2022-07-07squash the commitstoshiki goto-2/+2
2022-07-05Rollup merge of #95503 - jyn514:build-single-crate, r=Mark-SimulacrumGuillaume Gomez-5/+5
2022-07-02Allow building single crates for the compiler and standard libraryJoshua Nelson-5/+5
2022-06-30Flip RustAnalyzer to stable=trueJosh Stone-1/+1
2022-06-07Don't build the compiler before building rust-demanglerJoshua Nelson-2/+6
2022-05-29Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrumbors-1/+1
2022-05-28Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul...Matthias Krüger-10/+10
2022-05-25feat: refactored bootstrap files to use stderr consistentlyRaiyan-10/+10
2022-05-25Move download-rustc from bootstrap.py to rustbuildJoshua Nelson-1/+1
2022-05-25Simplify implementation of `-Z gcc-ld`Vadim Petrochenkov-2/+1
2022-05-05Don't constantly rebuild clippy on `x test src/tools/clippy`.Joshua Nelson-0/+4
2022-03-29Fix `x test src/tools/error_index_generator --stage {0,1}`Joshua Nelson-15/+7
2022-03-11Remove unneeded conversions in bootstrapping codepierwill-1/+1
2022-03-05Merge build_helper into utilbjorn3-2/+1
2022-03-05Remove build_helperbjorn3-2/+1
2021-11-08x.py: remove fixme by deleting codeJoshua Nelson-7/+1
2021-10-07Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavorHans Kratz-0/+32
2021-08-26switch stage0.txt to stage0.json and add a tool to generate itPietro Albini-0/+1
2021-07-20Update all submodules that rustbuild doesn't depend on lazilyJoshua Nelson-3/+7
2021-06-28Add new tool to check HTML:Guillaume Gomez-0/+1
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-0/+1
2021-05-22Fix boostrap using host exe suffix for cargojam1garner-3/+2
2021-05-20Rollup merge of #85326 - infinity0:fix-cross-compile-tools, r=Mark-SimulacrumGuillaume Gomez-1/+4