| Age | Commit message (Expand) | Author | Lines |
| 2018-12-18 | bump to rust 1.31.1 | Pietro Albini | -1/+1 |
| 2018-12-17 | require libc 0.2.44 or greater | Pietro Albini | -1/+1 |
| 2018-12-05 | build the edition guide | Steve Klabnik | -1/+2 |
| 2018-11-30 | Add the edition guide to doc.rust-lang.org | Steve Klabnik | -0/+1 |
| 2018-11-22 | Forward rust version number to tools | Oliver Scherer | -0/+2 |
| 2018-11-22 | fix rustbuild to build all the books | Steve Klabnik | -11/+15 |
| 2018-11-10 | rustbuild: use configured linker to build boostrap | Marc-Antoine Perennou | -0/+3 |
| 2018-11-07 | Move a few more tests into the appveyor-subset-2. | kennytm | -1/+6 |
| 2018-11-07 | Ensure --exclude is checked against PathSet::Suite | kennytm | -2/+37 |
| 2018-10-31 | rustbuild: fix remap-debuginfo when building a release | Marc-Antoine Perennou | -1/+1 |
| 2018-10-29 | Remove redundant clone | Shotaro Yamada | -3/+3 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 |
| 2018-10-21 | Remove the parse-fail test suite | Vadim Petrochenkov | -7/+0 |
| 2018-10-20 | Update Cargo, build curl/OpenSSL statically via features | Alex Crichton | -234/+35 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -2/+2 |
| 2018-10-19 | Derives often have very strict bounds | Oliver Scherer | -1/+9 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -16/+4 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -2/+2 |
| 2018-10-18 | Rollup merge of #55031 - nikic:verify_llvm_ir, r=Mark-Simulacrum | kennytm | -8/+3 |
| 2018-10-18 | Rollup merge of #54964 - tromey:run-both-gdb-and-lldb-tests, r=nikomatsakis | kennytm | -14/+6 |
| 2018-10-14 | Auto merge of #55051 - matthiaskrgr:dist_msg, r=Mark-Simulacrum | bors | -0/+3 |
| 2018-10-13 | boostrap: dist: if a file cannot be installed because it does not exist, prin... | Matthias Krüger | -0/+3 |
| 2018-10-13 | bootstrap: update clippy license locations which changed due to relicensing. | Matthias Krüger | -2/+4 |
| 2018-10-13 | Improve verify_llvm_ir config option | Nikita Popov | -8/+3 |
| 2018-10-12 | Rollup merge of #54811 - pnkfelix:issue-24840-separate-bootstrap-default-for-... | kennytm | -1/+3 |
| 2018-10-10 | Run both lldb and gdb tests | Tom Tromey | -14/+6 |
| 2018-10-10 | Auto merge of #54764 - tromey:test-rust-lldb, r=alexcrichton | bors | -23/+27 |
| 2018-10-08 | Run debuginfo tests against rust-enabled lldb, when possible | Tom Tromey | -23/+27 |
| 2018-10-04 | Fix #24840: make default for `optimize` independent of `debug` setting in `Ca... | Felix S. Klock II | -1/+3 |
| 2018-10-04 | Auto merge of #54638 - christianpoveda:master, r=kennytm | bors | -5/+18 |
| 2018-10-01 | Fix conditions to allow missing tools in CI | Christian Poveda | -1/+3 |
| 2018-10-01 | Rollup merge of #54708 - collin5:b49475, r=Mark-Simulacrum | kennytm | -0/+5 |
| 2018-10-01 | Rollup merge of #54681 - alexcrichton:san-names, r=kennytm | kennytm | -1/+1 |
| 2018-10-01 | allow use of ./x.py help <cmd> ... | Collins Abitekaniza | -0/+5 |
| 2018-09-29 | Rename sanitizer runtime libraries on OSX | Alex Crichton | -1/+1 |
| 2018-09-28 | Add enable-missing-tools option | Christian Poveda | -5/+16 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 |
| 2018-09-25 | Improvements to finding LLVM's FileCheck | Tom Tromey | -2/+33 |
| 2018-09-22 | Rollup merge of #54323 - Keruspe:rustc-color, r=Mark-Simulacrum | Pietro Albini | -42/+1 |
| 2018-09-21 | Run the newly `ui`-ified run-pass tests under `compare-mode=nll` as well. | Felix S. Klock II | -2/+3 |
| 2018-09-18 | rustbuild: drop color handling | Marc-Antoine Perennou | -42/+1 |
| 2018-09-17 | Auto merge of #52036 - collin5:b50509-2, r=collin5 | bors | -109/+90 |
| 2018-09-17 | refactor Builder::cargo, clean deps for cmd!=test | Collins Abitekaniza | -6/+2 |
| 2018-09-14 | Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoerister | kennytm | -12/+54 |
| 2018-09-12 | Add check build dependencies | Mark Rousskov | -6/+6 |
| 2018-09-12 | Do not print checking messages in dry run mode | Mark Rousskov | -3/+3 |
| 2018-09-12 | remove struct CleanTools | Collins Abitekaniza | -53/+22 |
| 2018-09-12 | nit: rearrange and make match exhaustive | Collins Abitekaniza | -5/+8 |
| 2018-09-12 | clear_if_dirty with self.rustc(compiler) for Mode::Rustc | Collins Abitekaniza | -0/+1 |
| 2018-09-12 | use stage 1 compiler only for stamps | Collins Abitekaniza | -8/+8 |