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
2020-05-02
Don't skip building LLVM if already built
Mark Rousskov
-3
/
+7
2020-05-02
Auto merge of #71716 - alexcrichton:bitcode-follow-up, r=nnethercote
bors
-3
/
+3
2020-05-01
Rename `bitcode-in-rlib` option to `embed-bitcode`
Alex Crichton
-3
/
+3
2020-04-25
Handle build completion message from Cargo
Mark Rousskov
-0
/
+3
2020-04-22
Build libstd with `-Cbitcode-in-rlib=yes`.
Nicholas Nethercote
-2
/
+14
2020-04-11
Require compiler-rt root at ../src/llvm-project/compiler-rt
Luca Barbieri
-0
/
+2
2020-04-03
Auto merge of #70726 - Centril:rollup-zrdkkpt, r=Centril
bors
-1
/
+5
2020-04-02
bootstrap: add `--json-output` for rust-analyzer
Niko Matsakis
-1
/
+5
2020-04-02
Translate the virtual `/rustc/$hash` prefix back to a real directory.
Eduard-Mihai Burtescu
-1
/
+25
2020-03-18
Revert "Fix missing libLLVM.so in stage0 sysroot."
Josh Stone
-38
/
+0
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-02-03
bootstrap: fix clippy warnings
Matthias Krüger
-10
/
+10
2020-01-09
Add bootstrap step for building sanitizer runtimes
Tomasz Miąsko
-40
/
+40
2020-01-01
Clear out target directory if compiler has changed
Mark Rousskov
-1
/
+0
2019-12-22
Format the world
Mark Rousskov
-140
/
+132
2019-12-18
Reenable static linking of libstdc++ on windows-gnu
Mateusz Mikuła
-1
/
+1
2019-12-11
Add comment explaining original `maybe_install_llvm_dylib` call
Aaron Hill
-0
/
+3
2019-12-11
Fix missing libLLVM.so in stage0 sysroot.
Aaron Hill
-0
/
+38
2019-12-11
Fix some linking of LLVM's dynamic library
Alex Crichton
-20
/
+8
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-218
/
+49
2019-11-26
Fix spelling typos
Brian Wignall
-1
/
+1
2019-10-30
Statically link libstdc++ on windows-gnu
Mateusz Mikuła
-2
/
+2
2019-10-24
Auto merge of #65474 - Mark-Simulacrum:rustc-dev-split, r=pietroalbini
bors
-22
/
+41
2019-10-21
Remove `src/llvm-emscripten` submodule
Alex Crichton
-20
/
+7
2019-10-15
Package non-rust objects
Jethro Beekman
-22
/
+41
2019-09-23
Move handling of `RUSTC_PARALLEL_COMPILER` to `compile.rs`
Alex Crichton
-1
/
+1
2019-09-23
Move handling of `{MUSL,WASI}_ROOT` to `compile.rs`
Alex Crichton
-2
/
+6
2019-09-23
Allow adding `RUSTFLAGS` after `Builder::cargo`
Alex Crichton
-13
/
+12
2019-09-05
Better way of conditioning the sanitizer builds
Ximin Luo
-0
/
+1
2019-08-28
Fix build src/libtest
Yuki Okushi
-1
/
+1
2019-08-23
bootstrap: Merge the libtest build step with libstd
Alex Crichton
-136
/
+3
2019-08-17
Rollup merge of #63621 - jgalenson:dndebug, r=alexcrichton
Mazdak Farrokhzad
-0
/
+3
2019-08-16
Auto merge of #63470 - Mark-Simulacrum:rustc-depdep, r=alexcrichton
bors
-34
/
+1
2019-08-15
Modify librustc_llvm to pass -DNDEBUG while compiling.
Joel Galenson
-0
/
+3
2019-08-14
Update error-format to match new Cargo flags for pipelining
Alex Crichton
-14
/
+6
2019-08-13
Utilize -Zbinary-dep-depinfo for dependency tracking
Mark Rousskov
-34
/
+1
2019-07-25
bootstrap: Build startup object for all windows-gnu target
Hugo Beauzée-Luyssen
-1
/
+1
2019-07-25
rustc: codegen: Build import library for all windows targets
Hugo Beauzée-Luyssen
-0
/
+1
2019-07-15
ci: Remove Travis/AppVeyor configuration
Alex Crichton
-4
/
+0
2019-06-10
Pass LLVM linker flags to librustc_llvm build
Petr Hosek
-0
/
+4
2019-06-05
Utilize cfg(bootstrap) over cfg(stage0)
Mark Rousskov
-1
/
+1
2019-05-30
Auto merge of #61212 - alexcrichton:skip-rustc, r=pietroalbini
bors
-13
/
+16
2019-05-28
rustbuild: Tweak how stage1 compilers are selected
Alex Crichton
-13
/
+16
2019-05-25
Add clippy and fix commands to x.py
ljedrz
-1
/
+23
2019-05-24
rustbuild: Simplify debuginfo configuration
Vadim Petrochenkov
-7
/
+0
2019-05-22
Bump compiler-builtins to 0.1.15
Alex Crichton
-1
/
+28
2019-05-17
Update the compiler_builtins crate
Alex Crichton
-1
/
+1
2019-05-09
remove unneeded `extern crate`s from build tools
Andy Russell
-1
/
+2
2019-04-12
Revert PR #59401 to fix issue #59652 (a stable-to-beta regression).
Felix S. Klock II
-4
/
+0
2019-03-31
Fix custom relative libdir.
O01eg
-4
/
+4
[next]