about summary refs log tree commit diff
path: root/src/bootstrap/dist.rs
AgeCommit message (Expand)AuthorLines
2022-05-25Simplify implementation of `-Z gcc-ld`Vadim Petrochenkov-5/+2
2022-05-22Rollup merge of #97228 - jonhoo:patch-1, r=bjorn3Yuki Okushi-1/+1
2022-05-20Bump LLVM fetched from CI to fix run-makeMark Rousskov-0/+3
2022-05-20Omit stdarch workspace from rust-srcJon Gjengset-1/+1
2022-05-18Properly apply path prefix remapping paths emitted into debuginfo.Michael Woerister-0/+1
2022-05-13Add LLVM based mingw-w64 targetsMateusz Mikuła-9/+11
2022-05-02Auto merge of #96310 - bertptrs:remove-debugger-bootstrap, r=Mark-Simulacrumbors-10/+1
2022-05-02Remove DebbugerScripts from bootstrap CLIBert Peters-10/+1
2022-04-24Move download-ci-llvm to rustbuildJoshua Nelson-4/+4
2022-04-16Require all paths passed to `ShouldRun::paths` to exist on diskJoshua Nelson-22/+23
2022-04-06fix regression caused by rust-lang/cargo#10448Pietro Albini-0/+1
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-1/+1
2022-03-13Omit stdarch test crates from the rust-src componentbjorn3-0/+5
2022-03-05Merge build_helper into utilbjorn3-2/+1
2022-03-05Remove build_helperbjorn3-10/+1
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