| Age | Commit message (Expand) | Author | Lines |
| 2019-10-24 | Auto merge of #65474 - Mark-Simulacrum:rustc-dev-split, r=pietroalbini | bors | -33/+96 |
| 2019-10-21 | Remove `src/llvm-emscripten` submodule | Alex Crichton | -4/+0 |
| 2019-10-15 | minimize the rust-std component | Josh Stone | -33/+96 |
| 2019-10-12 | Revert "Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrum" | Mark Rousskov | -96/+33 |
| 2019-10-07 | add dist::RustcDev for unstable compiler libraries | Josh Stone | -57/+45 |
| 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/+77 |
| 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 | 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-06 | Include compiler-rt in the source tarball | Matthew Maurer | -0/+1 |
| 2019-08-23 | bootstrap: Merge the libtest build step with libstd | Alex Crichton | -6/+2 |
| 2019-08-07 | Fix double resolving custom libdir | O01eg | -4/+9 |
| 2019-07-15 | Update the stdarch submodule | gnzlbg | -1/+1 |
| 2019-07-09 | Update cargo-vendor usage | Eric Huss | -22/+0 |
| 2019-06-14 | rustbuild: include llvm-libunwind in dist tarball | Marc-Antoine Perennou | -0/+1 |
| 2019-05-28 | rustbuild: Assert extended builds don't dist too much | Alex Crichton | -67/+83 |
| 2019-05-28 | rustbuild: Tweak how stage1 compilers are selected | Alex Crichton | -8/+9 |
| 2019-05-09 | remove unneeded `extern crate`s from build tools | Andy Russell | -1/+1 |
| 2019-04-26 | include rustc-std-workspace-alloc in rust-src | Ralf Jung | -0/+1 |
| 2019-04-07 | Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg" | Jacob Greenfield | -0/+1 |
| 2019-04-03 | Revert rust-lld place changes. | O01eg | -2/+1 |
| 2019-03-31 | Fix custom relative libdir. | O01eg | -6/+9 |
| 2019-03-20 | Auto merge of #58897 - Mark-Simulacrum:tool-rework, r=alexcrichton | bors | -1/+1 |
| 2019-03-19 | Remove libterm from bootstrap | gnzlbg | -1/+0 |
| 2019-03-08 | Rollup merge of #58269 - taeguk:add-some-sources-to-rust-src-distribution, r=... | Pietro Albini | -0/+2 |
| 2019-03-05 | Add librustc, libsyntax to rust-src distribution. | Taeguk Kwon | -0/+2 |
| 2019-03-03 | Permit getting stage 0 rustdoc | Mark Rousskov | -1/+1 |
| 2019-02-25 | bootstrap: deny(rust_2018_idioms) | Taiki Endo | -63/+63 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -1/+1 |
| 2019-01-31 | Rollup merge of #57920 - euclio:source-date-epoch, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+14 |
| 2019-01-26 | use `SOURCE_DATE_EPOCH` for man page time if set | Andy Russell | -2/+14 |
| 2019-01-26 | Bump bootstrap compiler to 1.33 beta | Mark Rousskov | -1/+1 |
| 2019-01-25 | Rebase to the llvm-project monorepo | Josh Stone | -4/+21 |
| 2019-01-17 | Fix typo: 'rust-gdbgui' instead of 'rust-gdbui' | Nicolas Bigaouette | -1/+1 |
| 2019-01-17 | Install missing 'rust-gdbui'' | Nicolas Bigaouette | -0/+2 |
| 2019-01-10 | Integrate miri into build-manifest | Alex Crichton | -1/+1 |
| 2019-01-08 | fixup | Oliver Scherer | -0/+37 |
| 2019-01-08 | Prepare everything for distributing miri via rustup | Oliver Scherer | -0/+84 |
| 2019-01-02 | Don't package up libLLVM.so with libstd | Alex Crichton | -4/+12 |
| 2019-01-02 | bootstrap: Link LLVM as a dylib with ThinLTO | Alex Crichton | -4/+4 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-25 | Revert "Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister" | kennytm | -4/+4 |
| 2018-12-24 | std: Use backtrace-sys from crates.io | Alex Crichton | -1/+0 |
| 2018-12-17 | bootstrap: Link LLVM as a dylib with ThinLTO | Alex Crichton | -4/+4 |
| 2018-12-15 | Auto merge of #56600 - ljedrz:fix_edition, r=Mark-Simulacrum | bors | -7/+7 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -12/+3 |