| Age | Commit message (Expand) | Author | Lines |
| 2018-11-20 | fix rustbuild to build all the books | Steve Klabnik | -11/+15 |
| 2018-11-02 | Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavus | bors | -13/+22 |
| 2018-10-20 | Update Cargo, build curl/OpenSSL statically via features | Alex Crichton | -0/+1 |
| 2018-10-21 | Use markdown::render instead of using pulldown_cmark directly | Guillaume Gomez | -3/+6 |
| 2018-10-21 | new version for bootstrap | Guillaume Gomez | -12/+17 |
| 2018-10-21 | Add index page | Guillaume Gomez | -0/+1 |
| 2018-09-12 | clear_if_dirty in Builder::cargo with passed mode | Collins Abitekaniza | -10/+0 |
| 2018-08-24 | Added rustc_codegen_llvm to compiler documentation. | David Wood | -1/+1 |
| 2018-07-30 | Remove the unstable std_unicode crate, deprecated since 1.27 | Simon Sapin | -1/+1 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -2/+2 |
| 2018-07-26 | Refactor is_external_tool into source_type | Tatsuyuki Ishi | -2/+2 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -0/+1 |
| 2018-07-03 | Compile stage0 tools with the raw bootstrap compiler | Alex Crichton | -2/+10 |
| 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 |