| Age | Commit message (Expand) | Author | Lines |
| 2020-04-02 | Translate the virtual `/rustc/$hash` prefix back to a real directory. | Eduard-Mihai Burtescu | -1/+6 |
| 2020-03-24 | ci: add github actions configuration | Pietro Albini | -0/+5 |
| 2020-03-19 | Avoid llvm-config in more situations, like bootstrap test runs | Josh Stone | -8/+19 |
| 2020-03-18 | Ensure LLVM is in the link path for rustc tools | Josh Stone | -2/+16 |
| 2020-03-18 | Rename add_lib_path to add_dylib_path | Josh Stone | -2/+2 |
| 2020-03-15 | Bump the bootstrap compiler | Jonas Schievink | -8/+2 |
| 2020-02-11 | Rollup merge of #68824 - ajpaverd:cfguard-rustbuild, r=Mark-Simulacrum | Dylan DPC | -0/+14 |
| 2020-02-10 | Enable Control Flow Guard in rustbuild | Andrew Paverd | -0/+14 |
| 2020-02-09 | Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrum | bors | -3/+24 |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -1/+7 |
| 2020-02-03 | bootstrap: fix clippy warnings | Matthias Krüger | -16/+8 |
| 2020-01-29 | Link a linking issue | John Kåre Alsaker | -1/+2 |
| 2020-01-29 | Add an option to use LLD to link the compiler on Windows platforms | John Kåre Alsaker | -3/+23 |
| 2020-01-23 | Clear out std, not std tools | Mark Rousskov | -1/+1 |
| 2020-01-09 | Add bootstrap step for building sanitizer runtimes | Tomasz Miąsko | -0/+1 |
| 2020-01-08 | Auto merge of #67760 - Mark-Simulacrum:rustc-dirty, r=alexcrichton | bors | -1/+13 |
| 2020-01-02 | bootstrap: Allow for setting the ThinLTO import limit used for compiler the c... | Michael Woerister | -0/+15 |
| 2020-01-01 | Clear out target directory if compiler has changed | Mark Rousskov | -1/+13 |
| 2019-12-22 | Format the world | Mark Rousskov | -85/+43 |
| 2019-12-21 | Implement `./x.py fmt [--check]`. | Adam Perry | -2/+3 |
| 2019-12-21 | Drop petgraph dependency from bootstrap | Mark Rousskov | -46/+1 |
| 2019-12-13 | Auto merge of #67077 - Aaron1011:build-llvm-in-binary, r=alexcrichton | bors | -22/+0 |
| 2019-12-12 | Auto merge of #67172 - jethrogb:jb/bootstrap-linker, r=alexcrichton | bors | -5/+2 |
| 2019-12-11 | rustc: Link LLVM directly into rustc again | Alex Crichton | -22/+0 |
| 2019-12-10 | Add toolstate checking into bootstrap | Mark Rousskov | -0/+1 |
| 2019-12-09 | Bootstrap: change logic for choosing linker and rpath | Jethro Beekman | -5/+2 |
| 2019-11-13 | Rollup merge of #66317 - cuviper:bindir_relative, r=Mark-Simulacrum | Yuki Okushi | -1/+2 |
| 2019-11-12 | Hopefully fix rustdoc build | Mark Rousskov | -1/+12 |
| 2019-11-12 | Fallback to the unmodified path in bindir_relative | Josh Stone | -2/+1 |
| 2019-11-11 | Use a relative bindir for rustdoc to find rustc | Josh Stone | -1/+3 |
| 2019-10-24 | Auto merge of #65474 - Mark-Simulacrum:rustc-dev-split, r=pietroalbini | bors | -0/+1 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -0/+1 |
| 2019-10-15 | minimize the rust-std component | Josh Stone | -0/+1 |
| 2019-10-12 | Revert "Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrum" | Mark Rousskov | -1/+0 |
| 2019-10-10 | Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrum | bors | -0/+1 |
| 2019-10-10 | Auto merge of #65129 - andjo403:cargo_args, r=alexcrichton | bors | -0/+10 |
| 2019-10-09 | make it possible to add args to cargo in x.py | Andreas Jonson | -0/+10 |
| 2019-10-07 | add dist::RustcDev for unstable compiler libraries | Josh Stone | -1/+1 |
| 2019-10-07 | [WIP] minimize the rust-std component | Josh Stone | -0/+1 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -1/+0 |
| 2019-10-04 | Fix ABI, run and fix more tests, re-enable CI for PRs | Thomas Lively | -0/+1 |
| 2019-09-23 | rustbuild: Pass `-Zsave-analysis` during tests | Alex Crichton | -2/+1 |
| 2019-09-23 | No need to remove target-specific RUSTFLAGS | Alex Crichton | -5/+3 |
| 2019-09-23 | Stylistic changes | Alex Crichton | -13/+7 |
| 2019-09-23 | Move handling of `-Cprefer-dynamic` into `builder.rs` | Alex Crichton | -0/+10 |
| 2019-09-23 | Move `--cfg bootstrap` out of `rustc.rs` | Alex Crichton | -0/+1 |
| 2019-09-23 | Move handling of `{MUSL,WASI}_ROOT` to `compile.rs` | Alex Crichton | -0/+5 |
| 2019-09-23 | Allow adding `RUSTFLAGS` after `Builder::cargo` | Alex Crichton | -6/+43 |
| 2019-09-23 | Move debuginfo level handling to `builder.rs` | Alex Crichton | -1/+1 |
| 2019-09-23 | Move handling of `codegen-units` to `builder.rs` | Alex Crichton | -2/+12 |