about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2022-01-06Rollup merge of #92589 - ChrisDenton:break-loop, r=Mark-SimulacrumMatthias Krüger-1/+3
2022-01-06Revert "bootstrap: copy `llvm-dwp` to sysroot"David Wood-12/+1
2022-01-05Break the loopChris Denton-1/+3
2022-01-05Rollup merge of #92182 - nnethercote:label-more-build-steps, r=Mark-SimulacrumMatthias Krüger-24/+13
2022-01-04Do not use deprecated -Zsymbol-mangling-version in bootstrapJakub Beránek-3/+13
2022-01-04Tweak the usage messages for `x.py build` and `x.py check`.Nicholas Nethercote-23/+11
2022-01-04Label more build steps.Nicholas Nethercote-1/+2
2022-01-01Remove some dead codebjorn3-31/+1
2022-01-01Remove the merge dependencybjorn3-3/+9
2022-01-01Make the rustc and rustdoc wrapper not depend on libbootstrapbjorn3-29/+39
2022-01-01Avoid the merge derive macro in rustbuildbjorn3-166/+197
2022-01-01Remove the lazy_static dependency from rustbuildbjorn3-5/+3
2022-01-01Rollup merge of #88310 - worldeva:bootstrap-locking, r=Mark-SimulacrumMatthias Krüger-0/+42
2021-12-31rustbuild: Add support for a per-target default-linker option.Maxim Cournoyer-2/+11
2021-12-31Lock x.py build stateworldeva-0/+42
2021-12-17pass -Wl,-z,origin to set DF_ORIGIN when using rpathSébastien Marie-0/+1
2021-12-12bootstrap: Change `unwrap()` to `expect()` for `WIX` pathAbhishek Sudhakaran-1/+3
2021-12-11Auto merge of #91720 - Aaron1011:skip-llvm-ci-tools, r=Mark-Simulacrumbors-1/+6
2021-12-10Rollup merge of #91716 - jyn514:x.py-defaults, r=Mark-SimulacrumMatthias Krüger-8/+15
2021-12-10Rollup merge of #91668 - ChrisDenton:bootstrap-clean-error, r=Mark-SimulacrumMatthias Krüger-3/+3
2021-12-09Don't copy llvm tools to sysroot when using download-ci-llvmAaron Hill-1/+6
2021-12-09Default to `doc-stage = 2` for the tools profileJoshua Nelson-0/+4
2021-12-09Don't print bootstrap caching/ensure info unless `-vv` is passedJoshua Nelson-3/+3
2021-12-09If --verbose is passed, print a warning in `bootstrap.py` when download-rustc...Joshua Nelson-0/+3
2021-12-09Use more accurate wording in `bootstrap.py` loggingJoshua Nelson-5/+5
2021-12-09Add reminder to match the error kind once ` DirectoryNotEmpty` is stabilizedChris Denton-0/+2
2021-12-08Install llvm tools to sysroot when assembling local toolchainAaron Hill-0/+11
2021-12-08Remove the match on `ErrorKind::Other`Chris Denton-3/+1
2021-12-06Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieubors-4/+9
2021-12-05Bump download-ci-llvm-stamp for LLD inclusionAaron Hill-1/+1
2021-12-05Auto merge of #88611 - m-ou-se:array-into-iter-new-deprecate, r=joshtriplettbors-1/+1
2021-12-04Include `lld` in `rust-dev` packageAaron Hill-0/+7
2021-12-04Use IntoIterator for array impl everywhere.Mara Bos-1/+1
2021-12-03Explain why libatomic is not needed on FreeBSD riscv64Tobias Kortkamp-2/+7
2021-11-27Add riscv64gc-unknown-freebsdTobias Kortkamp-2/+2
2021-11-26Fix bug where submodules wouldn't be updated when running x.py from a subdire...Joshua Nelson-1/+1
2021-11-19Rollup merge of #90800 - aplanas:fix_cargo_config, r=Mark-SimulacrumYuki Okushi-9/+14
2021-11-18Auto merge of #90382 - alexcrichton:wasm64-libstd, r=joshtriplettbors-1/+1
2021-11-14bootstap: create .cargo/config only if not presentAlberto Planas-9/+14
2021-11-13Change paths for `dist` command to match the components they generateJoshua Nelson-9/+10
2021-11-10Update more rustc/libtest things for wasm64Alex Crichton-1/+1
2021-11-09Rollup merge of #90685 - jyn514:remove-dead-code, r=Mark-SimulacrumMatthias Krüger-7/+1
2021-11-09Rollup merge of #90683 - jyn514:compiler-docs, r=Mark-SimulacrumMatthias Krüger-16/+5
2021-11-09Allow to run a specific rustdoc-js* testGuillaume Gomez-33/+52
2021-11-08x.py: remove fixme by deleting codeJoshua Nelson-7/+1
2021-11-08Make `compiler-docs` only control the default instead of being a hard off-switchJoshua Nelson-16/+5
2021-11-03Provide standalone libc.a in self-contained for musl and wasi12101111-3/+3
2021-11-02Rollup merge of #90354 - xFrednet:00000-lets-deploy-clippy-docs, r=Mark-Simul...Matthias Krüger-0/+2
2021-11-01Rollup merge of #89929 - yuvaldolev:handle-submodule-checkout-more-gracefully...Matthias Krüger-1/+9
2021-10-28Document clippy on nightly-rustcxFrednet-0/+2