summary refs log tree commit diff
path: root/src/bootstrap/flags.rs
AgeCommit message (Expand)AuthorLines
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
2017-06-16Use custom cargo/rustc paths when parsing flags.Mark Simulacrum-9/+8
2017-06-07bootstrap: further clarify build --helpRalf Jung-2/+3
2017-06-06bootstrap: improve 'build --help' by explaining what exactly the last example...Ralf Jung-1/+5
2017-06-02rustbuild: Add `./x.py test --no-fail-fast`Josh Stone-1/+13
2017-05-22rustbuild: split Install out of Dist subcommandMarc-Antoine Perennou-5/+12
2017-04-04Branch arms need to match the return value even if it's not being assigned to...Nathan Stocks-4/+4
2017-04-03Handle options-with-arguments before subcommands such as './x.py -j 10 build'...Nathan Stocks-16/+44
2017-04-02Fix breaking the 'clean' subcommand caused replacing a single-letter variable...Nathan Stocks-1/+1
2017-04-02Simplify a "use" statement as per @grunweg's feedback.Nathan Stocks-1/+1
2017-04-02Oops, we can't parse options until all options have been defined. Tiny bit o...Nathan Stocks-15/+23
2017-04-02Finish the improvements I planned.Nathan Stocks-117/+105
2017-04-02Save my TODO's as comments, so I don't forget.Nathan Stocks-0/+2
2017-04-02Using an untyped, one-letter variable binding as an argument to a function an...Nathan Stocks-2/+2
2017-04-02Vastly improve the help output.Nathan Stocks-27/+26
2017-03-30When dealing with the list of all possible subcommands, deal with them in the...Nathan Stocks-7/+7
2017-03-30Refer to a subcommand as a subcommand.Nathan Stocks-16/+15
2017-02-16[rustbuild] add a way to run command after failureSimonas Kazlauskas-0/+3
2017-01-16travis: Expand the `cross` linux imageAlex Crichton-2/+6
2017-01-12travis: Start uploading artifacts on commitsAlex Crichton-0/+2