| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-09-07 | Rollup merge of #64240 - maurer:include-compiler-rt, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-09-06 | Include compiler-rt in the source tarball | Matthew Maurer | -0/+1 |
| 2019-09-06 | Rollup merge of #64208 - guanqun:py-is-not-none, r=matklad | Mazdak Farrokhzad | -1/+1 |
| 2019-09-06 | Rollup merge of #64166 - infinity0:master, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-09-06 | it's more pythonic to use 'is not None' in python files | Guanqun Lu | -1/+1 |
| 2019-09-05 | Explicitly create test tempdir | Mark Rousskov | -1/+4 |
| 2019-09-05 | Better way of conditioning the sanitizer builds | Ximin Luo | -0/+1 |
| 2019-09-04 | Assume non-git LLVM is fresh if the stamp file exists | Josh Stone | -13/+14 |
| 2019-09-04 | Rename --warnings=allow to --warnings=warn | Mark Rousskov | -3/+3 |
| 2019-09-04 | Ensure all warnings are emitted even on warnings=warn | Mark Rousskov | -7/+9 |
| 2019-09-03 | Auto merge of #63869 - GuillaumeGomez:fix-build-failure, r=Mark-Simulacrum | bors | -1/+1 |
| 2019-09-02 | Generate version file if it doesn't exist | Guillaume Gomez | -1/+1 |
| 2019-09-01 | remove the unstable rustdoc parameter --linker | Andreas Jonson | -1/+4 |
| 2019-08-29 | Rollup merge of #63979 - alexcrichton:remove-wasm-syscall, r=dtolnay | Mazdak Farrokhzad | -16/+0 |
| 2019-08-29 | Rollup merge of #63953 - crlf0710:bootstrap_mirroring, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+14 |
| 2019-08-29 | Rollup merge of #63949 - JohnTitor:fix-quick-build, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+3 |