summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2024-09-26bootstrap: Set the dylib path when building books with rustdocJosh Stone-9/+11
2024-09-02Backport #129917Boxy-0/+1
2024-08-31Rollup merge of #129651 - onur-ozkan:stage0-target-sanity-check, r=KobzolMatthias Krüger-7/+2
2024-08-29Allow running `./x.py test compiler`Lukas Wirth-8/+3
2024-08-28Rollup merge of #129695 - GuillaumeGomez:fix-clippy-rustdoc-path, r=onur-ozkanJubilee-1/+1
2024-08-28Fix path to run clippy on rustdocGuillaume Gomez-1/+1
2024-08-27skip stage 0 target check if `BOOTSTRAP_SKIP_TARGET_SANITY` is setonur-ozkan-7/+2
2024-08-27Rollup merge of #128935 - lqd:needs-zstd, r=KobzolTrevor Gross-1/+16
2024-08-25allow `llvm.libzstd` with `download-ci-llvm = true`Rémy Rakic-1/+16
2024-08-25Auto merge of #129563 - matthiaskrgr:rollup-t6bai2d, r=matthiaskrgrbors-10/+51
2024-08-25Rollup merge of #129459 - onur-ozkan:separate-stage0-bins, r=KobzolMatthias Krüger-9/+17
2024-08-25Rollup merge of #129134 - lolbinarycat:continue-at, r=KobzolMatthias Krüger-1/+34
2024-08-25Auto merge of #129295 - Zalathar:profiler-builtins, r=Kobzolbors-12/+37
2024-08-24rewrite extract_curl_version againbinarycat-14/+11
2024-08-24Build `library/profiler_builtins` from `ci-llvm` if appropriateZalathar-12/+37
2024-08-23Auto merge of #129278 - GuillaumeGomez:rm-duplicated-usage-of-unstable-option...bors-26/+8
2024-08-23use tuples for semver, not floatsbinarycat-9/+16
2024-08-23handle stage0 cargo and rustc separatelyonur-ozkan-9/+17
2024-08-23Auto merge of #129464 - GuillaumeGomez:rollup-ckfqd7h, r=GuillaumeGomezbors-1/+1
2024-08-23Rollup merge of #129243 - onur-ozkan:stuff, r=KobzolGuillaume Gomez-1/+1
2024-08-23Rollup merge of #128876 - ColinFinck:rust-lld-with-runtime-dlls, r=Kobzol,pet...Matthias Krüger-13/+24
2024-08-22remove dbg!()binarycat-1/+1
2024-08-22Revert "bootstrap: fix clean's `remove_dir_all` implementation"许杰友 Jieyou Xu (Joe)-15/+78
2024-08-22do not build `cargo-miri` by default on stable channelonur-ozkan-1/+1
2024-08-21Rollup merge of #129231 - onur-ozkan:improve-submodule-updates, r=Mark-Simula...Matthias Krüger-129/+139
2024-08-21Rollup merge of #129187 - jieyouxu:squeaky-clean-windows-symlinks, r=KobzolMatthias Krüger-78/+15
2024-08-20Remove duplicated usage of `-Zunstable-options` in bootstrapGuillaume Gomez-26/+8
2024-08-19Auto merge of #129275 - matthiaskrgr:rollup-qv64hg6, r=matthiaskrgrbors-2/+2
2024-08-19Auto merge of #128588 - onur-ozkan:clean-up-bootstrap-internals, r=albertlars...bors-56/+52
2024-08-19Rollup merge of #129194 - ChrisDenton:detect-src, r=Mark-SimulacrumMatthias Krüger-2/+2
2024-08-19fix broken bootstrap documentationonur-ozkan-1/+1
2024-08-19Auto merge of #128722 - tgross35:new-resolver-root, r=Mark-Simulacrumbors-97/+112
2024-08-18Rollup merge of #129116 - Zalathar:compiler-rt, r=Mark-SimulacrumTrevor Gross-1/+14
2024-08-18Run `cargo update` with the new v2 resolverTrevor Gross-96/+111
2024-08-18Update some dependency versions that allow better licensingTrevor Gross-1/+1
2024-08-18sync llvm submodule during config parseonur-ozkan-12/+16
2024-08-18bypass `dry_run` if the command is `run_always`onur-ozkan-1/+1
2024-08-18move `Build::update_submodule` to `Config::update_submodule`onur-ozkan-116/+122
2024-08-18bootstrap: fix clean's `remove_dir_all` implementation许杰友 Jieyou Xu (Joe)-78/+15
2024-08-17Fix bootstrap test `detect_src_and_out` on WindowsChris Denton-2/+2
2024-08-16autoformat and remove unit testbinarycat-9/+1
2024-08-16bootstrap: improve error recovery flags to curlbinarycat-1/+38
2024-08-16Auto merge of #129052 - onur-ozkan:better-incompatibility-check, r=Kobzolbors-98/+164
2024-08-16bootstrap: fix trying to modify file times on read-only file on Windows许杰友 Jieyou Xu (Joe)-11/+45
2024-08-15Print more verbose error for commands that capture outputJakub Beránek-4/+32
2024-08-15Include a copy of `compiler-rt` source in the `download-ci-llvm` tarballZalathar-1/+14
2024-08-14disable download-rustc if CI rustc has unsupported optionsonur-ozkan-19/+38
2024-08-14leave a FIXME note for `--set` flags coverageonur-ozkan-0/+1
2024-08-14improve `config::check_incompatible_options_for_ci_rustc` logsonur-ozkan-6/+11
2024-08-14fix the incorrect `unpack`ing logiconur-ozkan-1/+1