| Age | Commit message (Expand) | Author | Lines |
| 2023-06-05 | Rollup merge of #112243 - GuillaumeGomez:rm-unneeded-buffer-creations, r=notr... | Guillaume Gomez | -24/+19 |
| 2023-06-05 | Move write! arguments directly into the string | Guillaume Gomez | -6/+6 |
| 2023-06-05 | Auto merge of #110945 - wackbyte:doc-vis-on-inherent-assoc-types, r=jsha | bors | -1/+3 |
| 2023-06-03 | Remove unneeded `Buffer` allocations when `&mut fmt::Write` can be used directly | Guillaume Gomez | -23/+18 |
| 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 | -21/+12 |
| 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 | -21/+12 |
| 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 | -11/+10 |
| 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 | -11/+10 |
| 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 | -19/+13 |
| 2023-05-17 | Add missing backslash in HTML string | Guillaume Gomez | -1/+1 |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -1/+3 |
| 2023-05-06 | Rollup merge of #110780 - notriddle:notriddle/slice-index, r=GuillaumeGomez | Yuki Okushi | -2/+28 |
| 2023-05-04 | IAT: Rustdoc integration | León Orell Valerian Liehr | -1/+3 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -3/+2 |
| 2023-04-30 | Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddle | Matthias Krüger | -42/+21 |
| 2023-04-29 | Unify attributes retrieval for JSON and HTML rendering | Guillaume Gomez | -73/+2 |
| 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 | -21/+71 |
| 2023-04-28 | rustdoc: fix weird margins between Deref impl items | Michael Howell | -6/+12 |
| 2023-04-28 | rustdoc: render visibility on associated types | wackbyte | -1/+3 |
| 2023-04-24 | rustdoc-search: add slices and arrays to index | Michael Howell | -2/+28 |
| 2023-04-22 | Rollup merge of #109949 - notriddle:notriddle/type-layout, r=jsha | Yuki Okushi | -116/+89 |
| 2023-04-21 | rustdoc: remove unnecessary binding | Michael Howell | -5/+4 |
| 2023-04-21 | rustdoc: factor `document_type_layout` into its own module | Michael Howell | -77/+90 |
| 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-16 | Spelling librustdoc | Josh Soref | -5/+5 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -2/+1 |
| 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 | -289/+361 |
| 2023-04-03 | rustdoc: migrate document functions to return a Display | Michael Howell | -147/+166 |
| 2023-04-03 | rustdoc: convert render_attributes_in_pre to return a Display | Michael Howell | -20/+27 |
| 2023-04-03 | rustdoc: convert `print_tuple_struct_fields` to return a Display | Michael Howell | -16/+18 |