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
/
builder.rs
Age
Commit message (
Expand
)
Author
Lines
2019-01-08
Prepare everything for distributing miri via rustup
Oliver Scherer
-0
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-15
Auto merge of #56600 - ljedrz:fix_edition, r=Mark-Simulacrum
bors
-15
/
+15
2018-12-14
Bootstrap: Add testsuite for compiletest tool
Philipp Hansch
-0
/
+1
2018-12-12
Remove some env vars for rustdoc invocations.
Nicholas Nethercote
-0
/
+5
2018-12-10
bootstrap: fix edition
ljedrz
-15
/
+15
2018-12-09
Remove compile-fail-fulldeps test suite
Vadim Petrochenkov
-1
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-3
/
+3
2018-12-04
build the edition guide
Steve Klabnik
-1
/
+2
2018-11-30
tests: move all proc_macro tests from -fulldeps.
Eduard-Mihai Burtescu
-1
/
+0
2018-11-04
Ensure --exclude is checked against PathSet::Suite
kennytm
-2
/
+32
2018-11-02
Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavus
bors
-3
/
+3
2018-10-26
bootstrap: Allow for build libstd to have its own codegen-unit setting.
Michael Woerister
-4
/
+9
2018-10-21
Remove the parse-fail test suite
Vadim Petrochenkov
-1
/
+0
2018-10-21
Use markdown::render instead of using pulldown_cmark directly
Guillaume Gomez
-3
/
+3
2018-10-13
Improve verify_llvm_ir config option
Nikita Popov
-4
/
+0
2018-09-17
Auto merge of #52036 - collin5:b50509-2, r=collin5
bors
-0
/
+74
2018-09-17
refactor Builder::cargo, clean deps for cmd!=test
Collins Abitekaniza
-5
/
+2
2018-09-12
remove struct CleanTools
Collins Abitekaniza
-3
/
+14
2018-09-12
nit: rearrange and make match exhaustive
Collins Abitekaniza
-5
/
+8
2018-09-12
clear_if_dirty with self.rustc(compiler) for Mode::Rustc
Collins Abitekaniza
-0
/
+1
2018-09-12
use stage 1 compiler only for stamps
Collins Abitekaniza
-8
/
+8
2018-09-12
clear_if_dirty in Builder::cargo with passed mode
Collins Abitekaniza
-0
/
+62
2018-09-10
Add rustc SHA to released DWARF debuginfo
Alex Crichton
-2
/
+6
2018-08-20
bootstrap: Allow to invoke cargo with the Usage: rustc [OPTIONS] INPUT
Michael Woerister
-2
/
+2
2018-08-14
Add lldb to the build
Tom Tromey
-0
/
+1
2018-08-02
rustbuild: fix local_rebuild
Marc-Antoine Perennou
-1
/
+1
2018-07-27
Prefer to_string() to format!()
ljedrz
-1
/
+1
2018-07-18
Rollup merge of #52464 - o01eg:patch-1, r=alexcrichton
kennytm
-0
/
+2
2018-07-18
Rollup merge of #52439 - o01eg:fix-52317, r=alexcrichton
kennytm
-1
/
+1
2018-07-17
Allow clippy to be installed with make install
O01eg
-0
/
+2
2018-07-16
Enable incremental independent of stage
Mark Rousskov
-4
/
+1
2018-07-16
Revert some changes from #51917 to fix #52317.
O01eg
-1
/
+1
2018-07-12
Rollup merge of #52220 - ljedrz:dyn_bootstrap, r=kennytm
kennytm
-1
/
+1
2018-07-11
Auto merge of #51230 - nikic:no-verify-lto, r=pnkfelix
bors
-0
/
+4
2018-07-10
Deny bare trait objects in `src/bootstrap`.
ljedrz
-1
/
+1
2018-07-03
Compile stage0 tools with the raw bootstrap compiler
Alex Crichton
-3
/
+19
2018-06-22
Added stripping current directory prefixes when comparing suite path names
Steven Laabs
-0
/
+6
2018-06-21
Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrum
bors
-0
/
+1
2018-06-16
Move bootstrap tests to the end of the default test run
Mark Simulacrum
-1
/
+2
2018-06-12
Add verify-llvm-ir flag to config.toml
Nikita Popov
-0
/
+4
2018-06-10
Allowing building the codegen backend specifically.
kennytm
-0
/
+1
2018-06-08
Do not require stage 2 compiler for rustdoc
Mark Simulacrum
-4
/
+1
2018-06-03
make a llvm-tools rustup component
Jorge Aparicio
-0
/
+1
2018-06-03
impl is_tool on Mode enum
Collins Abitekaniza
-2
/
+2
2018-06-03
refactor Mode enum
Collins Abitekaniza
-6
/
+6
2018-05-31
builder.cargo(): don't add "--target"/"--release" to cargo install
Johannes Nixdorf
-5
/
+10
2018-05-31
bootstrap: pass crt-static for the compiler host as well
Johannes Nixdorf
-0
/
+4
2018-05-30
Run rustfmt
Santiago Pastorino
-490
/
+756
2018-05-30
Add compare-mode to x.py
Santiago Pastorino
-0
/
+1
[next]