summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
2023-03-29Create dir for build_tripleMu001999-0/+1
2023-02-21Revert "port over symlink_file function from Build to Config and create symli...Jakub Beránek-1/+10
2023-02-09port over symlink_file function from Build to Config and create symlink for l...Zephaniah Ong-10/+1
2023-02-04Rollup merge of #107116 - ozkanonur:consolidate-bootstrap-docs, r=jyn514Matthias Krüger-87/+0
2023-02-04consolidate bootstrap docsozkanonur-87/+0
2023-01-30Auto merge of #107080 - Urgau:cleanup-bootstrap-extra-check-cfgs, r=Mark-Simu...bors-14/+8
2023-01-30Rollup merge of #106106 - jyn514:remote-tracking-branch, r=Mark-SimulacrumDylan DPC-3/+23
2023-01-29When stamp doesn't exist, should say Error, and print path to stamp fileteapot4195-1/+2
2023-01-28Gracefully exit when --keep-stage used on clean source treeteapot4195-0/+7
2023-01-25Cleanup extra check configs in bootstrapUrgau-14/+8
2023-01-03Add `build_helper` crate to share code between tidy and bootstrapNilstrieb-1/+2
2022-12-31Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-...Joshua Nelson-2/+1
2022-12-30Add `build_helper` crate to share code between tidy and bootstrapNilstrieb-1/+2
2022-12-27Auto merge of #106168 - jyn514:clean-crates, r=Mark-Simulacrumbors-4/+0
2022-12-26Allow cleaning individual cratesJoshua Nelson-4/+0
2022-12-26Fix panic on `x build --help --verbose`Joshua Nelson-1/+4
2022-12-23Pass `branch.{branch}.remote=origin` to `git submodule update`Joshua Nelson-3/+23
2022-12-23Auto merge of #106070 - matthiaskrgr:rollup-jv9ctkl, r=matthiaskrgrbors-1/+1
2022-12-23Rollup merge of #106051 - jyn514:cranelift-std, r=bjorn3Matthias Krüger-1/+1
2022-12-22Support documenting CargoJoshua Nelson-0/+1
2022-12-22Allow building std with craneliftJoshua Nelson-1/+1
2022-12-18Rollup merge of #96584 - bentongxyz:x-setup-h-v-should-work, r=jyn514Matthias Krüger-4/+0
2022-12-17Remove special cases for setup subcommandBenjamin Tong-4/+0
2022-12-17Symlink `build/host` -> `build/x86_64-unknown-linux-gnu` (as appropriate per ...Joshua Nelson-1/+18
2022-12-10Rollup merge of #104512 - jyn514:download-ci-llvm-default, r=Mark-SimulacrumMatthias Krüger-2/+2
2022-12-05Rollup merge of #104953 - jyn514:fewer-submodule-updates, r=Mark-SimulacrumMatthias Krüger-3/+3
2022-12-05Rollup merge of #104952 - jyn514:setup, r=Mark-SimulacrumMatthias Krüger-19/+25
2022-12-03Don't exit with an error if there are no changes to submodulesJoshua Nelson-2/+15
2022-11-27suggested changesPratush Rai-1/+0
2022-11-27suggested changesPratush Rai-2/+2
2022-11-26Ensure required submodules at the same time as updating existing submodulesJoshua Nelson-3/+3
2022-11-26Don't update submodules for `x setup`Joshua Nelson-19/+25
2022-11-25bootstrapPratush Rai-2/+4
2022-11-19Set `download-ci-llvm = "if-available"` by default when `channel = "dev"`Joshua Nelson-2/+2
2022-11-13Make all download functions need only Config, not BuilderJoshua Nelson-67/+34
2022-11-12Print "Checking/Building ..." message even when --dry-run is passedJoshua Nelson-3/+5
2022-11-12Distinguish `--dry-run` from the automatic dry run checkJoshua Nelson-23/+23
2022-10-26check lld version to choose correct flag for testsDaniil Belov-2/+2
2022-10-10Auto merge of #94381 - Kobzol:llvm-bolt, r=Mark-Simulacrumbors-0/+1
2022-10-09Use BOLT in x64 dist CI to optimize LLVMJakub Beránek-0/+1
2022-10-02Auto merge of #100557 - dawnofmidnight:tarball-commit-info, r=Mark-Simulacrumbors-4/+10
2022-10-02Rollup merge of #102557 - Joshument:master, r=jyn514Matthias Krüger-2/+3
2022-10-02Rollup merge of #102353 - bjorn3:allow_rustix_use_libc, r=Mark-SimulacrumMatthias Krüger-0/+2
2022-10-01fix issue with x.py setup running into explicit panicJoshument-2/+3
2022-10-01fix: use git-commit-info for version informationdawnofmidnight-4/+10
2022-10-01Auto merge of #101969 - reez12g:issue-101306, r=reez12gbors-0/+2
2022-10-01Add a comment to downloading fmt statementRento Ezoe-0/+1
2022-09-27Allow passing rustix_use_libc cfg using RUSTFLAGSbjorn3-0/+2
2022-09-26fix check_cfgPietro Albini-0/+1
2022-09-26Make fmt downloaded on every invocation of bootstrapreez12g-0/+1