| Age | Commit message (Expand) | Author | Lines |
| 2021-06-04 | Pass --cfg=bootstrap for proc_macros or build scripts built by stage0 | Joshua Nelson | -0/+7 |
| 2021-05-21 | facepalm: operator precedence fail on my part. | Felix S. Klock II | -1/+1 |
| 2021-03-19 | Auto merge of #82754 - rylev:rusage-windows, r=pnkfelix | bors | -9/+75 |
| 2021-03-11 | Clean up handling of child process | Ryan Levick | -19/+9 |
| 2021-03-05 | Revise prefix a bit, adding both `--test` (conditionally) and `[RUSTC-SHIM]` ... | Felix S. Klock II | -3/+4 |
| 2021-03-05 | Add more windows specific numbers | Ryan Levick | -28/+42 |
| 2021-03-04 | Make rustc shim's verbose output include crate_name being compiled. | Felix S. Klock II | -5/+10 |
| 2021-03-04 | Attempt to gather similar stats as rusage on Windows | Ryan Levick | -5/+67 |
| 2021-03-01 | Rollup merge of #82532 - pnkfelix:rustbuild-print-step-rusage, r=Mark-Simulacrum | Yuki Okushi | -3/+79 |
| 2021-02-25 | Implementation of build.print_step_rusage. | Felix S. Klock II | -3/+79 |
| 2021-02-22 | Print out env vars related to Rust on (sufficiently verbose) rustc invocations. | Felix S. Klock II | -0/+6 |
| 2020-09-07 | rustbuild: Propagate LLD to more places when `use-lld` is enabled | Vadim Petrochenkov | -0/+3 |
| 2020-08-02 | Avoid dumping rustc invocations to stdout | Mark Rousskov | -1/+3 |
| 2020-07-27 | rustbuild: refactor how the wrapper deals with exit codes | Ximin Luo | -26/+24 |
| 2020-07-27 | rustbuild: format both Ok/Err separately, since Result doesn't do it | Ximin Luo | -2/+2 |
| 2020-07-27 | rustbuild: use Display for exit status instead of Debug, see #74832 for justi... | Ximin Luo | -1/+1 |
| 2020-07-27 | rustbuild: rename exec_cmd -> status_code for clarity | Ximin Luo | -3/+3 |
| 2020-07-27 | rustbuild: fix bad usage of UNIX exec() in rustc wrapper | Ximin Luo | -7/+0 |
| 2020-07-04 | Fix caching issue when building tools. | Eric Huss | -0/+4 |
| 2020-06-29 | rustbuild: Move compiler-builtins build logic to manifest | Alex Crichton | -24/+0 |
| 2020-04-12 | rustbuild: Remove LLD flavor workaround for MSVC | Vadim Petrochenkov | -5/+0 |
| 2020-02-09 | Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrum | bors | -0/+5 |
| 2020-02-03 | bootstrap: fix clippy warnings | Matthias Krüger | -3/+3 |
| 2020-01-29 | Add an option to use LLD to link the compiler on Windows platforms | John Kåre Alsaker | -0/+5 |
| 2019-12-22 | Format the world | Mark Rousskov | -22/+24 |
| 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 | -7/+0 |
| 2019-09-23 | Move `--cfg bootstrap` out of `rustc.rs` | Alex Crichton | -15/+0 |
| 2019-09-23 | Move handling of `RUSTC_PARALLEL_COMPILER` to `compile.rs` | Alex Crichton | -4/+0 |
| 2019-09-23 | Move handling of `{MUSL,WASI}_ROOT` to `compile.rs` | Alex Crichton | -19/+1 |
| 2019-09-23 | Move debuginfo level handling to `builder.rs` | Alex Crichton | -4/+0 |
| 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 | -4/+0 |
| 2019-09-23 | Move handling of internal lints to `build.rs` | Alex Crichton | -15/+0 |
| 2019-09-23 | Move handling of some warnings to `builder.rs` | Alex Crichton | -5/+0 |
| 2019-09-23 | Move handling of `-Dwarnings` to `builder.rs` | Alex Crichton | -3/+0 |
| 2019-09-23 | bootstrap: Remove need for `RUSTC_RPATH` variable | Alex Crichton | -48/+0 |
| 2019-09-23 | bootstrap: Move `RUSTC_CRT_STATIC` to `builder.rs` | Alex Crichton | -7/+2 |
| 2019-09-23 | bootstrap: Remove need for RUSTC_SAVE_ANALYSIS | Alex Crichton | -9/+0 |
| 2019-09-23 | bootstrap: Remove usage of `RUSTC_TARGET_LINKER` | Alex Crichton | -5/+0 |
| 2019-09-23 | bootstrap: Move `-Zdual-proc-macros` to `builder.rs` | Alex Crichton | -6/+0 |
| 2019-09-23 | bootstrap: Move `-Zexternal-macro-backtrace` to builder | Alex Crichton | -2/+0 |
| 2019-09-23 | bootstrap: Move `RUSTC_BREAK_ON_ICE` out of shim | Alex Crichton | -2/+0 |
| 2019-09-23 | bootstrap: Delete handling of `RUSTC_METADATA_SUFFIX` | Alex Crichton | -17/+1 |
| 2019-09-04 | Ensure all warnings are emitted even on warnings=warn | Mark Rousskov | -6/+7 |
| 2019-08-27 | rustbuild: allow disabling deny(warnings) for bootstrap | Marc-Antoine Perennou | -5/+3 |
| 2019-08-17 | Make built-in derives opaque macros | Matthew Jasper | -2/+2 |
| 2019-08-17 | Rollup merge of #63642 - eddyb:wrap-it-up, r=rkruppe,Mark-Simulacrum | Mazdak Farrokhzad | -2/+7 |
| 2019-08-17 | Rollup merge of #63558 - jgalenson:move-remap, r=alexcrichton | Mazdak Farrokhzad | -4/+4 |
| 2019-08-16 | rustbuild: work around the stdarch cfg(bootstrap) bug. | Eduard-Mihai Burtescu | -2/+7 |