| Age | Commit message (Expand) | Author | Lines |
| 2021-02-23 | Add --generate-redirect-map option to replace HTML redirection file with a un... | Guillaume Gomez | -0/+7 |
| 2021-02-19 | Rollup merge of #82261 - ojeda:rustdoc-argfile, r=jyn514 | Dylan DPC | -1/+4 |
| 2021-02-19 | rustdoc: Support argument files | Miguel Ojeda | -1/+4 |
| 2021-02-09 | Stabilize str_split_once | Jacob Pratt | -1/+0 |
| 2021-02-06 | Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnay | Mara Bos | -1/+0 |
| 2021-02-02 | Rollup merge of #81492 - camelid:rustdoc-internal-mod-vis, r=GuillaumeGomez | Jonas Schievink | -1/+2 |
| 2021-01-31 | rustdoc: Note why `rustdoc::html::markdown` is public | Camelid | -1/+2 |
| 2021-01-28 | rustdoc: Remove unnecessary optional | Camelid | -2/+2 |
| 2021-01-24 | Rollup merge of #81264 - Swatinem:doctest-run-directory, r=jyn514 | Jonas Schievink | -0/+8 |
| 2021-01-23 | Rollup merge of #81275 - jyn514:time-render, r=wesleywiser | Jonas Schievink | -1/+1 |
| 2021-01-23 | Add option to control doctest run directory | Arpad Borsos | -0/+8 |
| 2021-01-23 | Calculate self-profile strings in `Compiler::enter` instead in codegen | Joshua Nelson | -6/+3 |
| 2021-01-22 | Fix <unknown> queries | Joshua Nelson | -2/+5 |
| 2021-01-21 | Deny internal lints for rustdoc | Joshua Nelson | -0/+1 |
| 2021-01-21 | Fix rustc::internal lints on rustdoc | Joshua Nelson | -2/+2 |
| 2021-01-13 | Auto merge of #77858 - ijackson:split-inclusive, r=KodrAus | bors | -1/+0 |
| 2021-01-12 | Update help message and add regression test | Tristan Dannenberg | -6/+1 |
| 2021-01-12 | Fix rustdoc --test-builder argument parsing | Tristan Dannenberg | -2/+3 |
| 2021-01-04 | Remove two obsolete uses of #![feature(split_inclusive)] | Ian Jackson | -1/+0 |
| 2020-12-30 | Add Iterator::intersperse | Jonas Schievink | -0/+1 |
| 2020-12-27 | Auto merge of #79642 - ijackson:default-theme-stab, r=jyn514 | bors | -2/+2 |
| 2020-12-17 | Fix rebase conflict | Joshua Nelson | -4/+0 |
| 2020-12-17 | TODO -> FIXME | Joshua Nelson | -1/+1 |
| 2020-12-17 | Make it compile | Joshua Nelson | -4/+5 |
| 2020-12-17 | [tmp] Pass `TyCtxt` through to the render backend | Joshua Nelson | -8/+5 |
| 2020-12-17 | Move `run_renderer` into the main `global_ctxt` closure | Joshua Nelson | -25/+78 |
| 2020-12-15 | Remove redundant assignment | Joshua Nelson | -5/+0 |
| 2020-12-13 | Use imports instead of rewriting the type signature of `stable` | Joshua Nelson | -14/+2 |
| 2020-12-13 | stabilize `peekable_next_if` | Justus K | -1/+0 |
| 2020-12-12 | Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomez | bors | -5/+11 |
| 2020-12-12 | Calculate span info on-demand instead of ahead of time | Joshua Nelson | -2/+3 |
| 2020-12-12 | Pass Session into renderer | Joshua Nelson | -3/+8 |
| 2020-12-07 | Dogfood 'str_split_once() with librustdoc | Eric Arellano | -0/+1 |
| 2020-12-03 | Add missing feature flag | Camelid | -0/+1 |
| 2020-12-02 | rustdoc: stabilise --default-theme | Ian Jackson | -1/+1 |
| 2020-12-02 | rustdoc: --default-theme: minor grammar fix to usage message | Ian Jackson | -1/+1 |
| 2020-12-01 | Address review comments. | Nixon Enraght-Moony | -0/+1 |
| 2020-11-25 | fixes a word typo in librustdoc | Nelson J Morais | -1/+1 |
| 2020-11-13 | Rollup merge of #78984 - GuillaumeGomez:rustdoc-check-option, r=jyn514 | Guillaume Gomez | -0/+5 |
| 2020-11-12 | Add --check option to rustdoc | Guillaume Gomez | -0/+5 |
| 2020-11-06 | Auto merge of #75778 - AndyGauge:75521-rustdoc-book-improvements, r=jyn514 | bors | -0/+1 |
| 2020-11-04 | Added Rustdoc book sections for linting and embedding more examples | Andrew Gauger | -0/+1 |
| 2020-10-28 | rustdoc: Fix some nits | Ian Jackson | -2/+2 |
| 2020-10-28 | rustdoc: Provide a --default-theme THEME option | Ian Jackson | -0/+10 |
| 2020-10-28 | rustdoc: Provide a general --default-setting SETTING[=VALUE] option | Ian Jackson | -0/+10 |
| 2020-10-20 | Remove unused type from librustdoc | Guillaume Gomez | -9/+0 |
| 2020-10-08 | Allow generic parameters in intra-doc links | Camelid | -0/+2 |
| 2020-09-15 | Add a comment why rustdoc loads crates from the sysroot | Joshua Nelson | -1/+5 |
| 2020-09-14 | Add a comment why `extern crate` is necessary for rustdoc | Joshua Nelson | -2/+6 |
| 2020-08-31 | Fix strings indent | Guillaume Gomez | -11/+11 |