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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootstrap
/
builder.rs
Age
Commit message (
Expand
)
Author
Lines
2017-09-29
Rollup merge of #44694 - tommyip:make_clean, r=Mark-Simulacrum
Mark Simulacrum
-1
/
+1
2017-09-23
Remove leftover
bjorn3
-6
/
+0
2017-09-23
Move NoLlvmMetadataLoader to rustc_trans_traits
bjorn3
-0
/
+3
2017-09-23
Dont do no-trans for llvm enabled builds
bjorn3
-0
/
+6
2017-09-23
Allow building stage 2 compiler libraries
bjorn3
-1
/
+1
2017-09-20
Add --all flag to ./x.py clean
Tommy Ip
-1
/
+1
2017-09-19
Add clippy to `toolstate.toml`
Oliver Schneider
-1
/
+1
2017-09-18
Auto merge of #43628 - oli-obk:orbital_standard_library, r=alexcrichton
bors
-3
/
+4
2017-09-17
Prevent distribution if miri is enabled
Oliver Schneider
-1
/
+1
2017-09-17
Get the miri test suite to run inside the rustc dev environment
Oliver Schneider
-2
/
+3
2017-09-17
Auto merge of #44607 - alexcrichton:rustbuild-no-j, r=Mark-Simulacrum
bors
-6
/
+12
2017-09-17
rustbuild: Don't pass `-j` if called by `make`
Alex Crichton
-6
/
+12
2017-09-13
Build and test Rustfmt
Nick Cameron
-2
/
+2
2017-09-05
Test rustdoc unit tests.
Mark Simulacrum
-3
/
+3
2017-09-02
Auto merge of #43886 - oli-obk:clippy, r=nrc
bors
-1
/
+1
2017-08-22
Introduce crt_static target option in config.toml
Samuel Holland
-0
/
+4
2017-08-16
Implement a temp redirect for cargo docs
Carol (Nichols || Goulding)
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-5
/
+5
2017-08-15
Add clippy as a submodule
Oliver Schneider
-1
/
+1
2017-08-15
Auto merge of #43863 - steveklabnik:ship-the-rustdoc-book, r=frewsxcv
bors
-1
/
+1
2017-08-14
start building the rustdoc book
steveklabnik
-1
/
+1
2017-08-13
Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov
Guillaume Gomez
-2
/
+2
2017-08-13
Correct code to not run host-only tests.
Mark Simulacrum
-3
/
+1
2017-08-13
Build rustdoc only at the top stage
Mark Simulacrum
-11
/
+8
2017-08-13
Unify flags into config.
Mark Simulacrum
-19
/
+12
2017-08-12
Fix some typos
Bastien Orivel
-2
/
+2
2017-08-08
pass rustc_libdir instead of sysroot_libdir() for running rustdoc from rustbuild
Sébastien Marie
-1
/
+1
2017-07-29
rustbuild: Enable building LLVM
Alex Crichton
-1
/
+3
2017-07-27
Make sure CFG_RELEASE_CHANNEL is always set.
Mark Simulacrum
-0
/
+4
2017-07-27
Build rustdoc on-demand.
Mark Simulacrum
-7
/
+21
2017-07-20
Change make_run signature to taking a RunConfig struct for refactorability.
Mark Simulacrum
-8
/
+16
2017-07-20
Add an optional condition to constrain defaults.
Mark Simulacrum
-5
/
+18
2017-07-20
Check RLS tests
Mark Simulacrum
-1
/
+2
2017-07-20
Don't run host-only tests when targeting another platform
Mark Simulacrum
-3
/
+3
2017-07-20
Allow iterating over step descriptions.
Mark Simulacrum
-107
/
+113
2017-07-20
Implement available paths list.
Mark Simulacrum
-7
/
+98
2017-07-20
Krate -> Crate
Mark Simulacrum
-2
/
+2
2017-07-20
Remove outdated code.
Mark Simulacrum
-13
/
+0
2017-07-20
Remove TypeId from stack in Builder
Mark Simulacrum
-9
/
+9
2017-07-20
fail in case nothing to run was found
Guillaume Gomez
-0
/
+5
2017-07-20
Require should_run to be implemented.
Mark Simulacrum
-2
/
+13
2017-07-20
Utilize interning to allow Copy/Clone steps
Mark Simulacrum
-51
/
+48
2017-07-20
Remove core_intrinsics feature gate
Mark Simulacrum
-0
/
+4
2017-07-20
Fix a few errors introduced during rebase.
Mark Simulacrum
-1
/
+2
2017-07-20
Cherry pick changes from ce3abc5801f94292be9bc5fbe00b52f1ccb28672.
Mark Simulacrum
-2
/
+7
2017-07-20
Update to toml 0.4
Mark Simulacrum
-1
/
+5
2017-07-20
Add documentation to Step and related methods on Builder.
Mark Simulacrum
-7
/
+31
2017-07-20
Move code out of macro and into generic method.
Mark Simulacrum
-40
/
+39
2017-07-20
Finish fixing warnings and errors. Bootstrap builds.
Mark Simulacrum
-19
/
+20
2017-07-20
Move cargo() to Builder
Mark Simulacrum
-50
/
+43
[next]