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-07-19
Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry
bors
-0
/
+1
2020-07-17
Generating the coverage map
Rich Kadel
-0
/
+1
2020-07-17
Teach bootstrap about target files vs target triples
Jake Goulding
-13
/
+13
2020-07-03
Add rust-analyzer submodule
Aleksey Kladov
-1
/
+2
2020-07-01
Tests for number of times rustdoc is built with x.py test and doc.
Eric Huss
-2
/
+2
2020-06-29
Compile rustdoc less often.
Eric Huss
-3
/
+3
2020-06-26
Remove mdbook-linkcheck.
Eric Huss
-17
/
+2
2020-06-25
Support configurable deny-warnings for all in-tree crates.
Eric Huss
-9
/
+10
2020-06-17
Add src/librustdoc as an alias for src/tools/rustdoc
Joshua Nelson
-1
/
+1
2020-06-12
x.py: do not build Miri by default
Ralf Jung
-12
/
+18
2020-06-01
bump Miri, update for cargo-miri being a separate project
Ralf Jung
-1
/
+3
2020-05-28
Set CFG_RELEASE for tools in bootstrap/tool.rs
Igor Matuszewski
-0
/
+4
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
[next]