| 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 #91259 - jyn514:doctest-warnings, r=GuillaumeGomez | Matthias Krüger | -51/+11 |
| 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 | -43/+43 |
| 2021-11-26 | Rollup merge of #90611 - fee1-dead:rustdoc-ice-fix, r=jyn514,willcrichton | Matthias Krüger | -6/+11 |
| 2021-11-26 | Remove `--display-doctest-warnings` | Joshua Nelson | -51/+11 |
| 2021-11-26 | Rename `Type::ResolvedPath` to `Type::Path` | Noah Lev | -38/+37 |
| 2021-11-26 | Update the first heading indent rule so it is only applied on the first headi... | Guillaume Gomez | -4/+6 |
| 2021-11-27 | Add trace statements | Deadbeef | -0/+2 |
| 2021-11-27 | Fix another ICE in rustdoc scrape_examples | Deadbeef | -6/+9 |
| 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 | -36/+39 |
| 2021-11-25 | Clean up `clean` re-exports | Noah Lev | -10/+8 |
| 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 | -42/+44 |
| 2021-11-25 | Auto merge of #88781 - estebank:emoji-idents, r=oli-obk | bors | -1/+1 |
| 2021-11-24 | Update comment | Noah Lev | -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 | -30/+29 |
| 2021-11-24 | Use `path.def_id()` in `Type::inner_def_id()` | Noah Lev | -1/+1 |
| 2021-11-24 | Return the actual `DefId` for assoc. items in `register_res` | Noah Lev | -11/+14 |
| 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 | Auto merge of #91149 - notriddle:notriddle/rustdoc-doctest-semicolon, r=jyn514 | bors | -7/+14 |
| 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-23 | Auto merge of #91094 - inquisitivecrystal:rustdoc-top-mod, r=jyn514 | bors | -2/+13 |
| 2021-11-22 | fix(doctest): detect extern crate items in statement doctests | Michael Howell | -7/+14 |
| 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 | Auto merge of #90844 - camelid:cleanup-vis, r=jyn514 | bors | -74/+41 |
| 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 | -6/+10 |
| 2021-11-20 | Auto merge of #91066 - camelid:externs, r=jyn514,GuillaumeGomez | bors | -39/+28 |
| 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: Move doc-reachability visiting back to cleaning | Noah Lev | -3/+6 |
| 2021-11-19 | rustdoc: Record aliases as Symbols | Noah Lev | -6/+6 |
| 2021-11-19 | rustdoc: Add static size assertion for DocFragment | Noah Lev | -0/+4 |
| 2021-11-19 | rustdoc: Merge visits of extern crates into one loop | Noah Lev | -14/+10 |
| 2021-11-19 | rustdoc: Remove `Crate.externs` and compute on-demand instead | Noah Lev | -23/+16 |
| 2021-11-20 | Rollup merge of #91054 - camelid:fix-tags, r=GuillaumeGomez | Matthias Krüger | -3/+3 |
| 2021-11-20 | Rollup merge of #91026 - notriddle:notriddle/rustdoc-doctest-semicolon, r=jyn514 | Matthias Krüger | -10/+7 |