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
2020-05-02
Gate on clippy on CI
Oliver Scherer
-4
/
+2
2020-04-20
Do not build tools if user do not want them
Mateusz Mikuła
-1
/
+9
2020-03-24
ci: add github actions configuration
Pietro Albini
-0
/
+1
2020-03-18
Rename add_lib_path to add_dylib_path
Josh Stone
-3
/
+3
2020-02-03
bootstrap: fix clippy warnings
Matthias Krüger
-1
/
+1
2020-01-08
Build compiletest with in-tree libtest
Josh Stone
-2
/
+8
2020-01-08
Remove obsolete llvm_tools flag
Josh Stone
-11
/
+1
2019-12-22
Format the world
Mark Rousskov
-101
/
+102
2019-10-28
Use rustc-workspace-hack for rustbook
Samuel Holland
-0
/
+1
2019-09-23
Move handling of `-Cprefer-dynamic` into `builder.rs`
Alex Crichton
-4
/
+0
2019-09-23
Allow adding `RUSTFLAGS` after `Builder::cargo`
Alex Crichton
-6
/
+6
2019-08-23
bootstrap: Merge the libtest build step with libstd
Alex Crichton
-36
/
+3
2019-08-09
Check links on all platforms when running locally
Mateusz Mikuła
-3
/
+23
2019-07-15
ci: Remove Travis/AppVeyor configuration
Alex Crichton
-2
/
+0
2019-07-12
rustbuild: Improve assert about building tools once
Alex Crichton
-21
/
+48
2019-06-13
Inline prepare_tool_cmd
Mark Rousskov
-15
/
+7
2019-06-13
Delete unnecessary command
Mark Rousskov
-7
/
+3
2019-06-05
rustbuild: Include `rustfmt` in deduplicated dependencies
Alex Crichton
-0
/
+1
2019-05-30
Auto merge of #61212 - alexcrichton:skip-rustc, r=pietroalbini
bors
-15
/
+15
2019-05-26
ci: Attempt to skip a full rustc compile on dist*
Alex Crichton
-15
/
+15
2019-05-25
Add clippy and fix commands to x.py
ljedrz
-1
/
+1
2019-05-24
rustbuild: Simplify debuginfo configuration
Vadim Petrochenkov
-4
/
+0
2019-05-09
remove unneeded `extern crate`s from build tools
Andy Russell
-0
/
+2
2019-04-29
bootstrap: Don't add LLVM's bin directory to the PATH for tool invocations.
Michael Woerister
-51
/
+0
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
[next]