about summary refs log tree commit diff
path: root/src/bootstrap/flags.rs
AgeCommit message (Expand)AuthorLines
2023-07-31Pass BOLT profile to bootstrap to be included in the reproducible artifacts a...Jakub Beránek-5/+2
2023-07-31Auto merge of #114126 - ozkanonur:stage-support-for-clean, r=ozkanonurbors-0/+4
2023-07-30support `--stage` for `x clean`ozkanonur-0/+4
2023-07-30bootstrap: inline format!() argsMatthias Krüger-1/+1
2023-07-13Rename `detail_exit_macro` to `exit`jyn-2/+2
2023-07-03Remove compare modeMichael Goulet-1/+1
2023-05-30create `build_helper/src/util` modozkanonur-2/+2
2023-05-24Auto merge of #111566 - clubby789:bootstrap-override-config, r=ozkanonurbors-0/+3
2023-05-19Override config.toml options from command lineclubby789-0/+3
2023-05-17Fix typo in bootstrap command descriptionJakub Beránek-1/+1
2023-05-10Generate shell completions for bootstrap with Clapclubby789-14/+35
2023-05-07Auto merge of #110693 - clubby789:x-clap-take-2, r=Mark-Simulacrumbors-659/+336
2023-05-06Migrate bootstrap to Clap-based argumentsclubby789-659/+336
2023-05-04Use `free-args` consistently in bootstrapjyn-18/+0
2023-04-09feat: implement basic suggest-tests toolEzra Shaw-3/+11
2023-03-05Rollup merge of #108613 - jyn514:rm-skip-rebuild, r=Mark-SimulacrumMatthias Krüger-13/+0
2023-03-01Remove `llvm.skip-rebuild` optionJoshua Nelson-13/+0
2023-02-25Rollup merge of #107848 - clubby789:x-setup-options, r=Mark-SimulacrumMichael Goulet-3/+10
2023-02-17Rollup merge of #107905 - clubby789:x-free-args, r=albertlarsan68Matthias Krüger-0/+11
2023-02-13Add additional options to `x setup`clubby789-3/+10
2023-02-10Pass arguments to `x` subcommands with `--`clubby789-0/+11
2023-02-10add only modified for compiletestyukang-0/+10
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-4/+4
2022-12-31Fix panic on `x build --help`Joshua Nelson-22/+22
2022-12-27Auto merge of #106168 - jyn514:clean-crates, r=Mark-Simulacrumbors-8/+2
2022-12-26Allow cleaning individual cratesJoshua Nelson-8/+2
2022-12-26Fix panic on `x build --help --verbose`Joshua Nelson-1/+11
2022-12-17Remove special cases for setup subcommandBenjamin Tong-3/+3
2022-11-26Don't update submodules for `x setup`Joshua Nelson-4/+5
2022-11-06bootstrap: add support for running Miri on a fileRalf Jung-8/+17
2022-10-09Use BOLT in x64 dist CI to optimize LLVMJakub Beránek-0/+6
2022-09-17Add a new component, `rust-json-docs`, to distribute the JSON-formatted docum...Luca Palmieri-1/+19
2022-08-15Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and...The 8472-1/+1
2022-08-14Impl Debug for some structs of rustbuildohno418-0/+1
2022-07-31Move `x test --skip` to be part of `--exclude`Joshua Nelson-12/+0
2022-07-29Don't give a hard error for `x check --keep-stage 0`Joshua Nelson-9/+0
2022-07-11Rollup merge of #97210 - Milo123459:clippy-args, r=jyn514Matthias Krüger-1/+16
2022-07-11clippy argument supportMilo-1/+16
2022-07-07squash the commitstoshiki goto-7/+6
2022-06-30Add a `--build-dir` flag to rustbuildThom Chiovoloni-0/+8
2022-06-09Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s...David Tolnay-1/+1
2022-06-03Fully stabilize NLLJack Huey-1/+1
2022-05-28Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul...Matthias Krüger-4/+4
2022-05-25feat: refactored bootstrap files to use stderr consistentlyRaiyan-4/+4
2022-05-10Add test skip supportCollin Baker-2/+19
2022-04-21Add a test for `--exclude test::XXX`Joshua Nelson-0/+20
2022-04-16bootstrap: consolidate subcommand parsing and matchingAllen Wild-76/+50
2022-03-07copy over `std::path::absolute` instead of adding `canonicalize` hacksJoshua Nelson-1/+1
2022-03-07fix weird bug when `out` would get overridden by unit testsJoshua Nelson-1/+1
2022-03-07Don't depend on python for RUST_BOOTSTRAP_CONFIGJoshua Nelson-3/+1