| Age | Commit message (Expand) | Author | Lines |
| 2019-08-23 | bootstrap: Merge the libtest build step with libstd | Alex Crichton | -6/+1 |
| 2019-08-08 | simplify a match | Ralf Jung | -3/+1 |
| 2019-08-01 | build_helper: rename (try_)run_silent -> (try_)run | Ralf Jung | -3/+3 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -2/+2 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -2/+3 |
| 2019-07-15 | ci: Remove Travis/AppVeyor configuration | Alex Crichton | -14/+1 |
| 2019-07-06 | Fixed up a few comments. | Alexander Regueiro | -8/+8 |
| 2019-06-13 | Delete unused fields on Crate struct | Mark Rousskov | -5/+0 |
| 2019-06-09 | Use Build::read_dir instead of fs::read_dir in Build::cp_r | Petr Hosek | -2/+1 |
| 2019-05-09 | remove unneeded `extern crate`s from build tools | Andy Russell | -12/+3 |
| 2019-04-26 | bootstrap: use correct version numbers for llvm-tools and lldb | Pietro Albini | -2/+2 |
| 2019-04-17 | bump bootstrap; remove redundant imports. | Mazdak Farrokhzad | -2/+0 |
| 2019-04-03 | Support using LLVM's libunwind as the unwinder implementation | Petr Hosek | -0/+3 |
| 2019-03-31 | Fix custom relative libdir. | O01eg | -0/+1 |
| 2019-03-30 | Don't ignore git for LLVM info | Josh Stone | -8/+12 |
| 2019-03-29 | Add a new wasm32-unknown-wasi target | Alex Crichton | -0/+7 |
| 2019-03-28 | Rollup merge of #59351 - phil-opp:llvm-ar, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-03-21 | Include llvm-ar with llvm-tools component | Philipp Oppermann | -0/+1 |
| 2019-03-20 | Add messages for different verbosity levels. | O01eg | -0/+12 |
| 2019-03-14 | bootstrap: Default to a sensible llvm-suffix. | Emilio Cobos Álvarez | -0/+6 |
| 2019-03-05 | Bootstrap changes | John Kåre Alsaker | -3/+4 |
| 2019-02-25 | bootstrap: deny(rust_2018_idioms) | Taiki Endo | -3/+1 |
| 2019-02-25 | Remove some unnecessary 'extern crate' | Taiki Endo | -12/+0 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -9/+9 |
| 2019-02-01 | Auto merge of #57937 - denzp:nvptx, r=nagisa | bors | -0/+1 |
| 2019-01-27 | Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichton | bors | -1/+1 |
| 2019-01-27 | Create `nvptx64-nvidia-cuda` target specification | Denys Zariaiev | -0/+1 |
| 2019-01-26 | Bump bootstrap compiler to 1.33 beta | Mark Rousskov | -1/+1 |
| 2019-01-25 | Correctly set filetime for copied LLVM | Mark Rousskov | -4/+10 |
| 2019-01-08 | fixup | Oliver Scherer | -0/+5 |
| 2019-01-08 | Prepare everything for distributing miri via rustup | Oliver Scherer | -0/+3 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 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 | -4/+4 |
| 2018-12-10 | bootstrap: fix edition | ljedrz | -7/+7 |
| 2018-12-08 | Auto merge of #56578 - alexreg:cosmetic-1, r=alexreg | bors | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-07 | use top level `fs` functions where appropriate | Andy Russell | -4/+2 |
| 2018-11-29 | Rollup merge of #55391 - matthiaskrgr:bootstrap_cleanup, r=TimNN | Guillaume Gomez | -2/+2 |
| 2018-11-06 | Auto merge of #55106 - petrhosek:fuchsia-lld, r=alexcrichton | bors | -1/+2 |
| 2018-11-05 | Use lld directly for Fuchsia target | Petr Hosek | -1/+2 |
| 2018-11-02 | Use `jemalloc-sys` on Linux and OSX compilers | Alex Crichton | -1/+5 |
| 2018-11-02 | Remove all jemalloc-related content | Alex Crichton | -12/+2 |
| 2018-10-27 | bootstrap: be more explicit on what we collect into. NFC | Matthias Krüger | -2/+2 |
| 2018-10-26 | Rollup merge of #55391 - matthiaskrgr:bootstrap_cleanup, r=oli-obk | kennytm | -4/+4 |
| 2018-10-26 | bootstrap: clean up a few clippy findings | Matthias Krüger | -4/+4 |
| 2018-10-25 | rustbuild: fix remap-debuginfo when building a release | Marc-Antoine Perennou | -1/+1 |
| 2018-10-20 | Update Cargo, build curl/OpenSSL statically via features | Alex Crichton | -19/+0 |
| 2018-10-13 | boostrap: dist: if a file cannot be installed because it does not exist, prin... | Matthias Krüger | -0/+3 |
| 2018-10-08 | Run debuginfo tests against rust-enabled lldb, when possible | Tom Tromey | -6/+0 |