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
2020-07-28
Use --stage 2 in checktools
Joshua Nelson
-1
/
+1
2020-07-27
mv std libs to library/
mark
-16
/
+16
2020-07-17
Teach bootstrap about target files vs target triples
Jake Goulding
-6
/
+5
2020-06-19
Rollup merge of #73352 - ehuss:bootstrap-metadata, r=Mark-Simulacrum
Ralf Jung
-5
/
+2
2020-06-19
Rollup merge of #73317 - davidtwco:bootstrap-config-env-var, r=Mark-Simulacrum
Ralf Jung
-8
/
+2
2020-06-16
bootstrap: read config from $RUST_BOOTSTRAP_CONFIG
David Wood
-8
/
+2
2020-06-15
Add more info to `x.py build --help` on default value for `-j JOBS`.
Felix S. Klock II
-1
/
+6
2020-06-13
Speed up bootstrap a little.
Eric Huss
-5
/
+2
2020-05-21
Add flag to open docs: x.py doc --open
David Tolnay
-1
/
+13
2020-05-13
Forbid stage arguments to check
Mark Rousskov
-0
/
+14
2020-05-05
Add command aliases from Cargo to x.py commands
mibac138
-13
/
+17
2020-04-02
bootstrap: add `--json-output` for rust-analyzer
Niko Matsakis
-0
/
+3
2020-03-24
ci: add github actions configuration
Pietro Albini
-0
/
+24
2020-03-11
Rollup merge of #69603 - chrissimpkins:tidy-docs-update, r=petrochenkov
Mazdak Farrokhzad
-1
/
+5
2020-03-09
remove trailing whitespace (tidy)
Chris Simpkins
-1
/
+1
2020-03-09
Add documentation of tool testing with x.py script
Chris Simpkins
-2
/
+6
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-02-03
bootstrap: fix clippy warnings
Matthias Krüger
-1
/
+1
2020-01-22
bootstrap: update clippy subcmd decription
Matthias Krüger
-1
/
+1
2020-01-10
Match llvm-skip-rebuild flag
Matthew Healy
-0
/
+5
2020-01-09
Add llvm-skip-rebuild to opts
Matthew Healy
-0
/
+8
2019-12-22
Format the world
Mark Rousskov
-60
/
+37
2019-12-21
Implement `./x.py fmt [--check]`.
Adam Perry
-1
/
+25
2019-11-10
make the error message more readable
Guanqun Lu
-3
/
+3
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
[next]