about summary refs log tree commit diff
path: root/src/bootstrap/tool.rs
AgeCommit message (Expand)AuthorLines
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
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