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
2018-03-06
rustbuild: make libdir_relative a method
Josh Stone
-2
/
+1
2018-03-06
rustbuild: Restore Config.libdir_relative
Josh Stone
-1
/
+1
2018-02-11
Change Step to be invoked with a path when in default mode.
Mark Simulacrum
-5
/
+5
2018-01-31
rustc: Move location of `codegen-backends` dir
Alex Crichton
-2
/
+1
2018-01-28
rustc: Split Emscripten to a separate codegen backend
Alex Crichton
-75
/
+119
2018-01-28
Auto merge of #47663 - malbarbo:mips-crt-static, r=alexcrichton
bors
-2
/
+2
2018-01-27
rustc: Load the `rustc_trans` crate at runtime
Alex Crichton
-50
/
+184
2018-01-23
Add ./x.py check src/{libstd,libtest,rustc}.
Mark Simulacrum
-6
/
+10
2018-01-22
Do not assume dynamic linking for musl/mips[el] targets
Marco A L Barbosa
-2
/
+2
2018-01-12
Remove unused configuration parameter `libdir_relative`.
O01eg
-1
/
+1
2018-01-12
Remove unused argument `rustc_cargo`.
O01eg
-2
/
+1
2018-01-12
Build all stages with relative libdirs.
O01eg
-8
/
+4
2017-12-22
Don't try to statically link libstdc++ on FreeBSD
Scott Abbey
-0
/
+1
2017-12-17
Add sync module to rustc_data_structures
John Kåre Alsaker
-0
/
+3
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
[next]