about summary refs log tree commit diff
path: root/src/bootstrap/flags.rs
AgeCommit message (Expand)AuthorLines
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
2022-03-05Merge build_helper into utilbjorn3-1/+1
2022-03-05Remove build_helperbjorn3-1/+1
2022-03-02Remove num_cpus dependency from bootstrap, build-manifest and rustc_sessionbjorn3-1/+1
2022-01-04Tweak the usage messages for `x.py build` and `x.py check`.Nicholas Nethercote-23/+11
2021-08-24PGO for LLVM builds on x86_64-unknown-linux-gnu in CIMark Rousskov-2/+18
2021-08-13Enable `--all-targets` for `x.py check` unconditionallyJoshua Nelson-4/+6
2021-08-03Add x.py option to --force-rerun compiletest testsSmitty-0/+10
2021-07-21Make `x.py d` an alias for `x.py doc`inquisitivecrystal-4/+5
2021-05-11Rollup merge of #84783 - jyn514:fmt-one, r=Mark-SimulacrumYuki Okushi-1/+2
2021-05-01Allow formatting specific subdirectoriesJoshua Nelson-1/+2
2021-04-30Fix help for profile flagsTyler Mandry-2/+2
2021-04-30Add support for --run for non-ui testsTyler Mandry-6/+1
2021-04-30Add run flag to bootstrap testTyler Mandry-0/+15
2021-02-16avoid full-slicing slicesMatthias Krüger-1/+1
2021-01-16Support non-stage0 checkMark Rousskov-5/+1
2020-12-22Utilize PGO for rustc linux dist buildsMark Rousskov-0/+7
2020-11-12Add `--color` support to bootstrapJoshua Nelson-0/+30
2020-10-26Add --fix support to `x.py clippy`Joshua Nelson-1/+5
2020-10-23x.py test --test-args flag description enhancementNelson J Morais-1/+7
2020-10-14x.py: setup: Provide a description of what it doesIan Jackson-3/+10
2020-10-14x.py: setup: Refactor to centralise list of profilesIan Jackson-3/+1
2020-10-12bootstrap: add --include-default-paths to ./x.pyPietro Albini-0/+7
2020-10-07Rollup merge of #77624 - akoptelov:c-all-targets-fix, r=jyn514Dylan DPC-1/+1
2020-10-06Add c as a shorthand check alternative for new options #77603Alexander Koptelov-1/+1
2020-10-06Use String type for Profile parse errorAntoine Martin-2/+2
2020-10-06Show available profiles on errorAntoine Martin-1/+8
2020-10-06Use Profile enum for x.py setupAntoine Martin-7/+9
2020-10-03Place all-targets checking behind a flagMark Rousskov-1/+9
2020-09-29Filter out empty items in bootstrap::flags::splitTyler Mandry-1/+1
2020-09-26Rollup merge of #76631 - jyn514:x.py-setup, r=Mark-SimulacrumRalf Jung-1/+31
2020-09-24Add `x.py setup`Joshua Nelson-1/+31
2020-09-23Add `keep-stage-std` to `x.py`Dylan MacKenzie-1/+16
2020-09-16Don't generate bootstrap usage unless it's neededJoshua Nelson-30/+32
2020-09-11Stop implicitly appending triples to config.toml hosts and targetsMark Rousskov-10/+22
2020-08-30mv compiler to compiler/mark-1/+1
2020-08-22bootstrap: fix a couple of clippy lint warningsMatthias Krüger-5/+2
2020-07-28Use --stage 2 in checktoolsJoshua Nelson-1/+1
2020-07-27mv std libs to library/mark-16/+16
2020-07-17Teach bootstrap about target files vs target triplesJake Goulding-6/+5
2020-06-19Rollup merge of #73352 - ehuss:bootstrap-metadata, r=Mark-SimulacrumRalf Jung-5/+2
2020-06-19Rollup merge of #73317 - davidtwco:bootstrap-config-env-var, r=Mark-SimulacrumRalf Jung-8/+2
2020-06-16bootstrap: read config from $RUST_BOOTSTRAP_CONFIGDavid Wood-8/+2
2020-06-15Add more info to `x.py build --help` on default value for `-j JOBS`.Felix S. Klock II-1/+6
2020-06-13Speed up bootstrap a little.Eric Huss-5/+2