| Age | Commit message (Expand) | Author | Lines |
| 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 | -6/+6 |
| 2021-11-07 | rustdoc: Use `ty::ImplPolarity` instead of custom enum | Noah Lev | -4/+5 |
| 2021-11-07 | Use an enum to record polarity in `clean::Impl` | Noah Lev | -6/+6 |
| 2021-11-07 | rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum | Noah Lev | -8/+7 |
| 2021-11-05 | rustdoc: use Type::def_id() instead of Type::def_id_no_primitives() | Muhammad Falak R Wani | -22/+28 |
| 2021-11-03 | Auto merge of #90475 - camelid:docvisitor, r=notriddle | bors | -8/+8 |
| 2021-11-02 | Add line number to URLs in "additional examples" section of rustdoc | Will Crichton | -13/+20 |
| 2021-10-31 | Clean up now that visitors only need `&clean::Crate` | Noah Lev | -8/+8 |
| 2021-10-31 | Auto merge of #90391 - camelid:crate-size, r=jyn514 | bors | -11/+12 |
| 2021-10-30 | Improve display of enum variants | Jacob Hoffman-Andrews | -13/+11 |
| 2021-10-30 | Rollup merge of #90183 - GuillaumeGomez:recurse-deref, r=jyn514 | Guillaume Gomez | -18/+85 |
| 2021-10-30 | rustdoc: Remove `Crate.name` and instead compute it on-demand | Noah Lev | -10/+11 |
| 2021-10-30 | rustdoc: Remove `Crate.src` and instead compute it on-demand | Noah Lev | -1/+1 |
| 2021-10-30 | Rollup merge of #90412 - jyn514:macro-use, r=camelid | Matthias Krüger | -2/+4 |
| 2021-10-30 | Remove unnecessary `macro_use`s in rustdoc | Joshua Nelson | -2/+4 |
| 2021-10-29 | Fix invalid handling of generics | Guillaume Gomez | -76/+97 |
| 2021-10-29 | Don't display "Methods from Deref<...>" if no method is display (the ones whi... | Guillaume Gomez | -3/+9 |
| 2021-10-29 | Remove the Rc wrapping of deref_id_map | Guillaume Gomez | -4/+4 |
| 2021-10-29 | Recursively document Deref | Guillaume Gomez | -15/+76 |
| 2021-10-27 | Auto merge of #90186 - jsha:fix-header-sizes, r=GuillaumeGomez | bors | -5/+5 |
| 2021-10-27 | Rollup merge of #90232 - konan8205:master, r=GuillaumeGomez | Matthias Krüger | -3/+3 |
| 2021-10-27 | Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514 | Matthias Krüger | -20/+20 |
| 2021-10-26 | rustdoc: use ttf based font for cjk glyphs | Shinwoo Park | -3/+3 |
| 2021-10-25 | Fix documentation header sizes | Jacob Hoffman-Andrews | -5/+5 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -70/+60 |
| 2021-10-23 | Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -10/+270 |
| 2021-10-22 | Move def_id logic into render_call_locations | Will Crichton | -4/+3 |
| 2021-10-22 | Rename `Type::def_id_full()` to `Type::def_id()` | Noah Lev | -12/+9 |
| 2021-10-22 | Rename `Type::def_id()` to `Type::def_id_no_primitives()` | Noah Lev | -4/+9 |
| 2021-10-22 | Replace `GetDefId` with inherent methods | Noah Lev | -5/+3 |
| 2021-10-22 | Remove `GetDefId` impl for `FnRetTy` | Noah Lev | -1/+1 |
| 2021-10-22 | Revert def_id addition from clean::Function, add test for | Will Crichton | -4/+3 |
| 2021-10-20 | Rollup merge of #90018 - GuillaumeGomez:too-long-item-names, r=jsha | Yuki Okushi | -122/+153 |
| 2021-10-18 | * Remove left margin on items declaration at the top of their documentation page | Guillaume Gomez | -122/+153 |
| 2021-10-14 | Auto merge of #89815 - GuillaumeGomez:associated-consts-sidebar, r=notriddle | bors | -16/+79 |
| 2021-10-13 | Improve code readability for sidebar links | Guillaume Gomez | -16/+48 |
| 2021-10-12 | List associated constants in the sidebar | Guillaume Gomez | -7/+38 |
| 2021-10-12 | rustdoc: update noto sans kr | Shinwoo Park | -2/+3 |
| 2021-10-10 | Auto merge of #89695 - jsha:more-templates, r=GuillaumeGomez | bors | -53/+87 |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -76/+60 |
| 2021-10-08 | Move template initialization into its own file. | Jacob Hoffman-Andrews | -12/+23 |
| 2021-10-08 | Add template for print_item | Jacob Hoffman-Andrews | -46/+69 |
| 2021-10-08 | Move more scrape-examples logic from JS to rust | Will Crichton | -26/+45 |
| 2021-10-07 | Move some expansion logic into generation-time, fix section header links, rem... | Will Crichton | -23/+28 |
| 2021-10-07 | Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-10-06 | Update to latest rustc and rustdoc styles | Will Crichton | -3/+4 |
| 2021-10-06 | Unversioned -> InvocationSpecific | Will Crichton | -1/+1 |
| 2021-10-06 | Fix lint error, change scrape-examples.js minify call | Will Crichton | -2/+7 |
| 2021-10-06 | Move JS into a standalone file | Will Crichton | -0/+5 |