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
2019-09-04
Rename --warnings=allow to --warnings=warn
Mark Rousskov
-3
/
+3
2019-07-27
Remove run-pass test suites
Vadim Petrochenkov
-1
/
+1
2019-07-05
Lint on invalid values passed to x.py --warnings
Mark Rousskov
-3
/
+21
2019-06-24
bootstrap: pass '--pass' on to compiletest.
Mazdak Farrokhzad
-0
/
+17
2019-05-25
Add clippy and fix commands to x.py
ljedrz
-0
/
+34
2019-03-25
Save coverage file in build_base path, not /tmp
Philipp Hansch
-1
/
+1
2019-03-24
Add a way to track Rustfix UI test coverage
Philipp Hansch
-0
/
+15
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
bootstrap: fix edition
ljedrz
-5
/
+5
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-10-26
bootstrap: clean up a few clippy findings
Matthias Krüger
-10
/
+9
2018-08-28
expand keep-stage --help text
Ralf Jung
-1
/
+2
2018-07-30
improve test stage documentation
Ralf Jung
-2
/
+6
2018-07-30
improve --stage documentation
Ralf Jung
-1
/
+4
2018-07-14
Change keep-stage to only affect the passed stage
Mark Rousskov
-3
/
+5
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
[next]