| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-06-30 | Auto merge of #73456 - tmiasko:musl-libdir, r=Mark-Simulacrum | bors | -3/+3 |
| 2020-06-26 | Rollup merge of #72937 - AdrianCX:master, r=nikomatsakis | Manish Goregaokar | -17/+4 |
| 2020-06-25 | Support configurable deny-warnings for all in-tree crates. | Eric Huss | -5/+5 |
| 2020-06-25 | Fix comments | Adrian Cruceru | -0/+7 |
| 2020-06-24 | Update libunwind build process for x86_64-fortanix-unknown-sgx target | Adrian Cruceru | -20/+0 |
| 2020-06-19 | Rollup merge of #72999 - mati865:separate-self-contained-dir, r=Mark-Simulacrum | Ralf Jung | -52/+112 |