| Age | Commit message (Expand) | Author | Lines |
| 2017-08-29 | Rollup merge of #44134 - vorner:x-py-unknown-cmd, r=nikomatsakis | Ariel Ben-Yehuda | -1/+1 |
| 2017-08-29 | Rollup merge of #44121 - ishitatsuyuki:bootstrap-deps-purge, r=Mark-Simulacrum | Ariel Ben-Yehuda | -1/+0 |
| 2017-08-29 | Rollup merge of #44076 - RalfJung:src, r=alexcrichton | Ariel Ben-Yehuda | -0/+6 |
| 2017-08-29 | rustbuild: Don't require cross-compiled error index | Alex Crichton | -5/+0 |
| 2017-08-28 | use an optional bool to keep track of ignore-git setting, if not specified by... | Jeremy Sorensen | -1/+5 |
| 2017-08-28 | rustbuild: Fix dependencies of build-manifest | Alex Crichton | -1/+1 |
| 2017-08-28 | rustbuild: Fix uplifting stage1 on cross builds | Alex Crichton | -1/+1 |
| 2017-08-28 | Explicitly run perl for OpenSSL Configure | Samuel Holland | -1/+2 |
| 2017-08-28 | Auto merge of #44107 - alexcrichton:no-shell-configure, r=Mark-Simulacrum | bors | -445/+612 |
| 2017-08-28 | bootstrap: remove unneeded extern crate | Tatsuyuki Ishi | -1/+0 |
| 2017-08-27 | rustbuild: Rewrite the configure script in Python | Alex Crichton | -445/+612 |
| 2017-08-27 | Fail ./x.py on invalid command | Michal 'vorner' Vaner | -1/+1 |
| 2017-08-26 | Do not include the src/Cargo.toml | Ralf Jung | -1/+0 |
| 2017-08-25 | rustbuild: Automatically enable Ninja on MSVC | Alex Crichton | -4/+21 |
| 2017-08-24 | include Cargo.{toml,lock} in rust-src tarball | Ralf Jung | -0/+7 |
| 2017-08-24 | Require adding clippy's path to the `x.py` invocation | Oliver Schneider | -1/+1 |
| 2017-08-22 | Inline crt-static choice for pc-windows-msvc | Samuel Holland | -7/+6 |
| 2017-08-22 | Introduce crt_static target option in config.toml | Samuel Holland | -0/+22 |
| 2017-08-22 | Copy musl startup objects before building std | Samuel Holland | -16/+27 |
| 2017-08-22 | Infer a default musl_root for native builds | Samuel Holland | -1/+8 |
| 2017-08-22 | Improve explanation of musl_root | Samuel Holland | -1/+4 |
| 2017-08-21 | Update rustbuild README | Mark Simulacrum | -16/+20 |
| 2017-08-17 | Rollup merge of #43916 - integer32llc:cargo-docs-redirect, r=alexcrichton | Corey Farwell | -1/+46 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -2/+2 |
| 2017-08-16 | Implement a temp redirect for cargo docs | Carol (Nichols || Goulding) | -1/+46 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -36/+36 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -2/+2 |
| 2017-08-15 | Add clippy as a submodule | Oliver Schneider | -1/+39 |
| 2017-08-15 | Auto merge of #43863 - steveklabnik:ship-the-rustdoc-book, r=frewsxcv | bors | -1/+2 |
| 2017-08-14 | start building the rustdoc book | steveklabnik | -1/+2 |
| 2017-08-14 | Auto merge of #43842 - bjorn3:no_llvm_cleanup, r=alexcrichton | bors | -17/+26 |
| 2017-08-13 | Change run-make ignore message | bjorn3 | -1/+1 |
| 2017-08-13 | Remove some more cfg's | bjorn3 | -17/+26 |
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -3/+3 |
| 2017-08-13 | Build rustdoc with the native build triple | Mark Simulacrum | -1/+1 |
| 2017-08-13 | Cargotest needs only one rustdoc.exe to exist on Windows | Mark Simulacrum | -1/+4 |
| 2017-08-13 | Correct code to not run host-only tests. | Mark Simulacrum | -3/+7 |
| 2017-08-13 | Clean tools after building libstd/libtest/librustc. | Mark Simulacrum | -6/+21 |
| 2017-08-13 | Build rustdoc only at the top stage | Mark Simulacrum | -25/+21 |
| 2017-08-13 | Build rustdoc with the stageN compiler in N >= 2. | Mark Simulacrum | -0/+4 |
| 2017-08-13 | Make the message for building rustdoc slightly nicer | Mark Simulacrum | -32/+48 |
| 2017-08-13 | Add ability to ignore git when building rust. | Mark Simulacrum | -6/+11 |
| 2017-08-13 | Allow overriding build triple via flag. | Mark Simulacrum | -5/+7 |
| 2017-08-13 | Allow specifiying targets and hosts not in the config file. | Mark Simulacrum | -10/+0 |
| 2017-08-13 | Unify flags into config. | Mark Simulacrum | -117/+126 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -3/+3 |
| 2017-08-11 | Move config.toml.example to the root dir | Steven Fackler | -334/+2 |
| 2017-08-11 | Build support for no llvm | bjorn3 | -0/+17 |
| 2017-08-08 | pass rustc_libdir instead of sysroot_libdir() for running rustdoc from rustbuild | Sébastien Marie | -1/+1 |
| 2017-08-04 | Auto merge of #43577 - cuviper:link-llvm-dylib, r=sanxiyn | bors | -0/+9 |