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
/
tool.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-08
[beta] Prepare the 1.27.0 beta release
Alex Crichton
-9
/
+0
2018-05-04
bootstrap: Fix LLVM bin path setup for Windows.
Michael Woerister
-3
/
+39
2018-04-17
Remove uses of Build across Builder steps
Mark Simulacrum
-43
/
+39
2018-04-11
Don't inject clippy into rls on stable/beta
Oliver Schneider
-1
/
+2
2018-04-05
Bump the bootstrap compiler to 1.26.0 beta
Alex Crichton
-1
/
+0
2018-04-03
Avoid printing output when in dry run mode
Mark Simulacrum
-2
/
+3
2018-04-03
Refactor to use a dry-run config instead of cfg(test)
Mark Simulacrum
-3
/
+3
2018-04-03
Stub out less code
Mark Simulacrum
-5
/
+1
2018-04-03
Stub out various functions during testing
Mark Simulacrum
-1
/
+5
2018-03-26
rustbuild: Fail the build if we build Cargo twice
Alex Crichton
-1
/
+74
2018-03-25
rustbuild: Disable docs on cross-compiled builds
Alex Crichton
-0
/
+4
2018-03-17
rustbuild: Tweak where timing information goes
Alex Crichton
-6
/
+6
2018-03-16
Automatically enable the `clippy` feature of `rls` if clippy builds
Oliver Schneider
-3
/
+21
2018-02-08
Convert python script to rust
Guillaume Gomez
-0
/
+1
2017-12-27
Clarify toolstate names. Move publish.py to a more convenient location.
kennytm
-2
/
+2
2017-12-27
Revert "Add a file to trivially disable tool building or testing"
kennytm
-24
/
+13
2017-12-03
Record build and test result of extended tools into toolstates.json.
kennytm
-1
/
+13
2017-11-22
Always ignore build failure of failable tools (rls, rustfmt, clippy, miri).
kennytm
-2
/
+9
2017-11-16
rustbuild: make tidy happy
Marc-Antoine Perennou
-1
/
+2
2017-11-16
rustbuild: dist cargo-fmt as part of rustfmt
Marc-Antoine Perennou
-0
/
+1
2017-11-16
rustbuild: use a macro to define "extended" tools
Marc-Antoine Perennou
-135
/
+50
2017-11-03
issue #45357 set clippy build condition to extended.
matt rice
-4
/
+2
2017-10-26
issue #45357 don't build clippy stage 1
matt rice
-1
/
+4
2017-10-21
rustbuild: Build stage 1 error index generator at stage 0
Oliver Middleton
-5
/
+5
2017-10-19
Make tools which may not build return Option.
Mark Simulacrum
-18
/
+22
2017-10-18
Make sure to clear out the stageN-{rustc,std,tools} directories.
Mark Simulacrum
-12
/
+32
2017-10-15
rustbuild: Support specifying archiver and linker explicitly
Vadim Petrochenkov
-1
/
+1
2017-10-10
Enable building clippy in CI
Oliver Schneider
-2
/
+2
2017-09-28
Update to the `cc` crate
Alex Crichton
-0
/
+4
2017-09-27
Add RLS and Rustfmt to the toolstate mechanism
Nick Cameron
-2
/
+2
2017-09-26
Allow rustdoc to get compiled with debuginfo
Mark Simulacrum
-0
/
+5
2017-09-19
Disable clippy building
Oliver Schneider
-1
/
+1
2017-09-19
Add clippy to `toolstate.toml`
Oliver Schneider
-2
/
+2
2017-09-17
Rebase fallout
Oliver Schneider
-0
/
+1
2017-09-17
Add a file to trivially disable tool building or testing
Oliver Schneider
-3
/
+13
2017-09-17
Get the miri test suite to run inside the rustc dev environment
Oliver Schneider
-0
/
+35
2017-09-17
Rollup merge of #44533 - nrc:rustfmt-submod, r=alexcrichton
Tim Neumann
-0
/
+34
2017-09-16
Rollup merge of #44616 - alexcrichton:rustdoc-fix-again-whee, r=Mark-Simulacrum
Alex Crichton
-3
/
+5
2017-09-15
rustbuild: Fix test "test rustdoc" invocation
Alex Crichton
-3
/
+5
2017-09-15
rustbuild: Compile the error-index in stage 2
Alex Crichton
-2
/
+14
2017-09-13
Build and test Rustfmt
Nick Cameron
-0
/
+34
2017-09-09
rustbuild: Switch back to using hard links
Alex Crichton
-5
/
+15
2017-09-03
Auto merge of #44176 - nrc:update-rls, r=alexcrichton
bors
-0
/
+1
2017-09-02
Auto merge of #43886 - oli-obk:clippy, r=nrc
bors
-0
/
+38
2017-08-31
Set CFG_VERSION env var for tool builds
Nick Cameron
-0
/
+1
2017-08-28
rustbuild: Fix dependencies of build-manifest
Alex Crichton
-1
/
+1
2017-08-24
Require adding clippy's path to the `x.py` invocation
Oliver Schneider
-1
/
+1
2017-08-15
Add clippy as a submodule
Oliver Schneider
-0
/
+38
2017-08-13
Build rustdoc with the native build triple
Mark Simulacrum
-1
/
+1
2017-08-13
Cargotest needs only one rustdoc.exe to exist on Windows
Mark Simulacrum
-1
/
+4
[next]