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
/
compile.rs
Age
Commit message (
Expand
)
Author
Lines
2018-06-03
refactor, make requested changes
Collins Abitekaniza
-3
/
+3
2018-06-03
refactor Mode enum
Collins Abitekaniza
-16
/
+16
2018-05-17
Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton
bors
-1
/
+1
2018-05-17
Fix rustc binary metadata overwriting librustc metadata
Mark Simulacrum
-1
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-8
/
+8
2018-04-18
Replace Build with Builder
varkor
-1
/
+1
2018-04-18
Abstract LLVM building from bootstrap
varkor
-48
/
+61
2018-04-18
Correct the timestamp for CodegenBackend check
varkor
-0
/
+2
2018-04-18
Add rustc_trans to x.py check
varkor
-3
/
+3
2018-04-17
Remove uses of Build across Builder steps
Mark Simulacrum
-152
/
+143
2018-04-09
Stop emitting color codes on TERM=dumb
Mark Simulacrum
-1
/
+3
2018-04-05
Rollup merge of #49563 - japaric:std-thumb, r=alexcrichton
kennytm
-34
/
+44
2018-04-04
compile other no-std crates
Jorge Aparicio
-1
/
+4
2018-04-04
Revert "create a nostd crate"
Jorge Aparicio
-4
/
+4
2018-04-04
create a nostd crate
Jorge Aparicio
-4
/
+4
2018-04-03
Avoid printing output when in dry run mode
Mark Simulacrum
-19
/
+19
2018-04-03
Refactor to use a dry-run config instead of cfg(test)
Mark Simulacrum
-19
/
+30
2018-04-03
Stub out less code
Mark Simulacrum
-1
/
+0
2018-04-03
Make test steps sortable
Mark Simulacrum
-6
/
+6
2018-04-03
Stub out various functions during testing
Mark Simulacrum
-0
/
+4
2018-04-01
add a dist-thumb builder to build rust-std for the THUMB targets
Jorge Aparicio
-34
/
+41
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
[next]