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
2019-03-30
Don't ignore git for LLVM info
Josh Stone
-1
/
+1
2019-03-20
Auto merge of #58897 - Mark-Simulacrum:tool-rework, r=alexcrichton
bors
-39
/
+73
2019-03-16
Fix formatting
bjorn3
-1
/
+1
2019-03-16
[bootstrap] Remove llvm.enabled config
bjorn3
-2
/
+2
2019-03-06
Make Cargo a rustc tool again
John Kåre Alsaker
-1
/
+1
2019-03-05
Bootstrap changes
John Kåre Alsaker
-2
/
+3
2019-03-03
Permit getting stage 0 rustdoc
Mark Rousskov
-3
/
+5
2019-03-03
Tools built by the bootstrap compiler must be built by it
Mark Rousskov
-36
/
+68
2019-02-25
bootstrap: deny(rust_2018_idioms)
Taiki Endo
-18
/
+18
2019-02-13
Auto merge of #58238 - Mark-Simulacrum:doctest-fix, r=alexcrichton
bors
-18
/
+18
2019-02-11
This fixes doctests in stage 1
Mark Rousskov
-18
/
+12
2019-02-11
Never build rustdoc in stage 0
Mark Rousskov
-0
/
+6
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2019-01-30
bootstrap: Make LLD available to run-make tests.
Michael Woerister
-14
/
+27
2019-01-08
fixup
Oliver Scherer
-1
/
+3
2019-01-08
Prepare everything for distributing miri via rustup
Oliver Scherer
-0
/
+8
2019-01-02
bootstrap: Link LLVM as a dylib with ThinLTO
Alex Crichton
-1
/
+1
2018-12-28
Update cargo, rls, miri
Eric Huss
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-25
Revert "Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister"
kennytm
-1
/
+1
2018-12-17
bootstrap: Link LLVM as a dylib with ThinLTO
Alex Crichton
-1
/
+1
2018-12-10
bootstrap: fix edition
ljedrz
-10
/
+10
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-25
Try to make top-level Cargo.toml work without __CARGO_TEST_ROOT.
Eduard-Mihai Burtescu
-18
/
+2
2018-11-22
Move Cargo.{toml,lock} to the repository root directory.
Eduard-Mihai Burtescu
-4
/
+24
2018-11-21
Forward rust version number to tools
Oliver Scherer
-0
/
+2
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
[next]