| Age | Commit message (Expand) | Author | Lines |
| 2020-07-29 | Fix opening docs for std crates with ./x.py doc --open library/* | Tomasz Miąsko | -1/+1 |
| 2020-07-28 | Collect library features from library/ | Mark Rousskov | -0/+1 |
| 2020-07-27 | mv std libs to library/ | mark | -6/+4 |
| 2020-07-19 | Do not clobber RUSTDOCFLAGS | Mark Rousskov | -6/+4 |
| 2020-07-17 | Teach bootstrap about target files vs target triples | Jake Goulding | -15/+15 |
| 2020-07-14 | Use local links in the alloc docs. | Eric Huss | -24/+15 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -2/+4 |
| 2020-07-07 | Fix occasional bootstrap panic in docs. | Eric Huss | -1/+1 |
| 2020-07-06 | Rollup merge of #70563 - GuillaumeGomez:page-hash-handling, r=ollie27,kinnison | Manish Goregaokar | -1/+0 |
| 2020-07-02 | Remove render-redirect-pages option in rustdoc | Guillaume Gomez | -1/+0 |
| 2020-07-01 | Tests for number of times rustdoc is built with x.py test and doc. | Eric Huss | -12/+13 |
| 2020-06-29 | Compile rustdoc less often. | Eric Huss | -8/+6 |
| 2020-06-25 | Support configurable deny-warnings for all in-tree crates. | Eric Huss | -2/+3 |
| 2020-06-14 | Switch bootstrap metadata to --no-deps. | Eric Huss | -18/+2 |
| 2020-05-22 | Report error from opener in bootstrap | David Tolnay | -4/+4 |
| 2020-05-21 | Add flag to open docs: x.py doc --open | David Tolnay | -1/+58 |
| 2020-04-29 | Add an index page for nightly rustc docs. | Eric Huss | -1/+5 |
| 2020-04-22 | Build libstd with `-Cbitcode-in-rlib=yes`. | Nicholas Nethercote | -1/+1 |
| 2020-03-21 | Add missing -Z unstable-options flag | Alex Tokarev | -1/+6 |
| 2020-02-03 | bootstrap: fix clippy warnings | Matthias Krüger | -1/+1 |
| 2020-01-10 | Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton | bors | -1/+1 |
| 2020-01-11 | Rollup merge of #68075 - ollie27:rustbuild_books, r=Mark-Simulacrum | Yuki Okushi | -72/+14 |
| 2020-01-09 | rustbuild: Cleanup book generation | Oliver Middleton | -72/+14 |
| 2020-01-09 | Add bootstrap step for building sanitizer runtimes | Tomasz Miąsko | -1/+1 |
| 2020-01-08 | remove strip-hidden pass from compiler doc generation | Andy Russell | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -93/+70 |
| 2019-12-11 | Fix some linking of LLVM's dynamic library | Alex Crichton | -1/+1 |
| 2019-12-11 | rustc: Link LLVM directly into rustc again | Alex Crichton | -1/+1 |
| 2019-09-23 | Allow adding `RUSTFLAGS` after `Builder::cargo` | Alex Crichton | -3/+3 |
| 2019-09-19 | rustbuild: Copy crate doc files fewer times | Alex Crichton | -1/+1 |
| 2019-09-03 | Auto merge of #63869 - GuillaumeGomez:fix-build-failure, r=Mark-Simulacrum | bors | -1/+1 |
| 2019-09-02 | Generate version file if it doesn't exist | Guillaume Gomez | -1/+1 |
| 2019-08-28 | Fix build src/libtest | Yuki Okushi | -1/+1 |
| 2019-08-23 | bootstrap: Merge the libtest build step with libstd | Alex Crichton | -127/+1 |
| 2019-08-20 | Remove serialization of diagnostics to files | Mark Rousskov | -2/+1 |
| 2019-07-17 | Update mdbook, cargo, books | Eric Huss | -29/+9 |
| 2019-06-20 | Update mdbook | Eric Huss | -12/+12 |
| 2019-06-13 | Remove unnecessary Std dependency | Mark Rousskov | -5/+0 |
| 2019-06-13 | Delete Rustbook step | Mark Rousskov | -34/+12 |
| 2019-06-11 | Migrate rust-by-example to MdBook2 | Mateusz Mikuła | -1/+1 |
| 2019-05-30 | Migrate nomicon book to MdBook2 | Mateusz Mikuła | -1/+1 |
| 2019-05-30 | Migrate rustdoc book to MdBook2 | Mateusz Mikuła | -1/+1 |
| 2019-05-30 | Migrate unstable-book to MdBook2 | Mateusz Mikuła | -1/+1 |
| 2019-05-30 | Auto merge of #61212 - alexcrichton:skip-rustc, r=pietroalbini | bors | -30/+5 |
| 2019-05-28 | rustbuild: Tweak how stage1 compilers are selected | Alex Crichton | -30/+5 |
| 2019-05-16 | strip synstructure consts from compiler docs | Andy Russell | -1/+1 |
| 2019-05-09 | remove unneeded `extern crate`s from build tools | Andy Russell | -1/+1 |
| 2019-04-11 | Update TRPL to use mdbook 0.2 | Carol (Nichols || Goulding) | -4/+4 |
| 2019-03-28 | Rollup merge of #58848 - GuillaumeGomez:fix-cache-issues, r=Mark-Simulacrum,o... | Mazdak Farrokhzad | -8/+8 |
| 2019-03-26 | Fix error index CSS file name | Guillaume Gomez | -0/+1 |