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
/
tool.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-26
bootstrap: clean up a few clippy findings
Matthias Krüger
-4
/
+4
2018-10-20
Update Cargo, build curl/OpenSSL statically via features
Alex Crichton
-11
/
+16
2018-09-12
remove struct CleanTools
Collins Abitekaniza
-27
/
+0
2018-09-12
clear_if_dirty in Builder::cargo with passed mode
Collins Abitekaniza
-25
/
+2
2018-08-20
bootstrap: Allow for building LLVM with ThinLTO.
Michael Woerister
-1
/
+1
2018-08-18
Use the new Entry::or_default method where possible.
Eduard-Mihai Burtescu
-1
/
+1
2018-08-02
Update Cargo submodule
Alex Crichton
-0
/
+4
2018-07-26
Refactor is_external_tool into source_type
Tatsuyuki Ishi
-11
/
+21
2018-07-25
Discriminate between external and optional tools
Tatsuyuki Ishi
-13
/
+20
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-7
/
+23
2018-07-21
Run the error index tool against the sysroot libdir
Mark Rousskov
-2
/
+2
2018-07-11
Remove unused variable
Oliver Schneider
-1
/
+0
2018-07-11
Hitchhike with rls into stable
Oliver Schneider
-1
/
+1
2018-07-09
Also distribute cargo clippy
Oliver Schneider
-0
/
+8
2018-07-09
Inject clippy into the rls again
Oliver Schneider
-0
/
+9
2018-07-06
Rollup merge of #52080 - oli-obk:dep_dedup_diagnostics, r=kennytm
kennytm
-6
/
+22
2018-07-05
Address review comments
Oliver Schneider
-12
/
+5
2018-07-05
Only display difference of features, not all features
Oliver Schneider
-4
/
+22
2018-07-05
Vertical list of tools to check
Oliver Schneider
-2
/
+7
2018-07-05
Update Cargo.lock dependencies
Alex Crichton
-1
/
+4
2018-07-03
Compile stage0 tools with the raw bootstrap compiler
Alex Crichton
-15
/
+20
2018-07-01
Did you mean to block nightlies on clippy?
Oliver Schneider
-1
/
+1
2018-06-25
Do not build LLVM tools for any of the tools
Mark Simulacrum
-6
/
+3
2018-06-10
Added comment to explain why only RustIstaller has `llvm_tools = false`.
kennytm
-0
/
+3
2018-06-10
Allow some tools to be run without first building LLVM.
kennytm
-16
/
+25
2018-06-03
thread tool modes through
Collins Abitekaniza
-6
/
+17
2018-06-03
refactor, make requested changes
Collins Abitekaniza
-7
/
+7
2018-06-03
refactor Mode enum
Collins Abitekaniza
-27
/
+27
2018-05-17
Rename rustdoc to use underscores
Mark Simulacrum
-1
/
+1
2018-05-15
Don't inject clippy into the rls anymore
Oliver Schneider
-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
[next]