about summary refs log tree commit diff
path: root/src/bootstrap/dist.rs
AgeCommit message (Expand)AuthorLines
2023-07-31Pass BOLT profile to bootstrap to be included in the reproducible artifacts a...Jakub Beránek-2/+2
2023-07-31Remove BOLT from bootstrapJakub Beránek-126/+1
2023-07-30bootstrap: inline format!() argsMatthias Krüger-7/+7
2023-07-25Remove credential providers from bootstrapArlo Siemsen-7/+0
2023-07-14Don't checkout the LLVM submodule in `x dist --dry-run`jyn-1/+3
2023-07-14bootstrap: update defaults for `compiler` and `library` aliasesLukas Markeffsky-1/+6
2023-07-12Revert "fix: :bug: etc/bash_complettion -> src/etc/... to avoid copy error"ekusiadadus-5/+1
2023-07-01msvc dist extended: rust-analyzer is optionalRémy Rakic-19/+20
2023-07-01msvc dist extended: clippy is optionalRémy Rakic-22/+29
2023-06-14yet another dry run fixPietro Albini-0/+4
2023-05-31Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su...bors-0/+3
2023-05-29Switch doc::{Std, Rustc} to `crate_or_deps`jyn-5/+1
2023-05-25bootstrap: use RUSTC_BOOTSTRAP to vendor sourcesMichael Howell-0/+3
2023-05-25Auto merge of #110906 - ekusiadadus:ekusiadadus/fix-bash-complete-etc, r=albe...bors-1/+5
2023-05-25fix: :bug: etc/bash_complettion -> src/etc/... to avoid copy errorekusiadadus-1/+5
2023-05-05Rollup merge of #111187 - krasimirgg:llvm-runtimes, r=jyn514Yuki Okushi-0/+2
2023-05-04bootstrap: add .gitmodules to the sourcesKrasimir Georgiev-0/+1
2023-05-04bootstrap: add llvm-project/runtimes to the sourcesKrasimir Georgiev-0/+2
2023-04-18Don't special-case download-rustc in `maybe_install_llvm`jyn-14/+0
2023-04-16chore: allow `cargo` to have its own workspaceWeihang Lo-0/+3
2023-04-14Auto merge of #110263 - jyn514:ui-fulldeps-llvm, r=albertlarsan68bors-0/+14
2023-04-13automatically update the LLVM submoduleKrishna Ramasimha-0/+2
2023-04-12Add `libLLVM.so` to the target libdir when download-rustc is enabledjyn-0/+14
2023-04-04Make rust-docs optional for the Windows MSI installer.Eric Huss-22/+29
2023-04-02Fix macos pkg installer when rust-docs is not available.Eric Huss-1/+1
2023-03-24Rename 'src/bootstrap/native.rs' to llvm.rsRobin Hafid-6/+6
2023-03-21Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrumbors-0/+4
2023-03-11Rename `config.toml.example` to `config.example.toml`Thom Chiovoloni-1/+1
2023-03-07Rollup merge of #108581 - jfgoog:include-mingw-linker, r=petrochenkovMatthias Krüger-2/+2
2023-03-04Add comment on what libs should be in target_libsChris Denton-0/+3
2023-03-04Add check for dry runJakub Beránek-5/+1
2023-03-04Create BOLT build steps to avoid running BOLT multiple times on the same fileJakub Beránek-2/+118
2023-03-04Apply BOLT optimizations without rebuilding LLVMJakub Beránek-1/+22
2023-02-28Add a new config flag, dist.include-mingw-linker.James Farrell-2/+2
2023-02-20Distribute libntdll.a with windows-gnu toolchainsChris Denton-0/+1
2023-02-16Remove save-analysis.Nicholas Nethercote-2/+9
2023-01-23Bring tests back into rustc source tarballTomasz Miąsko-1/+1
2023-01-23Rollup merge of #106886 - dtolnay:fastinstall, r=Mark-SimulacrumYuki Okushi-6/+16
2023-01-17Re-enable building rust-analyzer on riscv64Josh Stone-6/+0
2023-01-14Make stage2 rustdoc and proc-macro-srv disableable in x.py installDavid Tolnay-6/+16
2023-01-03ensure lld's step unconditionally for RustDev componentRémy Rakic-5/+2
2023-01-03bootstrap dist: ensure LLD's stepRémy Rakic-0/+6
2022-12-22Use LLVM_CMAKE_DIR for lld buildNikita Popov-2/+5
2022-12-13Adjust miri to still be optionalMark Rousskov-25/+31
2022-11-26Revert "Don't set `is_preview` for clippy and rustfmt"Joshua Nelson-0/+4
2022-11-25Rollup merge of #103648 - jyn514:no-preview, r=Mark-SimulacrumMatthias Krüger-4/+0
2022-11-24Don't set `is_preview` for clippy and rustfmtJoshua Nelson-4/+0
2022-11-20dist: Ensure UEFI rlibs are all COFFNicholas Bishop-0/+38
2022-11-13Make all download functions need only Config, not BuilderJoshua Nelson-2/+2
2022-11-12Distinguish `--dry-run` from the automatic dry run checkJoshua Nelson-6/+6