| Age | Commit message (Expand) | Author | Lines |
| 2017-09-17 | rustbuild: Don't pass `-j` if called by `make` | Alex Crichton | -6/+12 |
| 2017-09-17 | Rollup merge of #44617 - alexcrichton:download-from-us-west-1, r=aidanhs | Tim Neumann | -1/+1 |
| 2017-09-17 | Rollup merge of #44533 - nrc:rustfmt-submod, r=alexcrichton | Tim Neumann | -2/+78 |
| 2017-09-16 | Rollup merge of #44616 - alexcrichton:rustdoc-fix-again-whee, r=Mark-Simulacrum | Alex Crichton | -7/+10 |
| 2017-09-16 | Rollup merge of #44531 - QuietMisdreavus:bump-gcc, r=alexcrichton | Alex Crichton | -1/+1 |
| 2017-09-16 | Rollup merge of #44356 - nrc:rls-component-manifest, r=@alexcrichton | Alex Crichton | -4/+13 |
| 2017-09-16 | ci: Upload/download from a new S3 bucket | Alex Crichton | -1/+1 |
| 2017-09-15 | rustbuild: Fix test "test rustdoc" invocation | Alex Crichton | -7/+10 |
| 2017-09-15 | rustbuild: Compile the error-index in stage 2 | Alex Crichton | -2/+14 |
| 2017-09-14 | Rollup merge of #44131 - smaeul:openssl-perl, r=Mark-Simulacrum | Corey Farwell | -1/+2 |
| 2017-09-14 | Attempt to fix the component manifest problem for rls-preview | Nick Cameron | -4/+13 |
| 2017-09-13 | Reviewer changes | Nick Cameron | -0/+1 |
| 2017-09-13 | Build and test Rustfmt | Nick Cameron | -2/+77 |
| 2017-09-12 | bump gcc for bootstrap | QuietMisdreavus | -1/+1 |
| 2017-09-12 | Auto merge of #44413 - est31:move_man, r=nikomatsakis | bors | -2/+1 |
| 2017-09-11 | rustbuild: Fix a distribution bug with rustdoc | Alex Crichton | -0/+1 |
| 2017-09-10 | Auto merge of #44260 - alexcrichton:hardlink-no-copy, r=Mark-Simulacrum | bors | -10/+27 |
| 2017-09-09 | rustbuild: Switch back to using hard links | Alex Crichton | -10/+27 |
| 2017-09-10 | Auto merge of #44274 - Mark-Simulacrum:rustdoc-tests, r=alexcrichton | bors | -4/+71 |
| 2017-09-08 | Move the man directory to a subdirectory | est31 | -2/+1 |
| 2017-09-06 | Rollup merge of #44354 - jakllsch:jakllsch-85453197-a0cc-43f6-8c55-7bce6c4a4e... | Mark Simulacrum | -0/+10 |
| 2017-09-06 | Rollup merge of #44353 - cuviper:install-rustc, r=Mark-Simulacrum | Mark Simulacrum | -1/+1 |
| 2017-09-06 | Rollup merge of #44321 - jakllsch:jakllsch-4f2d6c87-2674-43e4-9c5f-2415136e6b... | Mark Simulacrum | -1/+4 |
| 2017-09-06 | Rollup merge of #44218 - SimonSapin:commit-hash, r=alexcrichton | Mark Simulacrum | -0/+14 |
| 2017-09-06 | Auto merge of #43975 - RalfJung:gcc, r=alexcrichton | bors | -7/+9 |
| 2017-09-05 | bootstrap: avoid m4 -B for NetBSD-built sparc64 OpenSSL | Jonathan A. Kollasch | -0/+5 |
| 2017-09-05 | bootstrap: add openssl config for sparc64-unknown-netbsd | Jonathan A. Kollasch | -0/+5 |
| 2017-09-05 | Include rustc in the default `./x.py install` | Josh Stone | -1/+1 |
| 2017-09-05 | Test rustdoc unit tests. | Mark Simulacrum | -4/+71 |
| 2017-09-05 | disable gcc warnings | Ralf Jung | -2/+4 |
| 2017-09-04 | bootstrap: only include docs in extended distribution if enabled | Jonathan A. Kollasch | -1/+4 |
| 2017-09-04 | Only include git-commit-hash in tarballs when available | Simon Sapin | -6/+9 |
| 2017-09-04 | Auto merge of #44268 - kennytm:fix-python-bootstrap-test, r=Mark-Simulacrum | bors | -6/+4 |
| 2017-09-03 | Auto merge of #44176 - nrc:update-rls, r=alexcrichton | bors | -0/+1 |
| 2017-09-02 | update gcc crate | Ralf Jung | -5/+5 |
| 2017-09-02 | Auto merge of #43886 - oli-obk:clippy, r=nrc | bors | -1/+39 |
| 2017-09-02 | Remove invalid doctest from bootstrap.py. | kennytm | -6/+4 |
| 2017-09-01 | Auto merge of #44154 - alexcrichton:bump-bootstrap, r=Mark-Simulacrum | bors | -2/+2 |
| 2017-09-01 | Add git-commit-hash in source and extended tarballs too. | Simon Sapin | -0/+4 |
| 2017-08-31 | Rollup merge of #44203 - cuviper:compiler-rt-test, r=Mark-Simulacrum | Mark Simulacrum | -1/+1 |
| 2017-08-31 | Add full git commit hash to release channel manifests | Simon Sapin | -0/+7 |
| 2017-08-31 | Update Cargo to 0.23.0 and our lockfile | Alex Crichton | -1/+1 |
| 2017-08-31 | Bump to 1.22.0 | Alex Crichton | -1/+1 |
| 2017-08-31 | Set CFG_VERSION env var for tool builds | Nick Cameron | -0/+1 |
| 2017-08-30 | rustbuild: update the rust-src filter for compiler-rt | Josh Stone | -1/+1 |
| 2017-08-30 | bootstrap: add openssl configuration mapping for i686-unknown-netbsd | Jonathan A. Kollasch | -0/+1 |
| 2017-08-30 | Auto merge of #43895 - JeremySorensen:master, r=alexcrichton | bors | -3/+13 |
| 2017-08-29 | allow value of key/value pair argument to set option be boolean | Jeremy Sorensen | -2/+8 |
| 2017-08-30 | Auto merge of #44143 - alexcrichton:faster-bootstrap, r=Mark-Simulacrum | bors | -6/+1 |
| 2017-08-29 | Rollup merge of #44144 - alexcrichton:faster-hash-and-sign, r=Mark-Simulacrum | Ariel Ben-Yehuda | -1/+1 |