| Age | Commit message (Expand) | Author | Lines |
| 2017-02-17 | Style fixups | Andrew Cann | -5/+6 |
| 2017-02-16 | add solaris sparcv9 support | Shawn Walker-Salas | -0/+2 |
| 2017-02-16 | [rustbuild] add a way to run command after failure | Simonas Kazlauskas | -3/+22 |
| 2017-02-16 | Auto merge of #39824 - alexcrichton:disable-dist-src, r=brson | bors | -0/+9 |
| 2017-02-15 | rustc: Link statically to the MSVCRT | Alex Crichton | -0/+11 |
| 2017-02-15 | travis: Disable source tarballs on most builders | Alex Crichton | -0/+9 |
| 2017-02-15 | use bash when invoking dist shell scripts on solaris | Shawn Walker-Salas | -7/+14 |
| 2017-02-15 | Auto merge of #39633 - steveklabnik:vendor-mdbook, r=alexcrichton | bors | -0/+1 |
| 2017-02-14 | Auto merge of #39728 - eddyb:vendeur-tres-bien, r=alexcrichton | bors | -9/+48 |
| 2017-02-14 | Automatically vendor Cargo deps when building the source tarballs. | Eduard-Mihai Burtescu | -9/+48 |
| 2017-02-13 | Re-implement rustbook in terms of mdbook | Steve Klabnik | -0/+1 |
| 2017-02-12 | fix portability issue in error handling of build_triple | Shawn Walker-Salas | -1/+1 |
| 2017-02-11 | fix exception handling for isainfo execution failure | Shawn Walker-Salas | -1/+1 |
| 2017-02-11 | fix copy pasta | Shawn Walker-Salas | -1/+1 |
| 2017-02-11 | Add Solaris as recognized ostype | Shawn Walker-Salas | -0/+15 |
| 2017-02-11 | Change test for being on nixos again | Andrew Cann | -1/+1 |
| 2017-02-11 | Change test for being on NixOS | Andrew Cann | -1/+1 |
| 2017-02-09 | Merge branch 'master' of git://github.com/rust-lang/rust | Marc-Antoine Perennou | -74/+203 |
| 2017-02-08 | Rollup merge of #39598 - alexcrichton:cargo-branch, r=brson | Corey Farwell | -3/+1 |
| 2017-02-08 | Rollup merge of #38699 - japaric:lsan, r=alexcrichton | Corey Farwell | -1/+24 |
| 2017-02-08 | build/test the sanitizers only when --enable-sanitizers is used | Jorge Aparicio | -15/+15 |
| 2017-02-08 | sanitizer support | Jorge Aparicio | -2/+25 |
| 2017-02-08 | Rollup merge of #39622 - alexcrichton:clean-dist, r=brson | Corey Farwell | -0/+1 |
| 2017-02-07 | Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brson | Corey Farwell | -28/+17 |
| 2017-02-07 | Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brson | Corey Farwell | -42/+160 |
| 2017-02-07 | rustbuild: Clean build/dist on `make clean` | Alex Crichton | -0/+1 |
| 2017-02-06 | Fix branch name Cargo's downloaded from | Alex Crichton | -3/+1 |
| 2017-02-06 | rustbuild: add verbose to config.toml.example | Marc-Antoine Perennou | -0/+3 |
| 2017-02-06 | rustbuild: support setting verbosity in config.toml | Marc-Antoine Perennou | -0/+2 |
| 2017-02-06 | rustbuild: Fix a few locations with makefiles gone | Alex Crichton | -28/+17 |
| 2017-02-06 | Fix for bootstrapping on NixOS | Andrew Cann | -1/+56 |
| 2017-02-05 | Rollup merge of #39491 - dumbbell:support-aarch64-unknown-freebsd, r=alexcric... | Corey Farwell | -0/+2 |
| 2017-02-05 | Rollup merge of #39527 - king6cong:bootstrap-doc, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-02-05 | Rollup merge of #39478 - alexcrichton:add-xpy, r=japaric | Corey Farwell | -1/+2 |
| 2017-02-05 | Rollup merge of #39471 - djc:bootstrap-user, r=alexcrichton | Corey Farwell | -3/+3 |
| 2017-02-04 | README path correction | king6cong | -2/+2 |
| 2017-02-03 | `aarch64` CPU type is called `arm64` on FreeBSD | Jean-Sébastien Pédron | -0/+2 |
| 2017-02-02 | rustbuild: Add x.py to source tarballs | Alex Crichton | -1/+2 |
| 2017-02-02 | Fix typo in bootstrap.py info message | Dirkjan Ochtman | -1/+1 |
| 2017-02-02 | Guard against USER not existing in the environment | Dirkjan Ochtman | -1/+1 |
| 2017-02-02 | Don't check for sudo environment if vendored sources are already configured | Dirkjan Ochtman | -1/+1 |
| 2017-02-02 | Fixup crate versions | Vadim Petrochenkov | -1/+1 |
| 2017-02-02 | Build libbacktrace/jemalloc only when their timestamps are older than sources | Vadim Petrochenkov | -58/+9 |
| 2017-02-02 | rustbuild: Build jemalloc and libbacktrace only once (take 2) | Vadim Petrochenkov | -2/+8 |
| 2017-01-30 | Auto merge of #39368 - alexcrichton:fix-upload-dirs, r=aturon | bors | -1/+3 |
| 2017-01-30 | travis: Tweak artifact uploads | Alex Crichton | -1/+3 |
| 2017-01-29 | Add support for test suites emulated in QEMU | Alex Crichton | -42/+160 |
| 2017-01-29 | Bootstrap: append libjemalloc_pic.a | Tatsuyuki Ishi | -1/+1 |
| 2017-01-25 | rustbuild: Add manifest generation in-tree | Alex Crichton | -1/+91 |
| 2017-01-24 | rustbuild: Start building --enable-extended | Alex Crichton | -8/+415 |