about summary refs log tree commit diff
path: root/src/bootstrap/compile.rs
AgeCommit message (Expand)AuthorLines
2021-08-13Fix compiling other codegen backends when llvm is enabledbjorn3-0/+4
2021-07-23Add missing articler00ster-1/+1
2021-07-21Rollup merge of #87301 - chinmaydd:chinmaydd-patch-1-1, r=jyn514Guillaume Gomez-1/+1
2021-07-20Update all submodules that rustbuild doesn't depend on lazilyJoshua Nelson-0/+2
2021-07-19Fix typo in compile.rsChinmay Deshpande-1/+1
2021-07-03Make x.py less verbose on failuresJoshua Nelson-1/+1
2021-06-10gcc-lld mvp1000teslas-0/+7
2021-06-07Rollup merge of #86025 - bjorn3:no_rpath_cfg_prefix, r=jackh726Yuki Okushi-2/+1
2021-06-06Auto merge of #79608 - alessandrod:bpf, r=nagisabors-1/+3
2021-06-05Use sysroot instead of CFG_PREFIX for the rpathbjorn3-2/+1
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-0/+5
2021-05-31Build crtbengin.o/crtend.o from source code12101111-1/+2
2021-05-23Add BPF targetAlessandro Decina-1/+3
2021-05-01Apply `--cfg parallel_compiler` when documentingJoshua Nelson-0/+1
2021-04-11bootstrap: check local_rebuild before adding --cfg=bootstrap, closes #84057Ximin Luo-4/+6
2021-04-04Use the beta compiler for building bootstrap tools when `download-rustc` is setJoshua Nelson-5/+10
2021-03-08WASI: Switch to crt1-command.o to enable support for new-style commandsDan Gohman-1/+1
2021-03-01Rollup merge of #82480 - jyn514:no-enable-constant, r=Mark-SimulacrumJoshua Nelson-0/+13
2021-03-01config.toml error reporting:Ömer Sinan Ağacan-2/+9
2021-02-26Link crtbegin/crtend on musl to terminate .eh_frameNikita Popov-0/+6
2021-02-24Remove `ENABLE_DOWNLOAD_RUSTC` constantJoshua Nelson-0/+13
2021-02-17Make sure pdbs are copied along with exe and dlls when bootstrappingRyan Levick-2/+4
2021-02-09bootstrap: Locate llvm-dwp based on llvm-config bindirDavid Tolnay-2/+5
2021-02-08Absolute bare minimum for downloading rustc from CIJoshua Nelson-4/+22
2021-01-31Avoid building LLVM just for llvm-dwpbjorn3-2/+4
2021-01-12Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichtonYuki Okushi-8/+10
2021-01-08Add wasi-exec-model cg option for emitting wasi reactorsNoah-8/+10
2020-12-31Merge remote-tracking branch 'origin/master' into frewsxcv-sanCorey Farwell-7/+66
2020-12-27Auto merge of #80315 - tmiasko:ignore-proc-macros, r=Mark-Simulacrumbors-1/+15
2020-12-23Ignore proc-macros when assembling rustc libdirTomasz Miąsko-1/+15
2020-12-22Utilize PGO for rustc linux dist buildsMark Rousskov-1/+36
2020-12-16bootstrap: copy `llvm-dwp` to sysrootDavid Wood-5/+15
2020-12-10Manually code-sign after running install_name_toolCorey Farwell-8/+26
2020-12-10If "aarch64-apple-darwin", copy sanitizers.Corey Farwell-1/+1
2020-11-11Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-SimulacrumJonas Schievink-2/+2
2020-10-26Add support for using cg_clif to bootstrap rustcbjorn3-0/+165
2020-10-26Support enable/disable sanitizers/profiler per target12101111-2/+2
2020-10-11bootstrap: only use compiler-builtins-c if they existGeorge Burgess IV-5/+5
2020-09-23Remove warning about possible future deprecationDylan MacKenzie-4/+0
2020-09-23Add `keep-stage-std` to `x.py`Dylan MacKenzie-1/+8
2020-09-12Set link-shared if LLVM ThinLTO is enabled in config.rsMark Rousskov-1/+1
2020-09-11Remove host parameter from step configurationsMark Rousskov-3/+3
2020-09-09Move `rustllvm` into `rustc_llvm`Vadim Petrochenkov-2/+2
2020-08-30cleanup: Remove duplicate library names from `Cargo.toml`sVadim Petrochenkov-1/+1
2020-08-30mv compiler to compiler/mark-2/+2
2020-07-27Don't build rustc without stdJoshua Nelson-2/+2
2020-07-27mv std libs to library/mark-4/+4
2020-07-17Teach bootstrap about target files vs target triplesJake Goulding-24/+21
2020-07-16apply bootstrap cfgsMark Rousskov-7/+1
2020-07-10Use str::strip* in bootstrapLzu Tao-4/+5