| Age | Commit message (Expand) | Author | Lines |
| 2022-02-16 | Adopt let_else in even more places | est31 | -3/+1 |
| 2022-02-10 | Rollup merge of #93830 - camelid:cleanup-section-code, r=GuillaumeGomez | Matthias Krüger | -17/+15 |
| 2022-02-09 | Refactor sidebar printing code | Noah Lev | -1/+3 |
| 2022-02-09 | Deduplicate item sections | Noah Lev | -12/+8 |
| 2022-02-09 | rustdoc: Create enum for sections holding items | Noah Lev | -7/+7 |
| 2022-02-01 | librustdoc: render: use render_into instead of creating a temp string | Muhammad Falak R Wani | -2/+1 |
| 2022-01-15 | Fix missing dot separator | Guillaume Gomez | -3/+7 |
| 2022-01-15 | Rollup merge of #92868 - pierwill:librustdoc-clippy, r=camelid | Matthias Krüger | -3/+3 |
| 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 | -15/+12 |
| 2022-01-13 | librustdoc: Address some clippy lints | pierwill | -3/+3 |
| 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 | -12/+5 |
| 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 | Address feedback | Dirkjan Ochtman | -3/+1 |
| 2022-01-10 | Migrate rustdoc from Tera to Askama | Dirkjan Ochtman | -10/+5 |
| 2022-01-09 | Display "private fields" instead of "fields omitted" | Noah Lev | -5/+3 |
| 2022-01-08 | Make source links look cleaner | Jacob Hoffman-Andrews | -3/+3 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -6/+6 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -3/+3 |
| 2021-12-11 | Rollup merge of #91682 - camelid:alias-layout, r=jyn514 | Matthias Krüger | -0/+1 |
| 2021-12-08 | rustdoc: Show type layout for type aliases | Noah Lev | -0/+1 |
| 2021-12-04 | Make rustdoc headings black, and markdown blue | Jacob Hoffman-Andrews | -1/+1 |
| 2021-12-02 | Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelid | bors | -9/+44 |
| 2021-12-01 | address review | b-naber | -1/+1 |
| 2021-12-01 | more fixed issues | b-naber | -0/+7 |
| 2021-11-30 | Improve code by replacing &str with Symbol in render_stability_since_raw | Guillaume Gomez | -4/+4 |
| 2021-11-30 | Fix display for "const" deref methods in rustdoc | Guillaume Gomez | -5/+40 |
| 2021-11-26 | Rename `Type::ResolvedPath` to `Type::Path` | Noah Lev | -12/+13 |
| 2021-11-25 | Stop re-exporting `Type::ResolvedPath` | Noah Lev | -13/+12 |
| 2021-11-24 | Remove `ResolvedPath.did` | Noah Lev | -4/+5 |
| 2021-11-20 | Rollup merge of #90089 - jsha:enum-fields-headings, r=camelid,GuillaumeGomez | Matthias Krüger | -13/+11 |
| 2021-11-07 | rustdoc: Remove top-level wrappers for `ImplKind` methods | Noah Lev | -1/+1 |
| 2021-11-07 | rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum | Noah Lev | -1/+1 |
| 2021-10-30 | Improve display of enum variants | Jacob Hoffman-Andrews | -13/+11 |
| 2021-10-27 | Auto merge of #90186 - jsha:fix-header-sizes, r=GuillaumeGomez | bors | -4/+4 |
| 2021-10-27 | Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514 | Matthias Krüger | -2/+2 |
| 2021-10-25 | Fix documentation header sizes | Jacob Hoffman-Andrews | -4/+4 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -6/+6 |
| 2021-10-23 | Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -0/+1 |
| 2021-10-22 | Rename `Type::def_id_full()` to `Type::def_id()` | Noah Lev | -2/+2 |
| 2021-10-22 | Replace `GetDefId` with inherent methods | Noah Lev | -1/+1 |
| 2021-10-18 | * Remove left margin on items declaration at the top of their documentation page | Guillaume Gomez | -122/+153 |
| 2021-10-08 | Add template for print_item | Jacob Hoffman-Andrews | -44/+63 |
| 2021-10-07 | Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-10-06 | Move highlighting logic from JS to Rust | Will Crichton | -0/+1 |
| 2021-10-06 | Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomez | Manish Goregaokar | -22/+22 |