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
/
check.rs
Age
Commit message (
Expand
)
Author
Lines
2021-02-24
Remove `ENABLE_DOWNLOAD_RUSTC` constant
Joshua Nelson
-4
/
+0
2021-02-08
Absolute bare minimum for downloading rustc from CI
Joshua Nelson
-0
/
+4
2021-01-21
Deny internal lints for rustdoc
Joshua Nelson
-0
/
+7
2021-01-16
Print which stage is being checked (now that it may not be stage0)
Joshua Nelson
-7
/
+14
2021-01-16
Support non-stage0 check
Mark Rousskov
-8
/
+22
2021-01-04
./x.py clippy: allow the most noisy lints
Matthias Krüger
-0
/
+11
2020-11-14
Print 'checking cranelift artifacts' to easily separate it from other artifacts
Joshua Nelson
-0
/
+5
2020-11-11
Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-Simulacrum
Jonas Schievink
-2
/
+2
2020-11-05
Get `--fix` working for everything except rustdoc
Joshua Nelson
-3
/
+14
2020-10-26
x.py fmt
Joshua Nelson
-3
/
+1
2020-10-26
Add --fix support to `x.py clippy`
Joshua Nelson
-11
/
+17
2020-10-26
Add support for using cg_clif to bootstrap rustc
bjorn3
-1
/
+67
2020-10-26
Support enable/disable sanitizers/profiler per target
12101111
-2
/
+2
2020-10-03
Place all-targets checking behind a flag
Mark Rousskov
-30
/
+39
2020-09-03
Check test/example/benchmark on x.py check
Mark Rousskov
-1
/
+60
2020-09-02
Avoid spurious print outs during dryrun
Mark Rousskov
-2
/
+2
2020-07-17
Teach bootstrap about target files vs target triples
Jake Goulding
-9
/
+9
2020-06-25
Support configurable deny-warnings for all in-tree crates.
Eric Huss
-7
/
+22
2020-05-02
Also build clippy with `./x.py check`
Oliver Scherer
-68
/
+74
2020-04-22
Build libstd with `-Cbitcode-in-rlib=yes`.
Nicholas Nethercote
-1
/
+1
2020-01-09
Add bootstrap step for building sanitizer runtimes
Tomasz Miąsko
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-44
/
+45
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-63
/
+3
2019-10-15
Package non-rust objects
Jethro Beekman
-0
/
+4
2019-09-23
Allow adding `RUSTFLAGS` after `Builder::cargo`
Alex Crichton
-12
/
+12
2019-08-28
Fix build src/libtest
Yuki Okushi
-1
/
+1
2019-08-23
bootstrap: Merge the libtest build step with libstd
Alex Crichton
-53
/
+2
2019-08-13
Utilize -Zbinary-dep-depinfo for dependency tracking
Mark Rousskov
-1
/
+0
2019-07-15
ci: Remove Travis/AppVeyor configuration
Alex Crichton
-5
/
+0
2019-05-25
Add clippy and fix commands to x.py
ljedrz
-7
/
+30
2019-03-05
Bootstrap changes
John Kåre Alsaker
-4
/
+8
2019-02-25
bootstrap: deny(rust_2018_idioms)
Taiki Endo
-20
/
+36
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-01-02
bootstrap: Link LLVM as a dylib with ThinLTO
Alex Crichton
-5
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-25
Revert "Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister"
kennytm
-0
/
+5
2018-12-17
bootstrap: Link LLVM as a dylib with ThinLTO
Alex Crichton
-5
/
+0
2018-12-10
bootstrap: fix edition
ljedrz
-5
/
+6
2018-10-20
Update Cargo, build curl/OpenSSL statically via features
Alex Crichton
-1
/
+2
2018-09-12
Add check build dependencies
Mark Rousskov
-6
/
+6
2018-09-12
Do not print checking messages in dry run mode
Mark Rousskov
-3
/
+3
2018-09-12
remove struct CleanTools
Collins Abitekaniza
-7
/
+2
2018-09-12
clear_if_dirty in Builder::cargo with passed mode
Collins Abitekaniza
-10
/
+0
2018-08-20
bootstrap: Allow for building LLVM with ThinLTO.
Michael Woerister
-0
/
+5
2018-08-06
Building librustc_codegen_llvm in a separate directory
Mark Rousskov
-2
/
+4
2018-07-29
Clear out rustdoc check builds if dependencies change
Mark Rousskov
-0
/
+5
2018-07-26
Refactor is_external_tool into source_type
Tatsuyuki Ishi
-2
/
+2
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-1
/
+2
2018-07-03
Compile stage0 tools with the raw bootstrap compiler
Alex Crichton
-1
/
+2
2018-06-03
impl is_tool on Mode enum
Collins Abitekaniza
-1
/
+1
[next]