summaryrefslogtreecommitdiff
path: root/src/bootstrap/dist.rs
Commit message (Expand)AuthorAgeFilesLines
* bootstrap: add .gitmodules to the sourcesKrasimir Georgiev2023-05-061-0/+1
* Auto merge of #110263 - jyn514:ui-fulldeps-llvm, r=albertlarsan68bors2023-04-141-0/+14
|\
| * Add `libLLVM.so` to the target libdir when download-rustc is enabledjyn2023-04-121-0/+14
* | automatically update the LLVM submoduleKrishna Ramasimha2023-04-131-0/+2
|/
* Make rust-docs optional for the Windows MSI installer.Eric Huss2023-04-041-22/+29
* Fix macos pkg installer when rust-docs is not available.Eric Huss2023-04-021-1/+1
* Rename 'src/bootstrap/native.rs' to llvm.rsRobin Hafid2023-03-241-6/+6
* Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrumbors2023-03-211-0/+4
|\
| * Add comment on what libs should be in target_libsChris Denton2023-03-041-0/+3
| * Distribute libntdll.a with windows-gnu toolchainsChris Denton2023-02-201-0/+1
* | Rename `config.toml.example` to `config.example.toml`Thom Chiovoloni2023-03-111-1/+1
* | Rollup merge of #108581 - jfgoog:include-mingw-linker, r=petrochenkovMatthias Krüger2023-03-071-2/+2
|\ \
| * | Add a new config flag, dist.include-mingw-linker.James Farrell2023-02-281-2/+2
| |/
* | Add check for dry runJakub Beránek2023-03-041-5/+1
* | Create BOLT build steps to avoid running BOLT multiple times on the same fileJakub Beránek2023-03-041-2/+118
* | Apply BOLT optimizations without rebuilding LLVMJakub Beránek2023-03-041-1/+22
|/
* Remove save-analysis.Nicholas Nethercote2023-02-161-2/+9
* Bring tests back into rustc source tarballTomasz Miąsko2023-01-231-1/+1
* Rollup merge of #106886 - dtolnay:fastinstall, r=Mark-SimulacrumYuki Okushi2023-01-231-6/+16
|\
| * Make stage2 rustdoc and proc-macro-srv disableable in x.py installDavid Tolnay2023-01-141-6/+16
* | Re-enable building rust-analyzer on riscv64Josh Stone2023-01-171-6/+0
|/
* ensure lld's step unconditionally for RustDev componentRémy Rakic2023-01-031-5/+2
* bootstrap dist: ensure LLD's stepRémy Rakic2023-01-031-0/+6
* Use LLVM_CMAKE_DIR for lld buildNikita Popov2022-12-221-2/+5
* Adjust miri to still be optionalMark Rousskov2022-12-131-25/+31
* Revert "Don't set `is_preview` for clippy and rustfmt"Joshua Nelson2022-11-261-0/+4
* Rollup merge of #103648 - jyn514:no-preview, r=Mark-SimulacrumMatthias Krüger2022-11-251-4/+0
|\
| * Don't set `is_preview` for clippy and rustfmtJoshua Nelson2022-11-241-4/+0
* | dist: Ensure UEFI rlibs are all COFFNicholas Bishop2022-11-201-0/+38
|/
* Make all download functions need only Config, not BuilderJoshua Nelson2022-11-131-2/+2
* Distinguish `--dry-run` from the automatic dry run checkJoshua Nelson2022-11-121-6/+6
* merge JsonStd and Std stepsviandoxdev2022-11-021-1/+6
* Revert "Make the `c` feature for `compiler-builtins` opt-in instead of inferred"Mark Rousskov2022-10-291-15/+17
* Auto merge of #94381 - Kobzol:llvm-bolt, r=Mark-Simulacrumbors2022-10-101-0/+4
|\
| * Use BOLT in x64 dist CI to optimize LLVMJakub Beránek2022-10-091-0/+4
* | Add llvm-tblgen to rust-dev for cross-compilingJosh Stone2022-10-071-0/+1
* | Rollup merge of #102241 - jyn514:manifest-json-docs, r=Mark-SimulacrumMatthias Krüger2022-10-041-0/+1
|\ \
| * | Package `rust-docs-json` into nightly components (take 3)Joshua Nelson2022-10-011-0/+1
* | | re-add git-commit-hash file to tarballsdawnofmidnight2022-10-021-0/+1
* | | Auto merge of #100557 - dawnofmidnight:tarball-commit-info, r=Mark-Simulacrumbors2022-10-021-3/+4
|\ \ \
| * | | fix: use git-commit-info for version informationdawnofmidnight2022-10-011-3/+4
* | | | Auto merge of #101833 - jyn514:cross-compile-compiler-builtins, r=Mark-Simula...bors2022-09-291-17/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make the `c` feature for `compiler-builtins` opt-in instead of inferredJoshua Nelson2022-09-281-17/+15
| |/ /
* | | Auto merge of #98483 - dvtkrlbs:bootstrap-dist, r=jyn514bors2022-09-241-1/+36
|\ \ \ | |_|/ |/| |
| * | Copy `bootstrap.exe` on Windows, not `bootstrap`Joshua Nelson2022-09-241-1/+1
| * | Fix `--dry-run` for `dist::RustDev`Joshua Nelson2022-09-141-1/+1
| * | Distribute bootstrap in CI artifactsTuna2022-09-141-0/+35
| |/
* | Rollup merge of #102176 - ojeda:add-llvm-dis-to-ci-llvm, r=Mark-SimulacrumMatthias Krüger2022-09-241-0/+1
|\ \
| * | Add `llvm-dis` to the set of tools in `ci-llvm`Miguel Ojeda2022-09-231-0/+1
* | | Rollup merge of #102175 - oli-obk:miri_subtree_cleanup, r=jyn514Matthias Krüger2022-09-241-22/+22
|\ \ \