| Age | Commit message (Expand) | Author | Lines |
| 2022-01-05 | Make rustdoc headings black, and markdown blue | Jacob Hoffman-Andrews | -4/+4 |
| 2021-11-26 | Rollup merge of #91223 - GuillaumeGomez:headings-indent, r=jsha | Matthias Krüger | -4/+6 |
| 2021-11-26 | Rollup merge of #91197 - camelid:rename-resolvedpath, r=GuillaumeGomez,jyn514 | Matthias Krüger | -11/+10 |
| 2021-11-26 | Rename `Type::ResolvedPath` to `Type::Path` | Noah Lev | -19/+19 |
| 2021-11-26 | Update the first heading indent rule so it is only applied on the first headi... | Guillaume Gomez | -4/+6 |
| 2021-11-26 | Rollup merge of #91225 - GuillaumeGomez:source-page-scrollbar, r=jsha | Matthias Krüger | -0/+4 |
| 2021-11-25 | Stop re-exporting `Type::ResolvedPath` | Noah Lev | -16/+15 |
| 2021-11-25 | Fix invalid scrollbar display on source code page | Guillaume Gomez | -0/+4 |
| 2021-11-25 | Auto merge of #91195 - camelid:path-did, r=jyn514 | bors | -10/+23 |
| 2021-11-25 | Auto merge of #88781 - estebank:emoji-idents, r=oli-obk | bors | -1/+1 |
| 2021-11-24 | Auto merge of #91203 - GuillaumeGomez:rollup-kwtqvb1, r=GuillaumeGomez | bors | -20/+8 |
| 2021-11-24 | Rollup merge of #91179 - GuillaumeGomez:a-color, r=jsha | Guillaume Gomez | -0/+6 |
| 2021-11-24 | Rollup merge of #91075 - jsha:chill-item-info, r=GuillaumeGomez | Guillaume Gomez | -20/+2 |
| 2021-11-24 | Remove `ResolvedPath.did` | Noah Lev | -9/+11 |
| 2021-11-24 | Return the actual `DefId` for assoc. items in `register_res` | Noah Lev | -1/+12 |
| 2021-11-24 | Fix clicking on anchors inside summary tags. | Jacob Hoffman-Andrews | -1/+1 |
| 2021-11-24 | Fix more <a> color | Guillaume Gomez | -0/+6 |
| 2021-11-23 | Fix RustDoc | Esteban Kuber | -1/+1 |
| 2021-11-23 | Rollup merge of #91103 - jsha:non-toggle-click-doesnt-toggle, r=Manishearth,G... | Matthias Krüger | -0/+8 |
| 2021-11-22 | Rollup merge of #91102 - jsha:theme-anchor, r=GuillaumeGomez | Matthias Krüger | -28/+39 |
| 2021-11-22 | Auto merge of #91099 - jsha:cleanup-undocumented, r=GuillaumeGomez | bors | -33/+4 |
| 2021-11-22 | Add GUI test for clicking on non-toggle summary | Jacob Hoffman-Andrews | -1/+1 |
| 2021-11-22 | Set color for <a> in a more straightforward way | Jacob Hoffman-Andrews | -28/+39 |
| 2021-11-22 | Auto merge of #90872 - ken-matsui:add-defer-to-rustdoc-template, r=jsha | bors | -10/+10 |
| 2021-11-21 | Inhibit clicks on summary's children | Jacob Hoffman-Andrews | -0/+8 |
| 2021-11-20 | Remove styles for details.undocumented | Jacob Hoffman-Andrews | -33/+4 |
| 2021-11-21 | Auto merge of #91073 - camelid:small-cleanups, r=jyn514 | bors | -2/+2 |
| 2021-11-20 | Move `scripts` on the rustdoc template into `head` and apply the `defer` attr... | Ken Matsui | -10/+10 |
| 2021-11-20 | Rollup merge of #90983 - GuillaumeGomez:sidebar-scrollbar, r=jsha | Matthias Krüger | -4/+4 |
| 2021-11-20 | Reduce prominence of item-infos | Jacob Hoffman-Andrews | -20/+2 |
| 2021-11-19 | rustdoc: Record aliases as Symbols | Noah Lev | -2/+2 |
| 2021-11-20 | Rollup merge of #90089 - jsha:enum-fields-headings, r=camelid,GuillaumeGomez | Matthias Krüger | -26/+27 |
| 2021-11-18 | rustdoc: Avoid using `Iterator::count()` where possible | Noah Lev | -1/+1 |
| 2021-11-17 | Make scrollbar in the sidebar always visible for visual consistency | Guillaume Gomez | -4/+4 |
| 2021-11-14 | Auto merge of #90757 - GuillaumeGomez:search-index-performance, r=camelid | bors | -4/+0 |
| 2021-11-14 | Auto merge of #90883 - matthiaskrgr:rollup-iu9k5pe, r=matthiaskrgr | bors | -13/+7 |
| 2021-11-13 | Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomez | bors | -13/+24 |
| 2021-11-12 | Use an empty Vec instead of Option<Vec> | Michael Howell | -13/+7 |
| 2021-11-12 | Rollup merge of #90795 - GuillaumeGomez:more-search-index-comments, r=notriddle | Matthias Krüger | -2/+13 |
| 2021-11-12 | Add more comments to explain the code to generate the search index | Guillaume Gomez | -2/+13 |
| 2021-11-12 | Remove unneeded FIXME: after testing the suggested changes, we reached the co... | Guillaume Gomez | -4/+0 |
| 2021-11-11 | Use `Iterator::collect` instead of calling `Vec::push` in a loop | Michael Howell | -23/+26 |
| 2021-11-11 | librustdoc: revert use of def_id for one of the edge case | Muhammad Falak R Wani | -5/+10 |
| 2021-11-10 | Remove potential useless data for search index | Guillaume Gomez | -39/+46 |
| 2021-11-07 | rustdoc: Remove top-level wrappers for `ImplKind` methods | Noah Lev | -7/+7 |
| 2021-11-07 | rustdoc: Use `ty::ImplPolarity` instead of custom enum | Noah Lev | -6/+8 |
| 2021-11-07 | Use an enum to record polarity in `clean::Impl` | Noah Lev | -8/+9 |
| 2021-11-07 | rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum | Noah Lev | -9/+8 |
| 2021-11-05 | Auto merge of #90583 - willcrichton:example-analyzer, r=jyn514 | bors | -1/+7 |
| 2021-11-05 | rustdoc: use Type::def_id() instead of Type::def_id_no_primitives() | Muhammad Falak R Wani | -22/+28 |