| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-09-23 | Move handling of internal lints to `build.rs` | Alex Crichton | -0/+8 |
| 2019-09-23 | Move handling of some warnings to `builder.rs` | Alex Crichton | -2/+10 |
| 2019-09-23 | Move handling of `-Dwarnings` to `builder.rs` | Alex Crichton | -2/+2 |
| 2019-09-23 | bootstrap: Remove need for `RUSTC_RPATH` variable | Alex Crichton | -1/+48 |
| 2019-09-23 | bootstrap: Handle target-specific cargo env vars | Alex Crichton | -2/+12 |
| 2019-09-23 | bootstrap: Move `RUSTC_CRT_STATIC` to `builder.rs` | Alex Crichton | -1/+5 |
| 2019-09-23 | bootstrap: Remove need for RUSTC_SAVE_ANALYSIS | Alex Crichton | -17/+20 |
| 2019-09-23 | bootstrap: Remove usage of `RUSTC_TARGET_LINKER` | Alex Crichton | -1/+2 |
| 2019-09-23 | bootstrap: Move `-Zdual-proc-macros` to `builder.rs` | Alex Crichton | -1/+1 |
| 2019-09-23 | bootstrap: Move `-Zexternal-macro-backtrace` to builder | Alex Crichton | -0/+2 |
| 2019-09-23 | bootstrap: Move `RUSTC_BREAK_ON_ICE` out of shim | Alex Crichton | -1/+2 |
| 2019-09-23 | bootstrap: Delete handling of `RUSTC_METADATA_SUFFIX` | Alex Crichton | -18/+0 |
| 2019-09-23 | bootstrap: Add a helper for managing RUSTFLAGS | Alex Crichton | -17/+34 |
| 2019-09-10 | Locate rustc binary similarly to codegen backend loading | Mark Rousskov | -0/+2 |