index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootstrap
/
flags.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-30
Run rustfmt
Santiago Pastorino
-98
/
+130
2018-05-30
Add compare-mode to x.py
Santiago Pastorino
-0
/
+11
2018-05-17
Make `bless` a flag instead of a subcommand
Oliver Schneider
-10
/
+10
2018-05-17
Add `bless` x.py subcommand for easy ui test replacement
Oliver Schneider
-0
/
+12
2018-05-06
s/DocTestsOption/DocTests/g
kennytm
-7
/
+7
2018-05-06
Added `./x.py test --no-doc` option.
kennytm
-6
/
+13
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-0
/
+6
2018-04-07
Don't default to stage 1 with incremental
Tamir Duberstein
-7
/
+1
2018-04-03
Refactor to use a dry-run config instead of cfg(test)
Mark Simulacrum
-1
/
+3
2018-04-03
Stop accessing current_dir in bootstrap
Mark Simulacrum
-8
/
+0
2018-03-15
Support extra-verbose builds:
comex
-1
/
+1
2018-02-26
Fix error-format argument to x.py
Mark Simulacrum
-1
/
+1
2018-02-24
Added error-format flag to x.py.
penpalperson
-0
/
+3
2018-02-17
Add command to launch only doc tests
Guillaume Gomez
-0
/
+10
2018-02-15
Consider paths passed to x.py to be root-relative.
Mark Simulacrum
-6
/
+2
2018-02-10
Make exclude and paths relative to root of checkout
Mark Simulacrum
-7
/
+10
2018-02-10
Implement excluding a build-step via --exclude
Mark Simulacrum
-2
/
+5
2018-01-23
Add ./x.py check src/{libstd,libtest,rustc}.
Mark Simulacrum
-0
/
+23
2018-01-19
Add rustc-args option to test runner
Santiago Pastorino
-0
/
+17
2017-10-27
Return 0 when ./x.py has no subcommand
topecongiro
-2
/
+5
2017-09-20
Do not show "available paths" help in ./x.py clean
Tommy Ip
-5
/
+6
2017-09-20
Add --all flag to ./x.py clean
Tommy Ip
-2
/
+8
2017-08-27
Fail ./x.py on invalid command
Michal 'vorner' Vaner
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-7
/
+7
2017-08-13
Allow overriding build triple via flag.
Mark Simulacrum
-4
/
+2
2017-08-13
Unify flags into config.
Mark Simulacrum
-4
/
+11
2017-07-20
Implement available paths list.
Mark Simulacrum
-5
/
+3
2017-07-20
Utilize interning to allow Copy/Clone steps
Mark Simulacrum
-7
/
+11
2017-07-20
Fixes warnings and errors introduced while moving code around
Mark Simulacrum
-5
/
+6
2017-07-04
Store verbosity on Build
Mark Simulacrum
-10
/
+0
2017-07-04
Store positive instead of negative fail_fast.
Mark Simulacrum
-4
/
+4
2017-07-04
Clarify meaning of Build.cargo, Build.rustc.
Mark Simulacrum
-2
/
+7
2017-07-04
Clippy lints
Mark Simulacrum
-4
/
+2
2017-07-04
Clean up and restructure sanity checking.
Mark Simulacrum
-1
/
+1
2017-07-04
Don't allocate args in order to run find.
Mark Simulacrum
-10
/
+9
2017-06-16
Use custom cargo/rustc paths when parsing flags.
Mark Simulacrum
-9
/
+8
2017-06-07
bootstrap: further clarify build --help
Ralf Jung
-2
/
+3
2017-06-06
bootstrap: improve 'build --help' by explaining what exactly the last example...
Ralf Jung
-1
/
+5
2017-06-02
rustbuild: Add `./x.py test --no-fail-fast`
Josh Stone
-1
/
+13
2017-05-22
rustbuild: split Install out of Dist subcommand
Marc-Antoine Perennou
-5
/
+12
2017-04-04
Branch arms need to match the return value even if it's not being assigned to...
Nathan Stocks
-4
/
+4
2017-04-03
Handle options-with-arguments before subcommands such as './x.py -j 10 build'...
Nathan Stocks
-16
/
+44
2017-04-02
Fix breaking the 'clean' subcommand caused replacing a single-letter variable...
Nathan Stocks
-1
/
+1
2017-04-02
Simplify a "use" statement as per @grunweg's feedback.
Nathan Stocks
-1
/
+1
2017-04-02
Oops, we can't parse options until all options have been defined. Tiny bit o...
Nathan Stocks
-15
/
+23
2017-04-02
Finish the improvements I planned.
Nathan Stocks
-117
/
+105
2017-04-02
Save my TODO's as comments, so I don't forget.
Nathan Stocks
-0
/
+2
2017-04-02
Using an untyped, one-letter variable binding as an argument to a function an...
Nathan Stocks
-2
/
+2
2017-04-02
Vastly improve the help output.
Nathan Stocks
-27
/
+26
2017-03-30
When dealing with the list of all possible subcommands, deal with them in the...
Nathan Stocks
-7
/
+7
[next]