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
/
compile.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-08
std: Remove `rand` crate and module
Alex Crichton
-8
/
+10
2017-10-25
rustbuild: Fix `no output generated` error for next bootstrap cargo.
kennytm
-4
/
+12
2017-10-21
Fix rustbuild --color conflict when building on Travis outside of Docker.
kennytm
-2
/
+2
2017-10-18
Make sure to clear out the stageN-{rustc,std,tools} directories.
Mark Simulacrum
-14
/
+9
2017-10-09
cleanup: rustc doesn't use an external archiver
Vadim Petrochenkov
-3
/
+0
2017-08-22
Copy musl startup objects before building std
Samuel Holland
-16
/
+27
2017-08-22
Improve explanation of musl_root
Samuel Holland
-1
/
+4
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-10
/
+10
2017-08-13
Clean tools after building libstd/libtest/librustc.
Mark Simulacrum
-0
/
+17
2017-08-13
Unify flags into config.
Mark Simulacrum
-2
/
+2
2017-07-27
Build rustdoc on-demand.
Mark Simulacrum
-9
/
+0
2017-07-25
Bump master to 1.21.0
Alex Crichton
-107
/
+130
2017-07-22
Fix StartupObject build
Mark Simulacrum
-1
/
+1
2017-07-20
Change make_run signature to taking a RunConfig struct for refactorability.
Mark Simulacrum
-37
/
+17
2017-07-20
Remove step.rs comments
Mark Simulacrum
-162
/
+0
2017-07-20
Implement available paths list.
Mark Simulacrum
-28
/
+19
2017-07-20
Fix tidy
Mark Simulacrum
-3
/
+4
2017-07-20
Implement keep-stage support
Mark Simulacrum
-1
/
+13
2017-07-20
Require should_run to be implemented.
Mark Simulacrum
-0
/
+20
2017-07-20
Utilize interning to allow Copy/Clone steps
Mark Simulacrum
-107
/
+112
2017-07-20
Remove core_intrinsics feature gate
Mark Simulacrum
-0
/
+9
2017-07-20
Cleanups and fixes throughout
Mark Simulacrum
-6
/
+3
2017-07-20
Migrate to serde_json entirely
Mark Simulacrum
-5
/
+5
2017-07-20
Pacify tidy
Mark Simulacrum
-1
/
+2
2017-07-20
Finish fixing warnings and errors. Bootstrap builds.
Mark Simulacrum
-6
/
+6
2017-07-20
Fixes warnings and errors introduced while moving code around
Mark Simulacrum
-54
/
+58
2017-07-20
Change code to work with the new system
Mark Simulacrum
-23
/
+197
2017-07-20
Move code into Step trait implementations.
Mark Simulacrum
-451
/
+419
2017-07-20
Move rule configs out of step
Mark Simulacrum
-0
/
+252
2017-07-04
Use build.build instead of build.config.build
Mark Simulacrum
-5
/
+5
2017-07-04
Clippy lints
Mark Simulacrum
-8
/
+9
2017-07-04
Cleanup compile.rs.
Mark Simulacrum
-4
/
+6
2017-06-30
rustc_llvm: re-run build script when env var LLVM_CONFIG changes
Venkata Giri Reddy
-4
/
+0
2017-06-22
Make Build.cxx() return a Result instead of panicking
Ian Douglas Scott
-1
/
+1
2017-06-21
Make rustc errors colorful.
Mark Simulacrum
-0
/
+32
2017-06-04
rustc_llvm: re-run build script if config.toml changes
Venkata Giri Reddy
-0
/
+4
2017-06-02
ci: Improve log output (mainly Travis).
kennytm
-0
/
+4
2017-05-30
rustbuild: Fix copying duplicate crates into the sysroot
Alex Crichton
-84
/
+171
2017-04-29
Update stage0 bootstrap compiler
Alex Crichton
-4
/
+1
2017-04-25
Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.
kennytm
-0
/
+19
2017-04-21
Update #[no_core] users with the "freeze" lang item.
Eduard-Mihai Burtescu
-0
/
+1
2017-04-13
rustbuild: Fix recompilation of stage0 tools dir
Alex Crichton
-9
/
+24
2017-03-18
Auto merge of #40482 - wagenet:fix-old-macos, r=alexcrichton
bors
-0
/
+9
2017-03-14
Target builds for older macOS
Peter Wagenet
-0
/
+9
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-1
/
+1
2017-03-10
Don't put Cargo into the rustc workspace
Alex Crichton
-1
/
+4
2017-03-03
rustbuild: Add support for compiling Cargo
Alex Crichton
-7
/
+27
2017-02-24
Auto merge of #39892 - petrochenkov:rt, r=alexcrichton
bors
-13
/
+21
2017-02-21
test: Verify all sysroot crates are unstable
Alex Crichton
-2
/
+2
2017-02-18
Rebuild mingw startup objects only when necessary
Vadim Petrochenkov
-13
/
+21
[next]