| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-04-05 | rustdoc: migrate `item_union` to an Askama template | Michael Howell | -254/+319 |
| 2023-04-03 | rustdoc: migrate document functions to return a Display | Michael Howell | -23/+26 |
| 2023-04-03 | rustdoc: convert render_attributes_in_pre to return a Display | Michael Howell | -15/+15 |
| 2023-04-03 | rustdoc: convert `print_tuple_struct_fields` to return a Display | Michael Howell | -16/+18 |
| 2023-03-26 | rustdoc: tweak `some variants omitted` | Ezra Shaw | -1/+1 |
| 2023-03-20 | rustdoc: Optimize impl sorting during rendering | Vadim Petrochenkov | -7/+20 |
| 2023-03-17 | extra_info_tags don't return string, use display_fn | klensy | -35/+56 |
| 2023-03-11 | Rollup merge of #107629 - pitaj:rustdoc-search-deprecated, r=jsha | Matthias Krüger | -4/+5 |
| 2023-03-10 | rustdoc: sort deprecated items lower in search | Peter Jaszkowiak | -4/+5 |
| 2023-03-04 | rustdoc: Note in a type's layout/size if it is uninhabited | clubby789 | -0/+6 |
| 2023-02-19 | Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomez | Dylan DPC | -10/+10 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -1/+1 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -1/+1 |
| 2023-02-15 | Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8Ki | Dylan DPC | -2/+2 |
| 2023-02-11 | Rollup merge of #107864 - notriddle:notriddle/rustdoc-write-stutter, r=Guilla... | Matthias Krüger | -15/+12 |
| 2023-02-09 | rustdoc: clean up `write!` calls with less stuttering | Michael Howell | -15/+12 |
| 2023-02-09 | rustdoc: remove unused fn parameter `tab` | Michael Howell | -7/+5 |
| 2023-02-07 | rustdoc: simplify DOM for `.item-table` | Michael Howell | -10/+10 |
| 2023-02-04 | rustdoc: trait bound formatting | Roland Strasser | -10/+10 |
| 2023-02-03 | Replace nbsp in all rustdoc code blocks | Michael Howell | -2/+2 |
| 2023-01-31 | rustdoc: stop making unstable items transparent | Michael Howell | -14/+5 |
| 2023-01-30 | rustdoc: remove unnecessary wrapper div.item-decl from HTML | Michael Howell | -312/+272 |
| 2023-01-28 | rustdoc: remove unused class `has-srclink` | Michael Howell | -1/+1 |
| 2023-01-27 | Rollup merge of #107336 - notriddle:notriddle/import-item-module-item, r=Guil... | Yuki Okushi | -2/+2 |