about summary refs log tree commit diff
path: root/src/bootstrap/tool.rs
AgeCommit message (Expand)AuthorLines
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
2021-05-18Rollup merge of #85297 - infinity0:master, r=Mark-SimulacrumJack Huey-1/+8
2021-05-15bootstrap: ensure host std when cross-compiling tools, fixes #85320Ximin Luo-1/+4
2021-05-14Update bootstrap for in-tree rustfmtJoshua Nelson-2/+2
2021-05-14bootstrap: build cargo only if requested in toolsXimin Luo-1/+8
2021-04-23Allow running `x.py test src/test/linkchecker` with `download-llvm = true`Joshua Nelson-1/+4
2021-04-05Auto merge of #83152 - guswynn:jemallocator_part2, r=Mark-Simulacrumbors-1/+6
2021-04-05Rollup merge of #82739 - jyn514:separate-stage0-stage1, r=Mark-SimulacrumDylan DPC-0/+13
2021-04-04use jemallocator in rustc/rustdocGus Wynn-1/+6
2021-04-04Use the beta compiler for building bootstrap tools when `download-rustc` is setJoshua Nelson-0/+13
2021-04-03Make rust-demangler installableRich Kadel-1/+1
2021-03-01Rollup merge of #82480 - jyn514:no-enable-constant, r=Mark-SimulacrumJoshua Nelson-1/+0
2021-02-24Rename the `tidy` binary to `rust-tidy`Joshua Nelson-1/+7
2021-02-24Remove `ENABLE_DOWNLOAD_RUSTC` constantJoshua Nelson-1/+0
2021-02-08Absolute bare minimum for downloading rustc from CIJoshua Nelson-0/+1
2021-01-31rustbuild: Don't build compiler twice for error-index-generator.Eric Huss-3/+17
2021-01-19No longer require unstable for jsondocck, only build it for json testsRune Tynan-1/+1
2021-01-19Add jsondocck tool, and use it for rustdoc JSONRune Tynan-0/+1
2020-12-18Update cargoEric Huss-2/+35
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