| Age | Commit message (Expand) | Author | Lines |
| 2019-10-12 | Revert "Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrum" | Mark Rousskov | -97/+33 |
| 2019-10-10 | Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrum | bors | -33/+97 |
| 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 | -58/+46 |
| 2019-10-07 | Use builder.compiler_for() to find the libstd stamp | Josh Stone | -2/+2 |
| 2019-10-07 | [WIP] minimize the rust-std component | Josh Stone | -2/+78 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -4/+2 |
| 2019-10-04 | Fix ABI, run and fix more tests, re-enable CI for PRs | Thomas Lively | -2/+6 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -4/+2 |
| 2019-10-02 | Replace mentions of IRC with Discord | BO41 | -3/+5 |
| 2019-09-25 | Switch version to 1.40 | Mark Rousskov | -1/+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 | Add some FIXME for future Cargo issues | Alex Crichton | -0/+6 |
| 2019-09-23 | Move handling of `-Cprefer-dynamic` into `builder.rs` | Alex Crichton | -15/+10 |
| 2019-09-23 | Move `--cfg bootstrap` out of `rustc.rs` | Alex Crichton | -15/+1 |
| 2019-09-23 | Move handling of `RUSTC_PARALLEL_COMPILER` to `compile.rs` | Alex Crichton | -5/+1 |
| 2019-09-23 | Move handling of `{MUSL,WASI}_ROOT` to `compile.rs` | Alex Crichton | -21/+12 |
| 2019-09-23 | Allow adding `RUSTFLAGS` after `Builder::cargo` | Alex Crichton | -59/+95 |
| 2019-09-23 | Move debuginfo level handling to `builder.rs` | Alex Crichton | -5/+1 |
| 2019-09-23 | Remove duplication of `RUSTC_DEBUGINFO_MAP` in rustc.rs | Alex Crichton | -4/+0 |
| 2019-09-23 | Move handling of `codegen-units` to `builder.rs` | Alex Crichton | -6/+12 |
| 2019-09-23 | Move handling of internal lints to `build.rs` | Alex Crichton | -15/+8 |
| 2019-09-23 | Move handling of some warnings to `builder.rs` | Alex Crichton | -7/+10 |
| 2019-09-23 | Move handling of `-Dwarnings` to `builder.rs` | Alex Crichton | -5/+2 |
| 2019-09-23 | bootstrap: Remove need for `RUSTC_RPATH` variable | Alex Crichton | -49/+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 | -8/+7 |
| 2019-09-23 | bootstrap: Remove need for RUSTC_SAVE_ANALYSIS | Alex Crichton | -26/+20 |
| 2019-09-23 | bootstrap: Remove usage of `RUSTC_TARGET_LINKER` | Alex Crichton | -17/+13 |
| 2019-09-23 | bootstrap: Move `-Zdual-proc-macros` to `builder.rs` | Alex Crichton | -7/+1 |
| 2019-09-23 | bootstrap: Move `-Zexternal-macro-backtrace` to builder | Alex Crichton | -2/+2 |
| 2019-09-23 | bootstrap: Move `RUSTC_BREAK_ON_ICE` out of shim | Alex Crichton | -3/+2 |
| 2019-09-23 | bootstrap: Delete handling of `RUSTC_METADATA_SUFFIX` | Alex Crichton | -35/+1 |
| 2019-09-23 | bootstrap: Add a helper for managing RUSTFLAGS | Alex Crichton | -17/+34 |
| 2019-09-21 | Rollup merge of #64618 - alexcrichton:improve-dist-output, r=Mark-Simulacrum | Mazdak Farrokhzad | -19/+47 |
| 2019-09-19 | rustbuild: Improve output of `dist` step | Alex Crichton | -19/+47 |
| 2019-09-19 | Rollup merge of #64613 - alexcrichton:less-doc-copies, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-09-19 | rustbuild: Copy crate doc files fewer times | Alex Crichton | -1/+1 |
| 2019-09-19 | rustbuild: Don't package libstd twice | Alex Crichton | -1/+1 |
| 2019-09-17 | build-manifest: add some comments | Ralf Jung | -4/+10 |
| 2019-09-17 | Revert "Rollup merge of #64451 - RalfJung:miri-manifest, r=pietroalbini" | Pietro Albini | -10/+4 |
| 2019-09-14 | when BUILD_MANIFEST_DISABLE_SIGNING is set, we don't need gpg-password-file | Ralf Jung | -4/+10 |
| 2019-09-10 | Locate rustc binary similarly to codegen backend loading | Mark Rousskov | -4/+6 |
| 2019-09-09 | check git in bootstrap.py when trying to update submodule | Guanqun Lu | -0/+8 |
| 2019-09-09 | use 'get_toml' instead of regular expression | Guanqun Lu | -5/+15 |
| 2019-09-07 | Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov | Mazdak Farrokhzad | -1/+4 |
| 2019-09-07 | Rollup merge of #64098 - Mark-Simulacrum:always-warn, r=alexcrichton | Mazdak Farrokhzad | -10/+12 |