| Age | Commit message (Expand) | Author | Lines |
| 2022-09-13 | rustdoc: clean up DOM by removing `.dockblock-short p` | Michael Howell | -1/+5 |
| 2022-08-11 | Rollup merge of #100374 - GuillaumeGomez:improve_rustdoc_search_results_page_... | Matthias Krüger | -1/+2 |
| 2022-08-11 | Rollup merge of #99337 - jsha:simplify-highlight, r=GuillaumeGomez | Matthias Krüger | -15/+8 |
| 2022-08-10 | Add missing ID into the ID map | Guillaume Gomez | -1/+2 |
| 2022-08-09 | rustdoc: simplify highlight.rs | Jacob Hoffman-Andrews | -15/+8 |
| 2022-07-25 | Add a clickable link to the layout section | est31 | -0/+1 |
| 2022-07-14 | Removed unused HTML IDs | Guillaume Gomez | -2/+0 |
| 2022-05-24 | fix simple clippy lints | klensy | -6/+6 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -43/+46 |
| 2022-05-14 | Remove theme picker button | Guillaume Gomez | -2/+0 |
| 2022-04-30 | Move settings into full JS | Guillaume Gomez | -1/+4 |
| 2022-04-21 | Auto merge of #96260 - Kobzol:rustdoc-idmap, r=petrochenkov | bors | -44/+48 |
| 2022-04-21 | rustdoc: Optimize IdMap | Jakub Beránek | -44/+48 |
| 2022-04-20 | Remove `<>` links to be potential intra-doc links | Guillaume Gomez | -1/+13 |
| 2022-04-19 | rustdoc: Cache preprocessed markdown links | Vadim Petrochenkov | -4/+6 |
| 2022-04-12 | rustdoc: discr. required+provided assoc consts+tys | León Orell Valerian Liehr | -2/+4 |
| 2022-04-09 | rustdoc: Reduce allocations in a `html::markdown` function | Roc Yu | -7/+5 |
| 2022-03-10 | Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ... | Dylan DPC | -1/+1 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -1/+1 |
| 2022-03-08 | Unify inherent impl blocks by wrapping them into a div | Guillaume Gomez | -0/+1 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -3/+1 |
| 2022-02-09 | Unify headings indent and remove useless anchor | Guillaume Gomez | -1/+1 |
| 2022-01-28 | remove allow_fail test flag | yuhaixin.hx | -12/+0 |
| 2022-01-15 | Remove `collect` | Roc Yu | -3/+1 |
| 2021-12-28 | Update pulldown-cmark version to 0.9 | Guillaume Gomez | -8/+9 |
| 2021-12-02 | Rename ID "main" into "main-content" | Guillaume Gomez | -1/+1 |
| 2021-11-18 | rustdoc: Avoid using `Iterator::count()` where possible | Noah Lev | -1/+1 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -35/+26 |
| 2021-10-23 | Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -0/+1 |
| 2021-10-16 | clippy::complexity changes | Matthias Krüger | -1/+1 |
| 2021-10-06 | Move highlighting logic from JS to Rust | Will Crichton | -0/+1 |
| 2021-10-04 | heading_level: u32 -> heading_offset: HeadingOffset | Mukund Lakshman | -13/+28 |
| 2021-10-04 | No need to default offset since we always override it. | Mukund Lakshman | -2/+2 |
| 2021-10-04 | Change `Markdown(...)` to `Markdown { ... }` | Mukund Lakshman | -12/+30 |
| 2021-10-04 | librustdoc: Use correct heading levels. | Mukund Lakshman | -8/+13 |
| 2021-09-26 | Preserve the whole LangSyntax when parsing doctests | Joshua Nelson | -15/+8 |
| 2021-09-10 | Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121 | Manish Goregaokar | -2/+41 |
| 2021-09-10 | Rollup merge of #88632 - camelid:md-opts, r=CraftSpider | Manish Goregaokar | -9/+14 |
| 2021-09-08 | Wrap <table> elements into <div> to prevent breaking layout and width | Guillaume Gomez | -2/+41 |
| 2021-09-08 | Auto merge of #87489 - bdalrhm:rustdoc-line-num, r=CraftSpider | bors | -0/+6 |
| 2021-09-03 | Enable all main body Markdown options for summaries | Noah Lev | -2/+6 |
| 2021-09-03 | Use `summary_opts()` for Markdown summaries | Noah Lev | -8/+9 |
| 2021-08-29 | Rollup merge of #88173 - camelid:refactor-markdown-length-limit, r=GuillaumeG... | Guillaume Gomez | -43/+28 |
| 2021-08-21 | Use the length limit as the initial capacity | Noah Lev | -1/+0 |
| 2021-08-19 | Refactor Markdown length-limited summary implementation | Noah Lev | -43/+29 |
| 2021-08-19 | [rustdoc] Wrap code blocks in <code> tag | Jakub Beránek | -1/+1 |
| 2021-08-05 | Move extra arguments for highlight URL generation into a new ContextInfo stru... | Guillaume Gomez | -2/+0 |
| 2021-08-05 | Add links on source types to go to definition | Guillaume Gomez | -0/+3 |
| 2021-07-26 | Pass correct line number for indented code blocks. | Abdalrhman Mohamed | -0/+6 |
| 2021-07-26 | Rollup merge of #87444 - camelid:flatten-nested-format, r=jyn514 | Guillaume Gomez | -2/+2 |