about summary refs log tree commit diff
path: root/src/bootstrap/flags.rs
AgeCommit message (Expand)AuthorLines
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
2020-05-21Add flag to open docs: x.py doc --openDavid Tolnay-1/+13
2020-05-13Forbid stage arguments to checkMark Rousskov-0/+14
2020-05-05Add command aliases from Cargo to x.py commandsmibac138-13/+17
2020-04-02bootstrap: add `--json-output` for rust-analyzerNiko Matsakis-0/+3
2020-03-24ci: add github actions configurationPietro Albini-0/+24
2020-03-11Rollup merge of #69603 - chrissimpkins:tidy-docs-update, r=petrochenkovMazdak Farrokhzad-1/+5
2020-03-09remove trailing whitespace (tidy)Chris Simpkins-1/+1
2020-03-09Add documentation of tool testing with x.py scriptChris Simpkins-2/+6
2020-03-06fix various typosMatthias Krüger-1/+1
2020-02-03bootstrap: fix clippy warningsMatthias Krüger-1/+1
2020-01-22bootstrap: update clippy subcmd decriptionMatthias Krüger-1/+1
2020-01-10Match llvm-skip-rebuild flagMatthew Healy-0/+5
2020-01-09Add llvm-skip-rebuild to optsMatthew Healy-0/+8
2019-12-22Format the worldMark Rousskov-60/+37
2019-12-21Implement `./x.py fmt [--check]`.Adam Perry-1/+25
2019-11-10make the error message more readableGuanqun Lu-3/+3
2019-09-04Rename --warnings=allow to --warnings=warnMark Rousskov-3/+3
2019-07-27Remove run-pass test suitesVadim Petrochenkov-1/+1
2019-07-05Lint on invalid values passed to x.py --warningsMark Rousskov-3/+21