| Age | Commit message (Expand) | Author | Lines |
| 2022-05-25 | Simplify implementation of `-Z gcc-ld` | Vadim Petrochenkov | -8/+5 |
| 2022-05-24 | Make llvm-libunwind a per-target option | Tyler Mandry | -1/+1 |
| 2022-05-13 | Add LLVM based mingw-w64 targets | Mateusz Mikuła | -2/+3 |
| 2022-04-27 | Auto merge of #95170 - jyn514:ci-llvm, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-04-24 | Move download-ci-llvm to rustbuild | Joshua Nelson | -1/+1 |
| 2022-04-24 | Rollup merge of #95504 - jyn514:library-alias, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-04-10 | Add `build compiler/rustc_codegen_gcc` as an alias for `CodegenBackend` | Joshua Nelson | -1/+1 |
| 2022-03-30 | Add `x {check,build,doc} {compiler/library}` aliases. | Joshua Nelson | -2/+2 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -1/+1 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -1/+1 |
| 2022-03-28 | Propagate `parallel_compiler` feature through rustc crates. Turned off featur... | klensy | -0/+2 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-05 | Merge build_helper into util | bjorn3 | -2/+1 |
| 2022-03-05 | Remove build_helper | bjorn3 | -1/+1 |
| 2022-03-03 | bootstrap: correct reading of flags for llvm | Jon Gjengset | -4/+11 |
| 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 |