summary refs log tree commit diff
path: root/src/bootstrap/flags.rs
AgeCommit message (Expand)AuthorLines
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
2016-12-20rustbuild: Deny and fix warningsAlex Crichton-1/+1
2016-12-19add and document `--incremental` flag along with misc other changesNiko Matsakis-3/+26
2016-12-15Auto merge of #38331 - bluss:assume-stage, r=alexcrichtonbors-0/+3
2016-12-14Document --test-args for rustbuildSeo Sanghyeon-1/+0
2016-12-13rustbuild: Add cli option --keep-stageUlrik Sverdrup-0/+3
2016-12-07mk: Switch rustbuild to the default build systemAlex Crichton-0/+1
2016-11-25rustbuild: Add bench subcommandUlrik Sverdrup-1/+16
2016-11-02rustbuild: Rewrite user-facing interfaceAlex Crichton-37/+202
2016-07-05rustbuild: Remove the `build` directoryAlex Crichton-0/+103