about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2024-08-09Rollup merge of #128822 - onur-ozkan:add-build-config-in-tarballs, r=KobzolMatthias Krüger-1/+11
2024-08-09Pass `Flags` to `Config::parse` explicitlyJakub Beránek-19/+24
2024-08-09Move verbose help parsing to `main`Jakub Beránek-10/+24
2024-08-09Do not print verbose error when a bootstrap command fails without verbose modeJakub Beránek-4/+12
2024-08-09Enable zstd for debug compression.Kyle Huey-4/+21
2024-08-09Make `Build::run` comment more accurateJakub Beránek-1/+2
2024-08-09don't try to find target tools on certain commandsonur-ozkan-9/+23
2024-08-09call `Cargo::configure_linker` only for specific commandsonur-ozkan-1/+9
2024-08-09use absolute path for `config.toml`onur-ozkan-1/+5
2024-08-09add `builder-config` into tarball sourcesonur-ozkan-0/+6
2024-08-07Rollup merge of #128353 - ferrocene:jonathanpallant/add-dependencies-to-copyr...Matthias Krüger-1/+3
2024-08-07bootstrap: clear miri's ui test deps when rustc changesRalf Jung-0/+8
2024-08-06Rollup merge of #128685 - bjorn3:rust_src_remove_leftover, r=onur-ozkanMatthias Krüger-4/+0
2024-08-06improve rustup check in `x setup`onur-ozkan-4/+15
2024-08-06remove redundant FIXMEsonur-ozkan-17/+6
2024-08-06unify path syncing logic for vendor and distonur-ozkan-35/+31
2024-08-06generate-copyright: Produce HTML, not MarkdownJonathan Pallant-1/+1
2024-08-06Update generate-copyrightJonathan Pallant-0/+2
2024-08-05Rollup merge of #128686 - onur-ozkan:unnecessary-type-cast, r=KobzolMatthias Krüger-2/+1
2024-08-05Rollup merge of #128631 - onur-ozkan:hotfix, r=Mark-SimulacrumMatthias Krüger-2/+12
2024-08-05fix the invalid argument type in `helpers::get_closest_merge_base_commit`onur-ozkan-2/+1
2024-08-05Remove the root Cargo.lock from the rust-src componentbjorn3-4/+0
2024-08-05Rollup merge of #127974 - onur-ozkan:force-std-builds, r=Mark-SimulacrumMatthias Krüger-8/+31
2024-08-04Auto merge of #128534 - bjorn3:split_stdlib_workspace, r=Mark-Simulacrumbors-2/+8
2024-08-04Update incorrect commentbjorn3-1/+1
2024-08-04Rollup merge of #128589 - onur-ozkan:llvm-configs, r=cuviperMatthias Krüger-3/+17
2024-08-04handle crates when they are not specified for std docsonur-ozkan-2/+12
2024-08-03Rollup merge of #128283 - lolbinarycat:bootstrap-custom-target, r=albertlarsan68Matthias Krüger-3/+14
2024-08-03Remove another false-negative hidden by dead code changesMichael Goulet-4/+0
2024-08-03Promote aarch64-apple-darwin to Tier 1Evelyn Harthbrooke-1/+1
2024-08-03allow setting `link-shared` and `static-libstdcpp` with CI LLVMonur-ozkan-3/+17
2024-08-02bootstrap: fix bug preventing the use of custom targetsbinarycat-3/+14
2024-08-02Move the standard library to a separate workspacebjorn3-1/+7
2024-08-02Rollup merge of #128436 - GuillaumeGomez:update-sysinfo, r=clubby789Matthias Krüger-37/+93
2024-08-01Update sysinfo version to 0.31.2Guillaume Gomez-37/+93
2024-08-01Rollup merge of #128437 - onur-ozkan:handle-llvm-tools-properly, r=albertlars...Matthias Krüger-3/+34
2024-07-31improve bootstrap to allow selecting llvm tools individuallyonur-ozkan-3/+34
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-4/+1
2024-07-30set `force_recompile: true` if library is modifiedonur-ozkan-8/+31
2024-07-29Rollup merge of #128342 - onur-ozkan:ci-env-usage, r=KobzolMatthias Krüger-8/+6
2024-07-29simplify the use of `CiEnv`onur-ozkan-8/+6
2024-07-29ignore `crates` if running unit testsonur-ozkan-0/+5
2024-07-29remove the requirement of `Builder` arg in `doc::Std::new` functiononur-ozkan-18/+2
2024-07-29allow running `x doc` on std for no_std targetsonur-ozkan-8/+2
2024-07-29handle no_std targets on std buildsonur-ozkan-8/+22
2024-07-29Rollup merge of #128269 - onur-ozkan:improve-cargo-invocations, r=Mark-Simula...Matthias Krüger-117/+151
2024-07-29Reformat `use` declarations.Nicholas Nethercote-208/+166
2024-07-28step cfg(bootstrap)Mark Rousskov-4/+1
2024-07-28Auto merge of #128301 - matthiaskrgr:rollup-9fyf587, r=matthiaskrgrbors-92/+219
2024-07-28Rollup merge of #128215 - ehuss:update-reference, r=KobzolMatthias Krüger-92/+219