| Age | Commit message (Expand) | Author | Lines |
| 2022-01-30 | Rollup merge of #93391 - notriddle:notriddle/remove-srclink-tooltip, r=jsha,G... | Matthias Krüger | -1/+1 |
| 2022-01-27 | rustdoc: remove tooltip from source link | Michael Howell | -1/+1 |
| 2022-01-25 | Fix invalid extra dot after version if no source | Guillaume Gomez | -3/+4 |
| 2022-01-23 | rustdoc settings: use radio buttons for theme | Jacob Hoffman-Andrews | -40/+35 |
| 2022-01-21 | rustdoc: Make some `pub` items crate-private | Noah Lev | -1/+1 |
| 2022-01-20 | Rollup merge of #91694 - euclio:stability-improvements, r=GuillaumeGomez | Matthias Krüger | -36/+55 |
| 2022-01-18 | Simplify and unify rustdoc sidebar styles | Jacob Hoffman-Andrews | -25/+6 |
| 2022-01-18 | Rollup merge of #92629 - jsha:theme-picker-local-only-2, r=GuillaumeGomez | Matthias Krüger | -0/+6 |
| 2022-01-17 | Rollup merge of #92795 - jsha:link-to-top, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-01-14 | Add support for "always theme" in setting | Jacob Hoffman-Andrews | -0/+6 |
| 2022-01-15 | Rollup merge of #92868 - pierwill:librustdoc-clippy, r=camelid | Matthias Krüger | -5/+3 |
| 2022-01-14 | rustdoc: avoid many `Symbol` to `String` conversions. | Nicholas Nethercote | -3/+4 |
| 2022-01-14 | Link sidebar "location" heading to top of page | Jacob Hoffman-Andrews | -1/+1 |
| 2022-01-13 | librustdoc: Address some clippy lints | pierwill | -5/+3 |
| 2022-01-13 | rustdoc: decouple stability and const-stability | Andy Russell | -36/+55 |
| 2022-01-13 | Auto merge of #92526 - djc:rustdoc-askama, r=jsha | bors | -1/+0 |
| 2022-01-12 | Rollup merge of #92742 - GuillaumeGomez:missing-suffix-sidebar-items, r=notri... | Matthias Krüger | -1/+5 |
| 2022-01-10 | Add missing suffix for sidebar-items script path | Guillaume Gomez | -1/+5 |
| 2022-01-10 | Migrate rustdoc from Tera to Askama | Dirkjan Ochtman | -1/+0 |
| 2022-01-10 | Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomez | Matthias Krüger | -5/+9 |
| 2022-01-08 | Remove useless collapse toggle on "all items" page | Guillaume Gomez | -8/+0 |
| 2022-01-08 | Make source links look cleaner | Jacob Hoffman-Andrews | -5/+9 |
| 2021-12-31 | Rollup merge of #91480 - jsha:fewer-colors, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2021-12-27 | Rename `rustdoc::html::render::cache` to `search_index` | Noah Lev | -1/+1 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -2/+2 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -5/+5 |
| 2021-12-18 | Remove `collapsed` field | Joshua Nelson | -2/+2 |
| 2021-12-17 | Auto merge of #91812 - camelid:assoc-const-lazy, r=GuillaumeGomez | bors | -12/+4 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -4/+4 |
| 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 |