| Age | Commit message (Expand) | Author | Lines |
| 2021-03-19 | librustdoc: or_patterns are stable | mark | -1/+1 |
| 2021-03-05 | Add an unstable option to print all unversioned files | Joshua Nelson | -0/+3 |
| 2021-03-05 | Store `UNVERSIONED_FILES` in a data structure | Joshua Nelson | -0/+18 |
| 2021-03-04 | Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez | Yuki Okushi | -0/+2 |
| 2021-03-03 | Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514 | Yuki Okushi | -0/+7 |
| 2021-03-01 | Move lint machinery into a separate file | Joshua Nelson | -0/+1 |
| 2021-03-01 | Rename rustdoc lints to be a tool lint instead of built-in. | Joshua Nelson | -0/+1 |
| 2021-03-02 | Rollup merge of #82598 - GuillaumeGomez:rustdoc-rustc-pass, r=jyn514 | Guillaume Gomez | -0/+1 |
| 2021-03-02 | Rollup merge of #82018 - jyn514:no-dummy-cache, r=camelid,GuillaumeGomez | Guillaume Gomez | -6/+6 |
| 2021-03-02 | Rollup merge of #81932 - jyn514:rustdoc-logging, r=Mark-Simulacrum | Guillaume Gomez | -0/+74 |
| 2021-03-01 | Remove the dummy cache in `DocContext` | Joshua Nelson | -6/+6 |
| 2021-02-28 | Always compile rustdoc with debug logging enabled when `download-rustc` is set | Joshua Nelson | -0/+74 |
| 2021-02-28 | Run some rustc passes in rustdoc | Guillaume Gomez | -0/+1 |
| 2021-02-26 | Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-se | Guillaume Gomez | -1/+0 |
| 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 |