| Age | Commit message (Expand) | Author | Lines |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -1/+1 |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -1/+1 |
| 2021-12-11 | rustdoc: Remove unused `_default` parameter | Noah Lev | -12/+4 |
| 2021-12-11 | rustdoc: Pretty-print assoc const defaults on-demand | Noah Lev | -1/+1 |
| 2021-12-10 | Split CSS classes for "typedef" vs "associatedtype". | Jacob Hoffman-Andrews | -1/+1 |
| 2021-12-02 | Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelid | bors | -16/+33 |
| 2021-11-30 | Return ConstStability instead of &ConstStability in Item::const_stability | Guillaume Gomez | -2/+2 |
| 2021-11-30 | Improve code by replacing &str with Symbol in render_stability_since_raw | Guillaume Gomez | -11/+7 |
| 2021-11-30 | Fix display for "const" deref methods in rustdoc | Guillaume Gomez | -9/+30 |
| 2021-11-29 | Only show notable traits if both types are the same | Michael Howell | -1/+8 |
| 2021-11-27 | Rollup merge of #91062 - jsha:static-file-replace, r=jyn514,GuillaumeGomez | Matthias Krüger | -23/+15 |
| 2021-11-26 | Rename `Type::ResolvedPath` to `Type::Path` | Noah Lev | -2/+2 |
| 2021-11-25 | Stop re-exporting `Type::ResolvedPath` | Noah Lev | -1/+1 |
| 2021-11-25 | Auto merge of #91195 - camelid:path-did, r=jyn514 | bors | -3/+3 |
| 2021-11-24 | Simplify rendering of stylesheet links into HTML | Jacob Hoffman-Andrews | -23/+15 |
| 2021-11-24 | Rollup merge of #91075 - jsha:chill-item-info, r=GuillaumeGomez | Guillaume Gomez | -17/+1 |
| 2021-11-24 | Remove `ResolvedPath.did` | Noah Lev | -3/+3 |
| 2021-11-20 | Reduce prominence of item-infos | Jacob Hoffman-Andrews | -17/+1 |
| 2021-11-19 | rustdoc: Record aliases as Symbols | Noah Lev | -1/+1 |
| 2021-11-14 | Auto merge of #90883 - matthiaskrgr:rollup-iu9k5pe, r=matthiaskrgr | bors | -12/+7 |
| 2021-11-13 | Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomez | bors | -1/+1 |
| 2021-11-12 | Use an empty Vec instead of Option<Vec> | Michael Howell | -12/+7 |
| 2021-11-07 | rustdoc: Remove top-level wrappers for `ImplKind` methods | Noah Lev | -4/+4 |
| 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 | -6/+5 |
| 2021-11-05 | rustdoc: use Type::def_id() instead of Type::def_id_no_primitives() | Muhammad Falak R Wani | -1/+1 |
| 2021-11-02 | Add line number to URLs in "additional examples" section of rustdoc | Will Crichton | -13/+20 |
| 2021-10-30 | Rollup merge of #90183 - GuillaumeGomez:recurse-deref, r=jyn514 | Guillaume Gomez | -16/+78 |
| 2021-10-30 | Rollup merge of #90412 - jyn514:macro-use, r=camelid | Matthias Krüger | -0/+1 |
| 2021-10-30 | Remove unnecessary `macro_use`s in rustdoc | Joshua Nelson | -0/+1 |
| 2021-10-29 | Fix invalid handling of generics | Guillaume Gomez | -1/+2 |
| 2021-10-29 | Don't display "Methods from Deref<...>" if no method is display (the ones whi... | Guillaume Gomez | -3/+9 |
| 2021-10-29 | Recursively document Deref | Guillaume Gomez | -13/+69 |
| 2021-10-27 | Auto merge of #90186 - jsha:fix-header-sizes, r=GuillaumeGomez | bors | -1/+1 |
| 2021-10-27 | Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514 | Matthias Krüger | -11/+8 |
| 2021-10-25 | Fix documentation header sizes | Jacob Hoffman-Andrews | -1/+1 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -19/+18 |
| 2021-10-23 | Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -2/+236 |
| 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 | -10/+7 |
| 2021-10-22 | Replace `GetDefId` with inherent methods | Noah Lev | -1/+1 |
| 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-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-10 | Auto merge of #89695 - jsha:more-templates, r=GuillaumeGomez | bors | -0/+1 |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -67/+53 |
| 2021-10-08 | Move template initialization into its own file. | Jacob Hoffman-Andrews | -0/+1 |
| 2021-10-08 | Move more scrape-examples logic from JS to rust | Will Crichton | -18/+27 |