about summary refs log tree commit diff
path: root/src/bootstrap/dist.rs
AgeCommit message (Expand)AuthorLines
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
2022-09-24Copy `bootstrap.exe` on Windows, not `bootstrap`Joshua Nelson-1/+1
2022-09-24Rollup merge of #102176 - ojeda:add-llvm-dis-to-ci-llvm, r=Mark-SimulacrumMatthias Krüger-0/+1
2022-09-24Rollup merge of #102175 - oli-obk:miri_subtree_cleanup, r=jyn514Matthias Krüger-22/+22
2022-09-23Add `llvm-dis` to the set of tools in `ci-llvm`Miguel Ojeda-0/+1
2022-09-23Also require other subtrees to always build successfullyOli Scherer-22/+22
2022-09-23Rollup merge of #102042 - LukeMathWalker:add-rust-json-docs-to-rustup, r=Mark...Matthias Krüger-10/+4
2022-09-22Distribute rust-json-docs via rustup.Luca Palmieri-10/+4
2022-09-21Remove miri from the submodule list and require it for CI to passOli Scherer-55/+28
2022-09-17Add a new component, `rust-json-docs`, to distribute the JSON-formatted docum...Luca Palmieri-0/+39
2022-09-14Fix `--dry-run` for `dist::RustDev`Joshua Nelson-1/+1
2022-09-14Distribute bootstrap in CI artifactsTuna-0/+35
2022-09-02Rollup merge of #100200 - petrochenkov:zgccld2, r=lqd,Mark-SimulacrumMatthias Krüger-2/+5
2022-08-27Remove RLS from macOS pkg and Windows msi installers.Eric Huss-33/+3
2022-08-27Sunset RLSEric Huss-4/+1
2022-08-20bootstrap: Don't allow rustfmt to fail on dist.Eric Huss-9/+2
2022-08-06Change implementation of `-Z gcc-ld` and `lld-wrapper` againVadim Petrochenkov-2/+5
2022-07-27Ship `rust-analyzer-proc-macro-srv` binary with dist::RustcAmos Wenger-0/+12
2022-07-24Convert rust-analyzer to 'in-tree' tool, pass 'in-rust-tree' feature by defaultAmos Wenger-1/+1
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