| Age | Commit message (Expand) | Author | Lines |
| 2022-02-09 | Unify headings indent and remove useless anchor | Guillaume Gomez | -1/+1 |
| 2022-02-04 | Rollup merge of #93576 - jsha:fix-rustdoc-html, r=GuillaumeGomez | Matthias Krüger | -35/+27 |
| 2022-02-03 | rustdoc: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-02-02 | Emit valid HTML from rustdoc | Jacob Hoffman-Andrews | -35/+27 |
| 2022-02-02 | Rollup merge of #93420 - jsha:adjust-settings-layout, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-02-01 | librustdoc: render: use render_into instead of creating a temp string | Muhammad Falak R Wani | -2/+1 |
| 2022-01-31 | Improve wrapping on settings page | Jacob Hoffman-Andrews | -1/+1 |
| 2022-01-30 | Auto merge of #92711 - zredb:issue-90187-fix, r=notriddle | bors | -24/+34 |
| 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-25 | Rollup merge of #93251 - jsha:theme-radio, r=GuillaumeGomez | Matthias Krüger | -40/+35 |
| 2022-01-23 | rustdoc settings: use radio buttons for theme | Jacob Hoffman-Andrews | -40/+35 |
| 2022-01-23 | Rollup merge of #93229 - mark-i-m:noquiet, r=eddyb | Matthias Krüger | -5/+7 |
| 2022-01-23 | Remove DiagnosticBuilder.quiet | mark | -5/+7 |
| 2022-01-21 | rustdoc: Make some `pub` items crate-private | Noah Lev | -1/+1 |
| 2022-01-21 | Remove a span from hir::ExprKind::MethodCall | Cameron Steffen | -2/+2 |
| 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 | -35/+8 |
| 2022-01-18 | Rollup merge of #92629 - jsha:theme-picker-local-only-2, r=GuillaumeGomez | Matthias Krüger | -0/+6 |
| 2022-01-17 | Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot | bors | -4/+5 |
| 2022-01-17 | Correctly handle pure generics | Guillaume Gomez | -4/+6 |
| 2022-01-17 | fix #90187: Replace all def_id_no_primitives with def_id | zredb | -1/+1 |
| 2022-01-17 | fix #90187 | zredb | -6/+17 |
| 2022-01-17 | fix #90187 | zredb | -13/+10 |
| 2022-01-17 | Rollup merge of #92937 - GuillaumeGomez:dot-separator, r=jsha | Matthias Krüger | -3/+7 |
| 2022-01-17 | Rollup merge of #92795 - jsha:link-to-top, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -4/+5 |
| 2022-01-15 | Fix missing dot separator | Guillaume Gomez | -3/+7 |
| 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 | -8/+6 |
| 2022-01-14 | Auto merge of #91948 - nnethercote:rustdoc-more-Symbols, r=GuillaumeGomez | bors | -78/+73 |
| 2022-01-14 | Use UrlPartsBuilder and remove `join_with_slash` | Noah Lev | -14/+16 |
| 2022-01-14 | rustdoc: remove many unnecessary `.as_ref()` calls. | Nicholas Nethercote | -38/+29 |
| 2022-01-14 | rustdoc: avoid many `Symbol` to `String` conversions. | Nicholas Nethercote | -32/+34 |
| 2022-01-14 | Link sidebar "location" heading to top of page | Jacob Hoffman-Andrews | -1/+1 |
| 2022-01-14 | Rollup merge of #92854 - Urgau:better-rust-logo, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-01-13 | librustdoc: Address some clippy lints | pierwill | -8/+6 |
| 2022-01-13 | rustdoc: decouple stability and const-stability | Andy Russell | -36/+55 |
| 2022-01-13 | Use the updated Rust logo and change it's format to SVG | Loïc BRANSTETT | -1/+1 |
| 2022-01-13 | Rollup merge of #91687 - euclio:tuple-variant-field-section, r=GuillaumeGomez | Matthias Krüger | -5/+14 |
| 2022-01-13 | Auto merge of #92526 - djc:rustdoc-askama, r=jsha | bors | -52/+7 |
| 2022-01-12 | Rollup merge of #92742 - GuillaumeGomez:missing-suffix-sidebar-items, r=notri... | Matthias Krüger | -2/+6 |
| 2022-01-12 | Rollup merge of #92699 - camelid:private-fields, r=jsha | Matthias Krüger | -5/+3 |
| 2022-01-11 | rustdoc: do not emit tuple variant fields if none are documented | Andy Russell | -5/+14 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -2/+2 |
| 2022-01-10 | Add missing suffix for sidebar-items script path | Guillaume Gomez | -2/+6 |
| 2022-01-10 | Remove configuration which became unused in 8abb4bb698c9d74507adb9cd7b54a032f... | Dirkjan Ochtman | -2/+0 |
| 2022-01-10 | Address feedback | Dirkjan Ochtman | -3/+1 |
| 2022-01-10 | Migrate rustdoc from Tera to Askama | Dirkjan Ochtman | -48/+7 |