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
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
2018-06-03
thread tool modes through
Collins Abitekaniza
-0
/
+1
2018-06-03
refactor, make requested changes
Collins Abitekaniza
-1
/
+1
2018-06-03
refactor Mode enum
Collins Abitekaniza
-13
/
+13
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-5
/
+5
2018-04-19
Ensure CleanTools is run for check rustdoc
varkor
-1
/
+7
2018-04-19
Add rustdoc to x.py check
varkor
-1
/
+52
2018-04-18
Replace Build with Builder
varkor
-10
/
+9
2018-04-18
Do not rebuild LLVM for x.py check
varkor
-3
/
+2
2018-04-18
Abstract LLVM building from bootstrap
varkor
-46
/
+4
2018-04-18
Correct the timestamp for CodegenBackend check
varkor
-4
/
+11
2018-04-18
Add rustc_trans to x.py check
varkor
-2
/
+95
2018-04-17
Remove uses of Build across Builder steps
Mark Simulacrum
-33
/
+30
2018-04-03
Refactor to use a dry-run config instead of cfg(test)
Mark Simulacrum
-3
/
+3
2018-03-17
rustbuild: Tweak where timing information goes
Alex Crichton
-8
/
+12
2018-03-09
rustbuild: Fix MSBuild location of `llvm-config.exe`
Alex Crichton
-1
/
+1
2018-02-11
Change Step to be invoked with a path when in default mode.
Mark Simulacrum
-3
/
+3
[next]