about summary refs log tree commit diff
path: root/src/bootstrap/dist.rs
AgeCommit message (Expand)AuthorLines
2022-02-20Rollup merge of #94023 - krasimirgg:head-llvm-use-llvm-nm, r=Mark-SimulacrumMatthias Krüger-0/+1
2022-02-17Rollup merge of #94082 - bjorn3:remove_cfg_platform, r=Mark-SimulacrumMatthias Krüger-6/+0
2022-02-17Remove CFG_PLATFORMbjorn3-6/+0
2022-02-17Auto merge of #93577 - nikic:llvm-14, r=nagisabors-0/+2
2022-02-16Add cmake directory to llvm source distributionNikita Popov-0/+2
2022-02-16add llvm-nm to bootstrap dist bin'sKrasimir Georgiev-0/+1
2022-02-07Drop time dependency from bootstrapMark Rousskov-22/+3
2022-01-21allow excluding paths only from a single modulePietro Albini-2/+2
2022-01-17Disable docs on aarch64-apple-darwin.Eric Huss-2/+1
2022-01-06Revert "bootstrap: copy `llvm-dwp` to sysroot"David Wood-5/+1
2021-12-12bootstrap: Change `unwrap()` to `expect()` for `WIX` pathAbhishek Sudhakaran-1/+3
2021-12-04Include `lld` in `rust-dev` packageAaron Hill-0/+7
2021-11-13Change paths for `dist` command to match the components they generateJoshua Nelson-9/+9
2021-11-08Make `compiler-docs` only control the default instead of being a hard off-switchJoshua Nelson-4/+2
2021-10-07Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavorHans Kratz-5/+8
2021-08-29Auto merge of #88250 - rusticstuff:macos-lld, r=nagisabors-0/+2
2021-08-24PGO for LLVM builds on x86_64-unknown-linux-gnu in CIMark Rousskov-4/+10
2021-08-23Include ld64 nexte to ld for use with -Z gcc-ldHans Kratz-0/+2
2021-08-02Rollup merge of #87282 - pietroalbini:refactor-extended, r=Mark-SimulacrumYuki Okushi-120/+109
2021-07-28set all of the optional tools as DEFAULT = truePietro Albini-0/+9
2021-07-23refactor extended tarball generaton to use the new ensure_if_defaultPietro Albini-30/+17
2021-07-23don't build extra tools if build.tools is explicitly an empty listPietro Albini-6/+1
2021-07-19refactor gating of mingwPietro Albini-6/+4
2021-07-19refactor gating of demanglerPietro Albini-24/+26
2021-07-19refactor gating of toolsPietro Albini-74/+75
2021-07-19change output of dist cargo and clippy to be consistent with other toolsPietro Albini-8/+8
2021-07-19refactor gating of dist docsPietro Albini-12/+9
2021-07-19refactor adding rustc and std into extended buildsPietro Albini-9/+9
2021-07-16Package LLVM libs for the target rather than the build hostAdam Gemmell-1/+9
2021-06-30copy rust-lld as ld in dist1000teslas-3/+3
2021-06-23Comment and include rust-analyzer.Eric Huss-0/+9
2021-06-22Don't dist miri on stable or beta.Eric Huss-0/+3
2021-06-10gcc-lld mvp1000teslas-0/+4
2021-04-17bootstrap: Restore missing --bulk-dirs for rust-docs, rustc-docsAnders Kaseorg-2/+2
2021-04-03Address review comments and Windows failure, and make cleanerRich Kadel-24/+28
2021-04-03Make rust-demangler installableRich Kadel-0/+86
2021-02-15Rollup merge of #82106 - jyn514:cleanup-bootstrap, r=Mark-SimulacrumJonas Schievink-2/+2
2021-02-14Remove unnecessary `Option` in `default_doc`Joshua Nelson-2/+2
2021-02-11dist: include src/build_helper as part of the crate graph for rustc-dev.Benjamin Bouvier-0/+8
2021-01-15Allow downloading LLVM on WindowsJoshua Nelson-18/+30
2021-01-05Rollup merge of #80533 - matthiaskrgr:bootstrap_clppy, r=Mark-SimulacrumYuki Okushi-4/+4
2020-12-31bootstrap: use the correct paths during ./x.py installPietro Albini-2/+2
2020-12-31bootstrap: change the dist outputs to GeneratedTarballPietro Albini-38/+38
2020-12-31bootstrap: never delete the tarball temporary directoryPietro Albini-2/+2
2020-12-31bootstrap: clippy fixesMatthias Krüger-4/+4
2020-12-23bootstrap: convert reproducible-artifacts to use TarballPietro Albini-41/+4
2020-12-23bootstrap: use the normal compiler to build stdPietro Albini-2/+1
2020-12-23bootstrap: avoid producing the rust tarball during dry runsPietro Albini-0/+5
2020-12-23bootstrap: convert rustc-src to use TarballPietro Albini-31/+3
2020-12-23bootstrap: convert rust to use TarballPietro Albini-38/+5