| Age | Commit message (Expand) | Author | Lines |
| 2018-11-11 | std: Delete the `alloc_system` crate | Alex Crichton | -1/+0 |
| 2018-11-03 | Auto merge of #55238 - alexcrichton:rm-jemalloc, r=estebank | bors | -3/+0 |
| 2018-11-03 | Auto merge of #55363 - pietroalbini:update-cargo-vendor, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-11-02 | Remove all jemalloc-related content | Alex Crichton | -3/+0 |
| 2018-11-01 | Rollup merge of #55280 - vlad20012:add-libproc_macro-to-src-disrt, r=Mark-Sim... | Pietro Albini | -0/+1 |
| 2018-10-31 | bootstrap: bump cargo-vendor version to 0.1.19 | Pietro Albini | -1/+1 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -2/+2 |
| 2018-10-23 | Add libproc_macro to rust-src distribution | vlad20012 | -0/+1 |
| 2018-10-20 | Update Cargo, build curl/OpenSSL statically via features | Alex Crichton | -7/+0 |
| 2018-10-13 | bootstrap: update clippy license locations which changed due to relicensing. | Matthias Krüger | -2/+4 |
| 2018-09-28 | Add enable-missing-tools option | Christian Poveda | -5/+13 |
| 2018-09-07 | Have rust-lldb look for the rust-enabled lldb | Tom Tromey | -3/+4 |
| 2018-09-06 | Ship libLLVM.dylib on OSX | Alex Crichton | -2/+10 |
| 2018-09-05 | rustbuild: Tweak LLVM distribution layout | Alex Crichton | -2/+4 |
| 2018-08-30 | rustbuild: Distribute libLLVM.so with rustc | Alex Crichton | -5/+7 |
| 2018-08-29 | bootstrap: Link LLVM tools dynamically in order to save time in ThinLTO builds. | Michael Woerister | -8/+38 |
| 2018-08-14 | Add lldb to the build | Tom Tromey | -0/+123 |
| 2018-07-30 | Remove the unstable std_unicode crate, deprecated since 1.27 | Simon Sapin | -1/+0 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -8/+8 |
| 2018-07-15 | tidy: avoid long line | Sébastien Marie | -1/+2 |
| 2018-07-15 | Disable LlvmTools packaging with external LLVM | Sébastien Marie | -0/+8 |
| 2018-07-11 | Auto merge of #52172 - oli-obk:clippy_in_rls, r=nrc | bors | -1/+6 |
| 2018-07-09 | Change gcc warning file name, remove unnecessary reference | ljedrz | -2/+2 |
| 2018-07-09 | Warn windows-gnu users that the bundled gcc can't compile | ljedrz | -0/+8 |
| 2018-07-09 | Also distribute cargo clippy | Oliver Schneider | -1/+6 |
| 2018-07-05 | Auto merge of #51917 - alexcrichton:update, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-07-05 | Auto merge of #51936 - japaric:rust-lld, r=alexcrichton | bors | -1/+2 |
| 2018-07-04 | in the second copy lld is already named rust-lld | Jorge Aparicio | -4/+3 |
| 2018-07-03 | Compile stage0 tools with the raw bootstrap compiler | Alex Crichton | -1/+1 |
| 2018-07-02 | Auto merge of #51122 - oli-obk:clippy, r=Mark-Simulacrum | bors | -0/+113 |
| 2018-07-02 | Clippy tool also has only a single LICENSE file | Oliver Schneider | -2/+1 |
| 2018-07-01 | Did you mean to block nightlies on clippy? | Oliver Schneider | -0/+114 |
| 2018-06-29 | rename rustc's lld to rust-lld | Jorge Aparicio | -3/+5 |
| 2018-06-29 | rename the llvm-tools component to llvm-tools-preview and tweak its image | Jorge Aparicio | -7/+10 |
| 2018-06-23 | build: llvm-tools: replace compiler.host | Brad Campbell | -15/+7 |
| 2018-06-23 | build: llvm_tools tidy | Brad Campbell | -1/+5 |
| 2018-06-23 | build: add llvm-tools to manifest | Brad Campbell | -2/+5 |
| 2018-06-21 | Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrum | bors | -2/+80 |
| 2018-06-03 | make a llvm-tools rustup component | Jorge Aparicio | -19/+79 |
| 2018-06-03 | ship LLVM tools with the toolchain | Jorge Aparicio | -1/+19 |
| 2018-06-03 | impl is_tool on Mode enum | Collins Abitekaniza | -1/+1 |
| 2018-06-03 | refactor Mode enum | Collins Abitekaniza | -1/+1 |
| 2018-05-31 | Use builder.cargo() for cargo-vendor. | Johannes Nixdorf | -5/+8 |
| 2018-04-17 | Remove uses of Build across Builder steps | Mark Simulacrum | -311/+298 |
| 2018-04-05 | Rollup merge of #49563 - japaric:std-thumb, r=alexcrichton | kennytm | -1/+6 |
| 2018-04-03 | Fix a few accidental expectations | Mark Simulacrum | -4/+9 |
| 2018-04-03 | Avoid printing output when in dry run mode | Mark Simulacrum | -18/+18 |
| 2018-04-03 | Refactor to use a dry-run config instead of cfg(test) | Mark Simulacrum | -134/+102 |
| 2018-04-03 | Make test steps sortable | Mark Simulacrum | -12/+12 |
| 2018-04-01 | add a dist-thumb builder to build rust-std for the THUMB targets | Jorge Aparicio | -1/+6 |