| Age | Commit message (Expand) | Author | Lines |
| 2021-10-06 | Generate example source files with corresponding links | Will Crichton | -44/+64 |
| 2021-10-06 | Factor scraping and rendering into separate calls to rustdoc | Will Crichton | -54/+25 |
| 2021-10-06 | Fix check issue | Will Crichton | -8/+18 |
| 2021-10-06 | Add updated support for example-analyzer | Will Crichton | -2/+407 |
| 2021-10-06 | Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomez | Manish Goregaokar | -100/+183 |
| 2021-10-06 | Restore h1 styles, which got accidentally removed. | Mukund Lakshman | -3/+3 |
| 2021-10-05 | Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d | Wim Looman | -1/+1 |
| 2021-10-05 | Make cfg implicitly imply doc(cfg) | Wim Looman | -1/+1 |
| 2021-10-04 | heading_level: u32 -> heading_offset: HeadingOffset | Mukund Lakshman | -54/+79 |
| 2021-10-04 | No need to default offset since we always override it. | Mukund Lakshman | -37/+33 |
| 2021-10-04 | Change `Markdown(...)` to `Markdown { ... }` | Mukund Lakshman | -35/+69 |
| 2021-10-04 | Fix heading for methods on trait impls. | Mukund Lakshman | -1/+1 |
| 2021-10-04 | Make rustdoc not highlight `->` and `=>` as operators | Michael Howell | -6/+25 |
| 2021-10-04 | librustdoc: Use correct heading levels. | Mukund Lakshman | -56/+84 |
| 2021-10-03 | Move from grid layout to table based layout because of browser limits that ov... | Stefan Schindler | -21/+17 |
| 2021-10-02 | Replace all uses of `path.res.def_id()` with `path.def_id()` | Noah Lev | -5/+5 |
| 2021-10-01 | Auto merge of #89395 - In-line:remove_visible_path_from_allowed_deprecated_li... | bors | -6/+3 |
| 2021-09-30 | Remove temporary `GetDefId` impl for `Path` | Noah Lev | -56/+40 |
| 2021-09-30 | Use `Path` instead of `Type` in `PolyTrait` | Noah Lev | -57/+45 |
| 2021-09-30 | Make `Impl.trait_` a `Path`, not a `Type` | Noah Lev | -2/+11 |
| 2021-09-30 | Remove visible path calculation from allowed deprecation lint | Alik Aslanyan | -6/+3 |
| 2021-09-29 | Rollup merge of #89297 - GuillaumeGomez:remove-never-from-type-enum, r=camelid | Eric Huss | -2/+3 |
| 2021-09-29 | Rollup merge of #87428 - GuillaumeGomez:union-highlighting, r=notriddle | Eric Huss | -5/+91 |
| 2021-09-29 | Remove Never variant from clean::Type enum | Guillaume Gomez | -2/+3 |
| 2021-09-28 | Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomez | bors | -15/+8 |
| 2021-09-26 | Preserve the whole LangSyntax when parsing doctests | Joshua Nelson | -15/+8 |
| 2021-09-25 | Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514 | Manish Goregaokar | -33/+22 |
| 2021-09-21 | rustdoc: Emphasize "completely unstable" | Noah Lev | -1/+1 |
| 2021-09-21 | rustdoc: Note that type layout may differ between compilations | Noah Lev | -1/+1 |
| 2021-09-17 | Add rustdoc version into the help popup | Guillaume Gomez | -13/+39 |
| 2021-09-16 | Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomez | bors | -39/+47 |
| 2021-09-13 | Rollup merge of #88885 - GuillaumeGomez:fix-jump-def-background, r=camelid | Guillaume Gomez | -1/+1 |
| 2021-09-13 | Add support for primitives in "jump to definition" feature | Guillaume Gomez | -7/+19 |
| 2021-09-12 | Rename `is_generic()` to `is_assoc_ty()` | Noah Lev | -4/+4 |
| 2021-09-12 | Remove `Type::ResolvedPath.is_generic` | Noah Lev | -33/+22 |
| 2021-09-12 | Fix invalid background for jump-to-def links in source code pages | Guillaume Gomez | -1/+1 |
| 2021-09-12 | Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514 | Manish Goregaokar | -22/+24 |
| 2021-09-12 | Fix broken handling of primitive items | Joshua Nelson | -1/+7 |
| 2021-09-12 | downgrade some logging | Joshua Nelson | -1/+1 |
| 2021-09-11 | Only take `tcx` when it's all that's needed | Noah Lev | -7/+12 |
| 2021-09-11 | Rollup merge of #88668 - hvdijk:x32, r=joshtriplett | Jubilee | -1/+1 |
| 2021-09-10 | Rollup merge of #88776 - dns2utf8:rustdoc_workaround_1000_elements_grid_bug, ... | Manish Goregaokar | -0/+12 |
| 2021-09-10 | Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121 | Manish Goregaokar | -3/+48 |
| 2021-09-10 | Rollup merge of #88639 - Emilgardis:fix-issue-88600, r=GuillaumeGomez | Manish Goregaokar | -24/+27 |
| 2021-09-10 | Rollup merge of #88632 - camelid:md-opts, r=CraftSpider | Manish Goregaokar | -9/+14 |
| 2021-09-09 | Remove unnecessary `Cache.*_did` fields | Noah Lev | -22/+19 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -2/+0 |
| 2021-09-09 | Workaround blink/chromium grid layout limitation of 1000 rows | Stefan Schindler | -0/+12 |
| 2021-09-08 | Rollup merge of #86263 - fee1-dead:rustdoc-layout-variants, r=camelid | Jack Huey | -11/+46 |
| 2021-09-08 | Wrap <table> elements into <div> to prevent breaking layout and width | Guillaume Gomez | -3/+48 |