about summary refs log tree commit diff
path: root/src/bootstrap/dist.rs
AgeCommit message (Expand)AuthorLines
2022-07-10Give a better error when `x dist` fails for an optional toolJoshua Nelson-1/+5
2022-07-05Rollup merge of #95503 - jyn514:build-single-crate, r=Mark-SimulacrumGuillaume Gomez-3/+3
2022-07-02Allow building single crates for the compiler and standard libraryJoshua Nelson-3/+3
2022-07-02Rollup merge of #98753 - jyn514:dist-rust-dev, r=Mark-SimulacrumRalf Jung-0/+2
2022-06-30Fix `x dist rust-dev` on a fresh checkoutJoshua Nelson-0/+2
2022-06-28Let rust-analyzer ship on stable, non-previewJosh Stone-6/+0
2022-06-21Remove vendoring support when building from git sourcesJoshua Nelson-1/+12
2022-06-19Auto merge of #97268 - jyn514:faster-assemble, r=Mark-Simulacrumbors-2/+8
2022-06-19Make "Assemble stage1 compiler" orders of magnitude fasterJoshua Nelson-1/+2
2022-06-19Panic if `dist` generates a symbolic link in a generated tarballJoshua Nelson-1/+6
2022-05-28Auto merge of #97476 - Dylan-DPC:rollup-t53nxoe, r=Dylan-DPCbors-23/+0
2022-05-27[bootstrap] Move `sanitize_sh` from `dist` to `install`Joshua Nelson-23/+0
2022-05-27Fix `x dist --stage 1 src/tools/rust-analyzer`Joshua Nelson-0/+3
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