| Age | Commit message (Expand) | Author | Lines |
| 2022-02-27 | Rollup merge of #94415 - bjorn3:cfg_default_backend, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2022-02-27 | Use the first codegen backend in the config.toml as default | bjorn3 | -0/+4 |
| 2022-02-23 | Always check cg_llvm with ./x.py check | bjorn3 | -1/+1 |
| 2022-02-20 | Use Metadata::modified instead of FileTime::from_last_modification_time in ru... | bjorn3 | -3/+3 |
| 2022-01-15 | Exclude llvm-libunwind from the self-contained set on s390x-musl targets. | Ariadne Conill | -2/+4 |
| 2022-01-06 | Revert "bootstrap: copy `llvm-dwp` to sysroot" | David Wood | -7/+0 |
| 2021-12-31 | rustbuild: Add support for a per-target default-linker option. | Maxim Cournoyer | -2/+9 |
| 2021-12-09 | Don't copy llvm tools to sysroot when using download-ci-llvm | Aaron Hill | -1/+6 |
| 2021-12-08 | Install llvm tools to sysroot when assembling local toolchain | Aaron Hill | -0/+11 |
| 2021-11-03 | Provide standalone libc.a in self-contained for musl and wasi | 12101111 | -3/+3 |
| 2021-10-13 | Rollup merge of #89759 - jyn514:x-build-assemble, r=Mark-Simulacrum | Matthias Krüger | -2/+9 |
| 2021-10-13 | Assemble the compiler when running `x.py build` | Joshua Nelson | -2/+9 |
| 2021-10-07 | Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavor | Hans Kratz | -8/+8 |
| 2021-09-20 | Adjust to SourceType::InTree in several places | Mark Rousskov | -2/+1 |
| 2021-08-30 | Fix LLVM libunwind build for non-musl targets | Jethro Beekman | -12/+20 |
| 2021-08-29 | Auto merge of #88250 - rusticstuff:macos-lld, r=nagisa | bors | -0/+4 |
| 2021-08-28 | build llvm libunwind.a in rustbuild | 12101111 | -1/+13 |
| 2021-08-23 | Include ld64 nexte to ld for use with -Z gcc-ld | Hans Kratz | -0/+4 |
| 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 |