summary refs log tree commit diff
path: root/src/bootstrap/dist.rs
AgeCommit message (Expand)AuthorLines
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
2022-11-02merge JsonStd and Std stepsviandoxdev-1/+6
2022-10-29Revert "Make the `c` feature for `compiler-builtins` opt-in instead of inferred"Mark Rousskov-15/+17
2022-10-10Auto merge of #94381 - Kobzol:llvm-bolt, r=Mark-Simulacrumbors-0/+4
2022-10-09Use BOLT in x64 dist CI to optimize LLVMJakub Beránek-0/+4
2022-10-07Add llvm-tblgen to rust-dev for cross-compilingJosh Stone-0/+1
2022-10-04Rollup merge of #102241 - jyn514:manifest-json-docs, r=Mark-SimulacrumMatthias Krüger-0/+1
2022-10-02re-add git-commit-hash file to tarballsdawnofmidnight-0/+1
2022-10-02Auto merge of #100557 - dawnofmidnight:tarball-commit-info, r=Mark-Simulacrumbors-3/+4
2022-10-01fix: use git-commit-info for version informationdawnofmidnight-3/+4
2022-10-01Package `rust-docs-json` into nightly components (take 3)Joshua Nelson-0/+1
2022-09-29Auto merge of #101833 - jyn514:cross-compile-compiler-builtins, r=Mark-Simula...bors-17/+15
2022-09-28Make the `c` feature for `compiler-builtins` opt-in instead of inferredJoshua Nelson-17/+15
2022-09-24Auto merge of #98483 - dvtkrlbs:bootstrap-dist, r=jyn514bors-1/+36