about summary refs log tree commit diff
path: root/src/bootstrap/flags.rs
AgeCommit message (Expand)AuthorLines
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
2019-06-24bootstrap: pass '--pass' on to compiletest.Mazdak Farrokhzad-0/+17
2019-05-25Add clippy and fix commands to x.pyljedrz-0/+34
2019-03-25Save coverage file in build_base path, not /tmpPhilipp Hansch-1/+1
2019-03-24Add a way to track Rustfix UI test coveragePhilipp Hansch-0/+15
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10bootstrap: fix editionljedrz-5/+5
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-2/+2
2018-10-26bootstrap: clean up a few clippy findingsMatthias Krüger-10/+9
2018-08-28expand keep-stage --help textRalf Jung-1/+2
2018-07-30improve test stage documentationRalf Jung-2/+6
2018-07-30improve --stage documentationRalf Jung-1/+4
2018-07-14Change keep-stage to only affect the passed stageMark Rousskov-3/+5
2018-05-30Run rustfmtSantiago Pastorino-98/+130
2018-05-30Add compare-mode to x.pySantiago Pastorino-0/+11
2018-05-17Make `bless` a flag instead of a subcommandOliver Schneider-10/+10
2018-05-17Add `bless` x.py subcommand for easy ui test replacementOliver Schneider-0/+12
2018-05-06s/DocTestsOption/DocTests/gkennytm-7/+7
2018-05-06Added `./x.py test --no-doc` option.kennytm-6/+13
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-0/+6
2018-04-07Don't default to stage 1 with incrementalTamir Duberstein-7/+1
2018-04-03Refactor to use a dry-run config instead of cfg(test)Mark Simulacrum-1/+3
2018-04-03Stop accessing current_dir in bootstrapMark Simulacrum-8/+0
2018-03-15Support extra-verbose builds:comex-1/+1