| Age | Commit message (Expand) | Author | Lines |
| 2017-05-24 | bootstrap: Make bootstrap verbose if requested | Dennis Schridde | -0/+4 |
| 2017-05-24 | bootstrap: Actually respect verbosity setting in config.toml | Dennis Schridde | -0/+5 |
| 2017-05-18 | Fix x.py | Simonas Kazlauskas | -3/+4 |
| 2017-05-17 | Reset submodule management to what master does | Alex Crichton | -19/+50 |
| 2017-05-18 | Move submodule initialization to bootstrap.py | Tatsuyuki Ishi | -3/+36 |
| 2017-04-30 | Rename os variable in bootstrap.py to avoid shadowing os module. | Titus Barik | -2/+2 |
| 2017-04-29 | Update stage0 bootstrap compiler | Alex Crichton | -17/+27 |
| 2017-04-26 | Rollup merge of #41456 - jessicah:haiku-support, r=alexcrichton | Ariel Ben-Yehuda | -0/+3 |
| 2017-04-26 | Rollup merge of #41370 - malbarbo:android-bootstrap, r=alexcrichton | Ariel Ben-Yehuda | -6/+16 |
| 2017-04-24 | Haiku: add missing cases of using LIBRARY_PATH | Jessica Hamilton | -0/+3 |
| 2017-04-18 | Add bootstrap support for android | Marco A L Barbosa | -6/+16 |
| 2017-04-17 | bootstrap: Don't workaround uname -m on Darwin | Richo Healey | -8/+0 |
| 2017-04-08 | Rollup merge of #41152 - cuviper:bootstrap-armv7, r=japaric | Tim Neumann | -2/+2 |
| 2017-04-07 | bootstrap.py: fix armv7 detection | Josh Stone | -2/+2 |
| 2017-04-06 | Auto merge of #41102 - frewsxcv:rollup, r=frewsxcv | bors | -2/+5 |
| 2017-04-02 | Finish the improvements I planned. | Nathan Stocks | -2/+3 |
| 2017-03-30 | Don't print build statistics if we explicitly asked for the help message. | Nathan Stocks | -2/+4 |
| 2017-03-30 | Fix stage0->stage1 build when using "pthreads" mingw compiler. | Vadim Chugunov | -1/+10 |
| 2017-03-29 | rustbuild: Update bootstrap compiler | Alex Crichton | -12/+5 |
| 2017-03-11 | configure: Remove --build detection | Alex Crichton | -4/+19 |
| 2017-03-10 | Support armhf abi on 64-bit ARM cpus | Ximin Luo | -1/+1 |
| 2017-03-04 | bootstrap.py: Report build status | Vadim Petrochenkov | -6/+15 |
| 2017-02-25 | Rollup merge of #39950 - ishitatsuyuki:stop-trashing-ldpath, r=alexcrichton | Eduard-Mihai Burtescu | -2/+6 |
| 2017-02-25 | Rollup merge of #39903 - binarycrusader:issue-39901, r=alexcrichton | Eduard-Mihai Burtescu | -0/+2 |
| 2017-02-23 | rustbuild: Retry downloads by default | Alex Crichton | -4/+17 |
| 2017-02-20 | bootstrap: stop trashing (DY)LD_LIBRARY_PATH | Tatsuyuki Ishi | -2/+6 |
| 2017-02-17 | Auto merge of #39578 - canndrew:nixos-bootstrap-fix, r=alexcrichton | bors | -0/+56 |
| 2017-02-17 | Style fixups | Andrew Cann | -5/+6 |
| 2017-02-16 | add solaris sparcv9 support | Shawn Walker-Salas | -0/+2 |
| 2017-02-14 | Auto merge of #39728 - eddyb:vendeur-tres-bien, r=alexcrichton | bors | -0/+5 |
| 2017-02-14 | Automatically vendor Cargo deps when building the source tarballs. | Eduard-Mihai Burtescu | -0/+5 |
| 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-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-03 | `aarch64` CPU type is called `arm64` on FreeBSD | Jean-Sébastien Pédron | -0/+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-01-07 | rustbuild: Pass --retry 3 to curl | Alex Crichton | -1/+1 |
| 2016-12-19 | rustbuild: Update Cargo download location | Alex Crichton | -13/+9 |
| 2016-12-19 | add and document `--incremental` flag along with misc other changes | Niko Matsakis | -0/+2 |
| 2016-12-07 | mk: Switch rustbuild to the default build system | Alex Crichton | -26/+67 |
| 2016-11-09 | rustbuild: enable an initial local cargo | Josh Stone | -1/+4 |
| 2016-11-09 | Rollup merge of #37524 - alexcrichton:vendor, r=brson | Eduard-Mihai Burtescu | -3/+24 |
| 2016-11-08 | rustbuild: Tweak for vendored dependencies | Alex Crichton | -3/+24 |