about summary refs log tree commit diff
path: root/src/bootstrap/flags.rs
AgeCommit message (Expand)AuthorLines
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
2018-02-26Fix error-format argument to x.pyMark Simulacrum-1/+1
2018-02-24Added error-format flag to x.py.penpalperson-0/+3
2018-02-17Add command to launch only doc testsGuillaume Gomez-0/+10
2018-02-15Consider paths passed to x.py to be root-relative.Mark Simulacrum-6/+2
2018-02-10Make exclude and paths relative to root of checkoutMark Simulacrum-7/+10
2018-02-10Implement excluding a build-step via --excludeMark Simulacrum-2/+5
2018-01-23Add ./x.py check src/{libstd,libtest,rustc}.Mark Simulacrum-0/+23
2018-01-19Add rustc-args option to test runnerSantiago Pastorino-0/+17
2017-10-27Return 0 when ./x.py has no subcommandtopecongiro-2/+5
2017-09-20Do not show "available paths" help in ./x.py cleanTommy Ip-5/+6
2017-09-20Add --all flag to ./x.py cleanTommy Ip-2/+8
2017-08-27Fail ./x.py on invalid commandMichal 'vorner' Vaner-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-7/+7
2017-08-13Allow overriding build triple via flag.Mark Simulacrum-4/+2
2017-08-13Unify flags into config.Mark Simulacrum-4/+11
2017-07-20Implement available paths list.Mark Simulacrum-5/+3
2017-07-20Utilize interning to allow Copy/Clone stepsMark Simulacrum-7/+11
2017-07-20Fixes warnings and errors introduced while moving code aroundMark Simulacrum-5/+6
2017-07-04Store verbosity on BuildMark Simulacrum-10/+0
2017-07-04Store positive instead of negative fail_fast.Mark Simulacrum-4/+4
2017-07-04Clarify meaning of Build.cargo, Build.rustc.Mark Simulacrum-2/+7
2017-07-04Clippy lintsMark Simulacrum-4/+2
2017-07-04Clean up and restructure sanity checking.Mark Simulacrum-1/+1
2017-07-04Don't allocate args in order to run find.Mark Simulacrum-10/+9