| Age | Commit message (Expand) | Author | Lines |
| 2019-10-24 | reorder Build struct's fields based on the order in config.toml.example | Guanqun Lu | -4/+4 |
| 2019-10-24 | reorder Llvm struct's fields based on the order in config.toml.example | Guanqun Lu | -3/+3 |
| 2019-10-24 | Auto merge of #65474 - Mark-Simulacrum:rustc-dev-split, r=pietroalbini | bors | -55/+143 |
| 2019-10-22 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -99/+39 |
| 2019-10-22 | Auto merge of #65501 - alexcrichton:remove-emscripten-backend, r=Mark-Simulacrum | bors | -92/+34 |
| 2019-10-21 | Remove `src/llvm-emscripten` submodule | Alex Crichton | -92/+34 |
| 2019-10-21 | Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-10-21 | Remove unnecessary `Hash` bounds from various types. | Nicholas Nethercote | -1/+1 |
| 2019-10-20 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -10/+12 |
| 2019-10-19 | adjust miri sysroot determination | Ralf Jung | -6/+4 |
| 2019-10-18 | Rollup merge of #65540 - guanqun:extend-t-macro, r=nikomatsakis | Tyler Mandry | -1/+1 |
| 2019-10-18 | Rollup merge of #65201 - tmiasko:no-bindings, r=rkruppe | Tyler Mandry | -9/+1 |
| 2019-10-17 | show up some extra info when t!() fails | Guanqun Lu | -1/+1 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -2/+4 |
| 2019-10-15 | Package non-rust objects | Jethro Beekman | -22/+46 |
| 2019-10-15 | minimize the rust-std component | Josh Stone | -33/+97 |
| 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-08 | Disable Go and OCaml bindings when building LLVM | Tomasz Miąsko | -9/+1 |
| 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-06 | redesign of the interface to the unikernel HermitCore | Stefan Lankes | -1/+1 |
| 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 |