| Age | Commit message (Expand) | Author | Lines |
| 2023-09-08 | Rollup merge of #115604 - GuillaumeGomez:private-fields-tuple-struct, r=notri... | Matthias Krüger | -14/+30 |
| 2023-09-06 | Render missing fields in tuple struct/enum as /* private fields */ | Michael Goulet | -14/+30 |
| 2023-08-28 | rustdoc: always print type alias inner type (with it's where clauses) | Urgau | -4/+13 |
| 2023-08-26 | rustdoc: remove details for type alias inner type and fix sidebar | Urgau | -92/+51 |
| 2023-08-26 | rustdoc: bind typedef inner type items to the folding system | Urgau | -13/+20 |
| 2023-08-26 | rustdoc: show inner enum and struct in type definition for concrete type | Urgau | -0/+94 |
| 2023-08-24 | rustdoc: extract logic for printing enum fields and struct variants | Urgau | -131/+195 |
| 2023-08-21 | rustdoc: Rename `clean` items from typedef to type alias | Noah Lev | -5/+5 |
| 2023-08-21 | rustdoc: Rename "Type Definition" to "Type Alias" | Noah Lev | -1/+1 |
| 2023-08-16 | Use more named format args | Guillaume Gomez | -12/+18 |
| 2023-08-16 | Improve code readability by moving fmt args directly into the string | Guillaume Gomez | -49/+41 |
| 2023-07-30 | Remove some unneeded `clone()` calls | Guillaume Gomez | -1/+1 |
| 2023-07-28 | Render generic const items in rustdoc | León Orell Valerian Liehr | -1/+3 |
| 2023-06-12 | Revert "List matching impls on type aliases" | Guillaume Gomez | -32/+16 |
| 2023-06-11 | Add `item_template` macro | Nicky Lim | -57/+116 |
| 2023-06-09 | List matching impls on type aliases | Guillaume Gomez | -16/+32 |
| 2023-06-08 | Rollup merge of #112034 - sladyn98:migrate-opaque-ty, r=GuillaumeGomez | Guillaume Gomez | -3/+10 |
| 2023-06-08 | Migrate item_opaque_type to Askama | sladynnunes | -3/+10 |
| 2023-06-05 | Rollup merge of #112243 - GuillaumeGomez:rm-unneeded-buffer-creations, r=notr... | Guillaume Gomez | -21/+16 |
| 2023-06-05 | Move write! arguments directly into the string | Guillaume Gomez | -4/+4 |
| 2023-06-03 | Remove unneeded `Buffer` allocations when `&mut fmt::Write` can be used directly | Guillaume Gomez | -21/+16 |
| 2023-06-03 | Auto merge of #112032 - sladyn98:migrate-item-primitive, r=GuillaumeGomez | bors | -3/+3 |
| 2023-06-01 | Rollup merge of #112030 - sladyn98:item-trait-alias, r=GuillaumeGomez | Michael Goulet | -8/+15 |
| 2023-06-01 | Migrate to Askama | sladynnunes | -8/+15 |
| 2023-05-31 | Rollup merge of #112113 - notriddle:notriddle/rm-fnretty, r=GuillaumeGomez | Matthias Krüger | -2/+1 |
| 2023-05-31 | Rollup merge of #112031 - sladyn98:migrate-proc-macro, r=GuillaumeGomez | Matthias Krüger | -10/+16 |
| 2023-05-30 | rustdoc: simplify `clean` by removing `FnRetTy` | Michael Howell | -2/+1 |
| 2023-05-28 | Migrate to Askama | sladynnunes | -3/+3 |
| 2023-05-28 | Migrate to Askama | sladynnunes | -10/+16 |
| 2023-05-28 | Rollup merge of #112005 - sladyn98:item-foreign-types, r=GuillaumeGomez | fee1-dead | -6/+8 |
| 2023-05-27 | Migrate to Askama | sladynnunes | -6/+8 |
| 2023-05-27 | Rollup merge of #112018 - GuillaumeGomez:cleanup-tcx, r=notriddle | Matthias Krüger | -9/+8 |
| 2023-05-27 | Rollup merge of #111946 - nicklimmm:askama-item-template-trait, r=GuillaumeGomez | Matthias Krüger | -38/+57 |
| 2023-05-27 | Clean up usage of `cx.tcx` when `tcx` is already set into a variable | Guillaume Gomez | -9/+8 |
| 2023-05-27 | Rollup merge of #111927 - sladyn98:item-static, r=GuillaumeGomez | Matthias Krüger | -5/+9 |
| 2023-05-26 | Formatted file correctly | sladynnunes | -1/+0 |
| 2023-05-26 | Fixed tests | sladynnunes | -4/+9 |
| 2023-05-26 | Fix failing CI | sladynnunes | -1/+1 |
| 2023-05-25 | Add `ItemTemplate` trait | Nicky Lim | -38/+57 |
| 2023-05-24 | Migrate item_static to Askama | sladynnunes | -1/+1 |
| 2023-05-22 | rustdoc: Cleanup doc string collapsing | Vadim Petrochenkov | -3/+3 |
| 2023-04-29 | Fix display of attributes for enums | Guillaume Gomez | -2/+2 |
| 2023-04-29 | Get `repr` information through `AdtDef` for foreign items | Guillaume Gomez | -11/+12 |
| 2023-04-22 | Rollup merge of #109949 - notriddle:notriddle/type-layout, r=jsha | Yuki Okushi | -116/+2 |
| 2023-04-21 | rustdoc: factor `document_type_layout` into its own module | Michael Howell | -77/+2 |
| 2023-04-21 | rustdoc: get rid of redundant, nested `let` lines | Michael Howell | -17/+13 |
| 2023-04-18 | rustdoc: create variants list outside of template | Michael Howell | -56/+53 |
| 2023-04-18 | rustdoc: use a separate template for type layout size | Michael Howell | -12/+12 |
| 2023-04-10 | Fix typos in librustdoc | DaniPopes | -2/+3 |
| 2023-04-08 | rustdoc: migrate `document_type_layout` to askama | Michael Howell | -99/+67 |