| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-08-23 | bootstrap: Merge the libtest build step with libstd | Alex Crichton | -9/+3 |
| 2019-08-21 | Run Clippy without json-rendered flag | Mateusz Mikuła | -2/+1 |
| 2019-08-20 | Auto merge of #63752 - Centril:rollup-nlxwety, r=Centril | bors | -7/+13 |
| 2019-08-20 | Rollup merge of #62497 - o01eg:fix-62496, r=alexcrichton | Mazdak Farrokhzad | -7/+13 |
| 2019-08-19 | Don't use stage naming in RUSTFLAGS environment variables | Mark Rousskov | -5/+5 |
| 2019-08-16 | Auto merge of #63470 - Mark-Simulacrum:rustc-depdep, r=alexcrichton | bors | -65/+22 |
| 2019-08-14 | Update error-format to match new Cargo flags for pipelining | Alex Crichton | -3/+0 |
| 2019-08-14 | Handle cfg(bootstrap) throughout | Mark Rousskov | -1/+1 |
| 2019-08-13 | Utilize -Zbinary-dep-depinfo for dependency tracking | Mark Rousskov | -65/+22 |
| 2019-08-08 | remove test-miri flag from bootstrap | Ralf Jung | -9/+0 |
| 2019-08-08 | bootstrap: get rid of TEST_MIRI env var | Ralf Jung | -1/+0 |
| 2019-08-07 | Fix double resolving custom libdir | O01eg | -7/+13 |
| 2019-07-27 | Remove run-pass test suites | Vadim Petrochenkov | -3/+0 |
| 2019-07-06 | add ./x.py test src/doc/rustc-guide | André Luis Leal Cardoso Junior | -0/+1 |
| 2019-06-16 | Separate bootstrap module | chansuke | -658/+1 |
| 2019-06-13 | Remove unnecessary Std dependency | Mark Rousskov | -4/+0 |
| 2019-06-12 | rustbuild: fix libtest_stamp | Marc-Antoine Perennou | -1/+1 |
| 2019-06-07 | Clarify when we run steps with ONLY_HOSTS | Mark Rousskov | -5/+5 |