| Age | Commit message (Expand) | Author | Lines |
| 2019-09-23 | Fix rebase conflicts | Alex Crichton | -1/+1 |
| 2019-09-23 | Remove `--enable-extended` from cross dist builder | Alex Crichton | -1/+0 |
| 2019-09-23 | rustbuild: Pass `-Zsave-analysis` during tests | Alex Crichton | -2/+1 |
| 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 | Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank | bors | -262/+322 |
| 2019-09-23 | Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centril | bors | -466/+186 |
| 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 | fix nll tests | Esteban Küber | -29/+26 |
| 2019-09-22 | ignore-x86 instead of ignore-musl | Esteban Küber | -12/+12 |
| 2019-09-22 | hack to avoid incorrect suggestion | Esteban Küber | -8/+9 |
| 2019-09-22 | review comments | Esteban Küber | -20/+19 |
| 2019-09-22 | Point at type param when it's cause of unfulfilled obligation | Esteban Küber | -109/+176 |
| 2019-09-22 | Fix rebase | Esteban Küber | -5/+2 |
| 2019-09-22 | ignore musl target in tests to avoid issues with output differences | Esteban Küber | -28/+52 |
| 2019-09-22 | review comments | Esteban Küber | -32/+34 |
| 2019-09-22 | Point at correct span for parenthesized types | Esteban Küber | -91/+95 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -512/+588 |