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
2021-08-13
Fix compiling other codegen backends when llvm is enabled
bjorn3
-0
/
+4
2021-07-23
Add missing article
r00ster
-1
/
+1
2021-07-21
Rollup merge of #87301 - chinmaydd:chinmaydd-patch-1-1, r=jyn514
Guillaume Gomez
-1
/
+1
2021-07-20
Update all submodules that rustbuild doesn't depend on lazily
Joshua Nelson
-0
/
+2
2021-07-19
Fix typo in compile.rs
Chinmay Deshpande
-1
/
+1
2021-07-03
Make x.py less verbose on failures
Joshua Nelson
-1
/
+1
2021-06-10
gcc-lld mvp
1000teslas
-0
/
+7
2021-06-07
Rollup merge of #86025 - bjorn3:no_rpath_cfg_prefix, r=jackh726
Yuki Okushi
-2
/
+1
2021-06-06
Auto merge of #79608 - alessandrod:bpf, r=nagisa
bors
-1
/
+3
2021-06-05
Use sysroot instead of CFG_PREFIX for the rpath
bjorn3
-2
/
+1
2021-06-04
rustdoc: link to stable/beta docs consistently in documentation
Joshua Nelson
-0
/
+5
2021-05-31
Build crtbengin.o/crtend.o from source code
12101111
-1
/
+2
2021-05-23
Add BPF target
Alessandro Decina
-1
/
+3
2021-05-01
Apply `--cfg parallel_compiler` when documenting
Joshua Nelson
-0
/
+1
2021-04-11
bootstrap: check local_rebuild before adding --cfg=bootstrap, closes #84057
Ximin Luo
-4
/
+6
2021-04-04
Use the beta compiler for building bootstrap tools when `download-rustc` is set
Joshua Nelson
-5
/
+10
2021-03-08
WASI: Switch to crt1-command.o to enable support for new-style commands
Dan Gohman
-1
/
+1
2021-03-01
Rollup merge of #82480 - jyn514:no-enable-constant, r=Mark-Simulacrum
Joshua Nelson
-0
/
+13
2021-03-01
config.toml error reporting:
Ömer Sinan Ağacan
-2
/
+9
2021-02-26
Link crtbegin/crtend on musl to terminate .eh_frame
Nikita Popov
-0
/
+6
2021-02-24
Remove `ENABLE_DOWNLOAD_RUSTC` constant
Joshua Nelson
-0
/
+13
2021-02-17
Make sure pdbs are copied along with exe and dlls when bootstrapping
Ryan Levick
-2
/
+4
2021-02-09
bootstrap: Locate llvm-dwp based on llvm-config bindir
David Tolnay
-2
/
+5
2021-02-08
Absolute bare minimum for downloading rustc from CI
Joshua Nelson
-4
/
+22
2021-01-31
Avoid building LLVM just for llvm-dwp
bjorn3
-2
/
+4
2021-01-12
Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichton
Yuki Okushi
-8
/
+10
2021-01-08
Add wasi-exec-model cg option for emitting wasi reactors
Noah
-8
/
+10
2020-12-31
Merge remote-tracking branch 'origin/master' into frewsxcv-san
Corey Farwell
-7
/
+66
2020-12-27
Auto merge of #80315 - tmiasko:ignore-proc-macros, r=Mark-Simulacrum
bors
-1
/
+15
2020-12-23
Ignore proc-macros when assembling rustc libdir
Tomasz Miąsko
-1
/
+15
2020-12-22
Utilize PGO for rustc linux dist builds
Mark Rousskov
-1
/
+36
2020-12-16
bootstrap: copy `llvm-dwp` to sysroot
David Wood
-5
/
+15
2020-12-10
Manually code-sign after running install_name_tool
Corey Farwell
-8
/
+26
2020-12-10
If "aarch64-apple-darwin", copy sanitizers.
Corey Farwell
-1
/
+1
2020-11-11
Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-Simulacrum
Jonas Schievink
-2
/
+2
2020-10-26
Add support for using cg_clif to bootstrap rustc
bjorn3
-0
/
+165
2020-10-26
Support enable/disable sanitizers/profiler per target
12101111
-2
/
+2
2020-10-11
bootstrap: only use compiler-builtins-c if they exist
George Burgess IV
-5
/
+5
2020-09-23
Remove warning about possible future deprecation
Dylan MacKenzie
-4
/
+0
2020-09-23
Add `keep-stage-std` to `x.py`
Dylan MacKenzie
-1
/
+8
2020-09-12
Set link-shared if LLVM ThinLTO is enabled in config.rs
Mark Rousskov
-1
/
+1
2020-09-11
Remove host parameter from step configurations
Mark Rousskov
-3
/
+3
2020-09-09
Move `rustllvm` into `rustc_llvm`
Vadim Petrochenkov
-2
/
+2
2020-08-30
cleanup: Remove duplicate library names from `Cargo.toml`s
Vadim Petrochenkov
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-2
/
+2
2020-07-27
Don't build rustc without std
Joshua Nelson
-2
/
+2
2020-07-27
mv std libs to library/
mark
-4
/
+4
2020-07-17
Teach bootstrap about target files vs target triples
Jake Goulding
-24
/
+21
2020-07-16
apply bootstrap cfgs
Mark Rousskov
-7
/
+1
2020-07-10
Use str::strip* in bootstrap
Lzu Tao
-4
/
+5
[next]