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-04-01
Remove filetime dep from build_helper
Mark Simulacrum
-1
/
+1
2018-03-26
rustbuild: Fail the build if we build Cargo twice
Alex Crichton
-48
/
+73
2018-03-25
rustbuild: Disable docs on cross-compiled builds
Alex Crichton
-6
/
+5
2018-03-25
Rollup merge of #49089 - alexcrichton:fix-timings, r=Mark-Simulacrum
kennytm
-13
/
+14
2018-03-22
rustc: Add a `#[wasm_custom_section]` attribute
Alex Crichton
-1
/
+1
2018-03-17
rustbuild: Tweak where timing information goes
Alex Crichton
-13
/
+14
2018-03-09
rustbuild: Fix MSBuild location of `llvm-config.exe`
Alex Crichton
-3
/
+7
2018-03-03
rust: Import LLD for linking wasm objects
Alex Crichton
-0
/
+26
2018-03-04
Rollup merge of #48664 - Keruspe:codegen, r=alexcrichton
kennytm
-1
/
+2
2018-03-02
make codegen-backends directory name configurable
Marc-Antoine Perennou
-1
/
+2
2018-03-01
Rollup merge of #48405 - kennytm:autotoolstate-follow-up, r=Mark-Simulacrum
Manish Goregaokar
-1
/
+2
2018-02-26
Fix error-format argument to x.py
Mark Simulacrum
-0
/
+4
2018-02-23
CI: Fixed the incorrect folder region when building codegen dylib.
kennytm
-1
/
+2
2018-02-19
rustbuild: make libdir_relative a method
Josh Stone
-2
/
+1
2018-02-19
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
[next]