| Age | Commit message (Expand) | Author | Lines |
| 2020-07-28 | std: Switch from libbacktrace to gimli | Alex Crichton | -1/+11 |
| 2020-07-27 | mv std libs to library/ | mark | -28/+23 |
| 2020-07-22 | Revert "include backtrace folder in rust-src component" | Mark Rousskov | -1/+0 |
| 2020-07-20 | Fix rust-src component. | Eric Huss | -1/+1 |
| 2020-07-20 | Auto merge of #74543 - Manishearth:rollup-m5w6hyg, r=Manishearth | bors | -0/+1 |
| 2020-07-19 | Teach bootstrap install and dist commands about TargetSelection | Jake Goulding | -50/+54 |
| 2020-07-19 | include backtrace folder in rust-src component | Ralf Jung | -0/+1 |
| 2020-07-17 | Teach bootstrap about target files vs target triples | Jake Goulding | -39/+40 |
| 2020-07-03 | Add rust-analyzer submodule | Aleksey Kladov | -1/+121 |
| 2020-07-01 | Rollup merge of #72569 - ChrisDenton:remove-innosetup, r=nikomatsakis | Manish Goregaokar | -21/+0 |
| 2020-06-19 | Rollup merge of #72999 - mati865:separate-self-contained-dir, r=Mark-Simulacrum | Ralf Jung | -5/+19 |
| 2020-06-11 | Move shipped MinGW linker to self-contained dir | Mateusz Mikuła | -1/+6 |
| 2020-06-11 | Move some libs to self-contained directory | Mateusz Mikuła | -2/+11 |
| 2020-06-11 | Use enum to distinguish dependency type | Mateusz Mikuła | -3/+3 |
| 2020-06-09 | Implement new gdb/lldb pretty-printers | ortem | -3/+5 |
| 2020-05-25 | Remove legacy InnoSetup GUI installer | Chris Denton | -21/+0 |
| 2020-05-20 | Move the target libLLVM to llvm-tools-preview | Josh Stone | -19/+28 |
| 2020-05-10 | remove lldb package from bootstrap, config and build-manifest | Ralf Jung | -121/+0 |
| 2020-05-02 | Gate on clippy on CI | Oliver Scherer | -49/+28 |
| 2020-03-02 | remove non-sysroot sources from rust-src component | Ralf Jung | -2/+0 |
| 2020-03-01 | Rollup merge of #69549 - mati865:mingw, r=kennytm | Yuki Okushi | -1/+8 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | Update src/bootstrap/dist.rs | Mateusz Mikuła | -1/+1 |
| 2020-02-28 | Improve MinGW detection when cross compiling | Mateusz Mikuła | -1/+8 |
| 2020-02-04 | Rollup merge of #68805 - matthiaskrgr:cleanup_bootstrap, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-02-03 | bootstrap: fix clippy warnings | Matthias Krüger | -2/+2 |
| 2020-01-31 | Install robots.txt into rust-docs tarballs | Mark Rousskov | -0/+1 |
| 2020-01-09 | Remove sanitizer runtime crates | Tomasz Miąsko | -4/+0 |
| 2019-12-22 | Format the world | Mark Rousskov | -447/+563 |
| 2019-12-11 | Fix some linking of LLVM's dynamic library | Alex Crichton | -4/+15 |
| 2019-12-11 | rustc: Link LLVM directly into rustc again | Alex Crichton | -10/+0 |
| 2019-11-20 | debuginfo: Support for std::collections::Hash* in windows debuggers. | MaulingMonkey | -0/+1 |
| 2019-10-30 | Statically link libstdc++ on windows-gnu | Mateusz Mikuła | -1/+1 |
| 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 |