| Age | Commit message (Expand) | Author | Lines |
| 2018-06-03 | impl is_tool on Mode enum | Collins Abitekaniza | -2/+4 |
| 2018-06-03 | refactor Mode enum | Collins Abitekaniza | -8/+8 |
| 2018-05-28 | Auto merge of #50892 - davidtwco:issue-50004, r=alexcrichton | bors | -6/+82 |
| 2018-05-22 | build the 2018 edition | steveklabnik | -0/+6 |
| 2018-05-20 | Added rustdoc documentation step outputting into compiler documentation. | David Wood | -6/+82 |
| 2018-04-27 | Rollup merge of #49707 - steveklabnik:rustc-book, r=QuietMisdreavus | kennytm | -0/+1 |
| 2018-04-17 | Remove uses of Build across Builder steps | Mark Simulacrum | -115/+103 |
| 2018-04-14 | Rollup merge of #49465 - ollie27:rustbuild_test_docs, r=steveklabnik,QuietMis... | kennytm | -1/+4 |
| 2018-04-09 | Add rustc book to the build system | steveklabnik | -0/+1 |
| 2018-04-05 | Rollup merge of #49654 - davidtwco:issue-29893, r=alexcrichton | kennytm | -0/+1 |
| 2018-04-04 | Documenting private items in compiler docs. | David Wood | -0/+1 |
| 2018-04-03 | Avoid printing output when in dry run mode | Mark Simulacrum | -12/+12 |
| 2018-04-03 | Refactor to use a dry-run config instead of cfg(test) | Mark Simulacrum | -15/+20 |
| 2018-04-03 | Stub out less code | Mark Simulacrum | -1/+0 |
| 2018-04-03 | Stub out various functions during testing | Mark Simulacrum | -0/+1 |
| 2018-03-28 | Add docs for the test crate with the std docs | Oliver Middleton | -1/+4 |
| 2018-03-22 | Remove std/test documentation from compiler docs. | David Wood | -12/+4 |
| 2018-03-22 | Only generate documentation for local rustc crates. | David Wood | -4/+31 |
| 2018-03-21 | Add support to rustbuild for a 'rustc docs' component tarball | David Wood | -29/+104 |
| 2018-03-09 | rustbuild: Fix MSBuild location of `llvm-config.exe` | Alex Crichton | -1/+1 |
| 2018-03-02 | Don't produce TOCs for doc markdown files | steveklabnik | -0/+1 |
| 2018-02-11 | Change Step to be invoked with a path when in default mode. | Mark Simulacrum | -1/+1 |
| 2018-01-27 | rustc: Load the `rustc_trans` crate at runtime | Alex Crichton | -1/+1 |
| 2018-01-18 | Auto merge of #47528 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -2/+2 |
| 2018-01-17 | Update Cargo and its dependencies | Alex Crichton | -1/+1 |
| 2018-01-17 | Rollup merge of #47250 - GuillaumeGomez:test-rustdoc-js, r=Mark-Simulacrum | Guillaume Gomez | -2/+2 |
| 2018-01-15 | Auto merge of #46196 - projektir:rbe-submodule, r=steveklabnik | bors | -1/+2 |
| 2018-01-13 | Adding RBE as a submodule #46194 | projektir | -1/+2 |
| 2018-01-12 | End of rustdoc-js tool add into builder | Guillaume Gomez | -2/+2 |
| 2018-01-12 | Remove unused argument `rustc_cargo`. | O01eg | -1/+1 |
| 2018-01-04 | rustc: Don't use relative paths for extended errors | Alex Crichton | -1/+2 |
| 2017-11-29 | rustbuild: Fix a typo with the Cargo book | Alex Crichton | -1/+1 |
| 2017-11-20 | Auto merge of #45998 - ollie27:doc_book_css, r=steveklabnik | bors | -16/+11 |
| 2017-11-15 | Fix broken CSS for book redirect pages | Oliver Middleton | -16/+11 |
| 2017-11-14 | link the cargo book into the bookshelf | steveklabnik | -3/+6 |
| 2017-11-14 | Start shipping the Cargo book | steveklabnik | -45/+43 |
| 2017-10-22 | Don't build docs for removed libcollections. | leonardo.yvens | -1/+1 |
| 2017-10-22 | Auto merge of #45433 - ollie27:rustbuild_nomicon, r=Mark-Simulacrum | bors | -1/+1 |
| 2017-10-21 | rustbuild: Fix path for the nomicon | Oliver Middleton | -1/+1 |
| 2017-10-14 | rustbuild: Don't try to build rustdoc API docs with compiler docs | Oliver Middleton | -5/+3 |
| 2017-08-29 | rustbuild: Don't require cross-compiled error index | Alex Crichton | -5/+0 |
| 2017-08-16 | Implement a temp redirect for cargo docs | Carol (Nichols || Goulding) | -0/+45 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -2/+2 |
| 2017-08-15 | Auto merge of #43863 - steveklabnik:ship-the-rustdoc-book, r=frewsxcv | bors | -0/+1 |
| 2017-08-14 | start building the rustdoc book | steveklabnik | -0/+1 |
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2017-08-13 | Build rustdoc only at the top stage | Mark Simulacrum | -6/+6 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-07-27 | Correct a few run.host invocations where run.target is intended. | Mark Simulacrum | -2/+2 |
| 2017-07-27 | Allow changing rustdoc which builds the book. | Mark Simulacrum | -10/+13 |