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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootstrap
/
check.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-1
/
+2
2017-11-15
Reenable clippy testing
Oliver Schneider
-0
/
+4
2017-10-19
Make tools which may not build return Option.
Mark Simulacrum
-34
/
+40
2017-10-15
Don't use target's linker when linking build scripts
Vadim Petrochenkov
-7
/
+6
2017-10-15
rustbuild: Support specifying archiver and linker explicitly
Vadim Petrochenkov
-1
/
+7
2017-10-14
Auto merge of #45177 - oli-obk:clippy, r=alexcrichton
bors
-2
/
+7
2017-10-12
rustbuild: Prevent spurious rebuilds of the RLS
Alex Crichton
-4
/
+10
2017-10-10
Enable building clippy in CI
Oliver Schneider
-2
/
+7
2017-09-27
Add RLS and Rustfmt to the toolstate mechanism
Nick Cameron
-2
/
+10
2017-09-19
Add clippy to `toolstate.toml`
Oliver Schneider
-0
/
+44
2017-09-18
rustbuild: with --no-fail-fast, report the specific commands that failed
Ximin Luo
-4
/
+4
2017-09-17
Rebase fallout
Oliver Schneider
-0
/
+2
2017-09-17
Add a file to trivially disable tool building or testing
Oliver Schneider
-5
/
+14
2017-09-17
Get the miri test suite to run inside the rustc dev environment
Oliver Schneider
-0
/
+44
2017-09-17
Rollup merge of #44533 - nrc:rustfmt-submod, r=alexcrichton
Tim Neumann
-0
/
+41
2017-09-15
rustbuild: Fix test "test rustdoc" invocation
Alex Crichton
-4
/
+5
2017-09-13
Build and test Rustfmt
Nick Cameron
-0
/
+41
2017-09-05
Test rustdoc unit tests.
Mark Simulacrum
-1
/
+68
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-3
/
+3
2017-08-14
Auto merge of #43842 - bjorn3:no_llvm_cleanup, r=alexcrichton
bors
-17
/
+26
2017-08-13
Change run-make ignore message
bjorn3
-1
/
+1
2017-08-13
Remove some more cfg's
bjorn3
-17
/
+26
2017-08-13
Build rustdoc only at the top stage
Mark Simulacrum
-3
/
+3
2017-08-13
Unify flags into config.
Mark Simulacrum
-14
/
+5
2017-07-28
rustbuild: Use Cargo's "target runner"
Alex Crichton
-67
/
+13
2017-07-27
Correct a few run.host invocations where run.target is intended.
Mark Simulacrum
-2
/
+2
2017-07-27
Don't needlessly build rustdoc for compiletest.
Mark Simulacrum
-1
/
+6
2017-07-27
Build rustdoc on-demand.
Mark Simulacrum
-2
/
+1
2017-07-27
Change tools to take a compiler instead of a stage.
Mark Simulacrum
-3
/
+3
2017-07-25
Bump master to 1.21.0
Alex Crichton
-33
/
+35
2017-07-24
Make dist equivalent to old build system.
Mark Simulacrum
-1
/
+1
2017-07-23
Do not run pretty tests by default.
Mark Simulacrum
-0
/
+3
2017-07-22
Make distcheck work again.
Mark Simulacrum
-0
/
+4
2017-07-22
Add make_run to distcheck.
Mark Simulacrum
-0
/
+4
2017-07-20
Change make_run signature to taking a RunConfig struct for refactorability.
Mark Simulacrum
-116
/
+59
2017-07-20
Add an optional condition to constrain defaults.
Mark Simulacrum
-8
/
+3
2017-07-20
Remove step.rs comments
Mark Simulacrum
-231
/
+0
2017-07-20
Don't include lldb/gdb in default tests
Mark Simulacrum
-7
/
+5
2017-07-20
Don't run host-only tests when targeting another platform
Mark Simulacrum
-39
/
+111
2017-07-20
Fix a few issues found by comparing past/present
Mark Simulacrum
-4
/
+2
2017-07-20
Implement available paths list.
Mark Simulacrum
-36
/
+30
2017-07-20
Krate -> Crate
Mark Simulacrum
-9
/
+9
2017-07-20
Resolve rebase errors
Mark Simulacrum
-34
/
+32
2017-07-20
Require should_run to be implemented.
Mark Simulacrum
-0
/
+8
2017-07-20
Utilize interning to allow Copy/Clone steps
Mark Simulacrum
-97
/
+137
2017-07-20
Remove core_intrinsics feature gate
Mark Simulacrum
-0
/
+12
2017-07-20
Cleanups and fixes throughout
Mark Simulacrum
-7
/
+4
2017-07-20
Fix more incorrectly transitioned code
Mark Simulacrum
-17
/
+29
2017-07-20
Fix a few errors introduced during rebase.
Mark Simulacrum
-26
/
+49
2017-07-20
Fix a nit.
Mark Simulacrum
-1
/
+1
[next]