| Age | Commit message (Expand) | Author | Lines |
| 2019-09-23 | Tweak libserialize allows | Alex Crichton | -2/+2 |
| 2019-09-23 | No need to remove target-specific RUSTFLAGS | Alex Crichton | -5/+3 |
| 2019-09-23 | Add `#![deny(warnings)]` to internal tools | Alex Crichton | -17/+33 |
| 2019-09-23 | Fix compiling libserialize tests | Alex Crichton | -0/+4 |
| 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 | -48/+34 |
| 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/+9 |
| 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-23 | Add parser recovery for `const $ident = $expr;`. | Mazdak Farrokhzad | -16/+164 |
| 2019-09-23 | Introduce a diagnostic stashing API. | Mazdak Farrokhzad | -27/+102 |
| 2019-09-23 | Stabilize Option::deref and Option::deref_mut | Simon Sapin | -17/+4 |
| 2019-09-23 | Differentiate AArch64 bare-metal targets between hf and non-hf. | Andre Richter | -2/+40 |
| 2019-09-23 | Remove needless `mut` in paths | Mark Rousskov | -1/+1 |
| 2019-09-23 | Remove unused arguments | Mark Rousskov | -14/+10 |
| 2019-09-23 | Utilize shared error codes rather than re-querying env | Mark Rousskov | -1/+1 |
| 2019-09-23 | Remove pointless or | Mark Rousskov | -2/+2 |
| 2019-09-23 | Remove needless Rc<RefCell<...>> | Mark Rousskov | -2/+2 |
| 2019-09-23 | Provide helper for synthesizing paths with resource suffix | Mark Rousskov | -29/+40 |
| 2019-09-23 | Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank | bors | -262/+322 |
| 2019-09-23 | Remove unused dependencies | Shotaro Yamada | -15/+0 |
| 2019-09-23 | Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centril | bors | -466/+186 |
| 2019-09-23 | Delete iter-order-by.md | Ashley Mannix | -9/+0 |
| 2019-09-23 | Rollup merge of #64688 - rust-lang:clarify-tidy-since, r=alexreg | Mazdak Farrokhzad | -1/+1 |
| 2019-09-23 | Rollup merge of #64679 - skinny121:const-infer, r=varkor | Mazdak Farrokhzad | -86/+42 |
| 2019-09-23 | Rollup merge of #64677 - tshepang:outdated, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+0 |
| 2019-09-23 | Rollup merge of #64676 - estebank:assoc-type-bound-in-generic, r=petrochenkov | Mazdak Farrokhzad | -38/+80 |
| 2019-09-23 | Rollup merge of #64674 - estebank:knock-down-the-wall, r=Centril | Mazdak Farrokhzad | -8/+35 |
| 2019-09-23 | Rollup merge of #64670 - Mark-Simulacrum:ext-build-simplify, r=petrochenkov | Mazdak Farrokhzad | -331/+27 |
| 2019-09-23 | Rollup merge of #64294 - wchargin:wchargin-stdio-piped-docs, r=Dylan-DPC | Mazdak Farrokhzad | -1/+1 |
| 2019-09-22 | Auto merge of #64151 - estebank:binding-error, r=varkor | bors | -737/+904 |
| 2019-09-22 | libtest: Make --report-time an unstable option | Jakob Schikowski | -1/+7 |