| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-01-26 | rustdoc: remove mostly-unused CSS classes import/module-item | Michael Howell | -2/+2 |
| 2023-01-23 | rustdoc: make item links consistently use `title="{shortty} {path}"` | Michael Howell | -1/+1 |
| 2023-01-21 | Remove some superfluous type parameters from layout.rs. | Michael Benfield | -2/+2 |
| 2023-01-17 | Rollup merge of #106869 - notriddle:notriddle/item-decl-pre-rust, r=Guillaume... | Matthias Krüger | -16/+16 |
| 2023-01-14 | rustdoc: remove redundant item kind class from `.item-decl > pre` | Michael Howell | -16/+16 |
| 2023-01-14 | Rollup merge of #106855 - klensy:rd-s, r=notriddle | Matthias Krüger | -2/+2 |
| 2023-01-13 | rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle | Michael Howell | -3/+3 |
| 2023-01-13 | evade clones | klensy | -2/+2 |
| 2023-01-03 | clean: Remove `ctor_kind` from `VariantStruct`. | Nixon Enraght-Moony | -10/+1 |
| 2023-01-01 | clean: Always store enum disriminant. | Nixon Enraght-Moony | -17/+20 |
| 2022-12-12 | rustdoc: stop treating everything in a trait item as a method | Michael Howell | -1/+2 |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -2/+2 |
| 2022-11-24 | make rustc_target usable outside of rustc | hkalbasi | -4/+4 |
| 2022-11-23 | Improve accessibility: | Guillaume Gomez | -9/+9 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -8/+8 |
| 2022-11-17 | rustdoc: use `code-header` class to format enum variants | Michael Howell | -15/+16 |
| 2022-11-07 | rustdoc: use javascript to layout notable traits popups | Michael Howell | -10/+19 |
| 2022-11-07 | rustdoc: refactor `notable_traits_decl` to just act on the type directly | Michael Howell | -1/+6 |
| 2022-11-05 | Rollup merge of #101702 - jsha:static-files2, r=notriddle,GuillaumeGomez | Matthias Krüger | -4/+4 |
| 2022-11-03 | Remove rustdoc clean::Visibility type | Guillaume Gomez | -18/+23 |
| 2022-10-30 | Make rustdoc Item::visibility computed on-demand | Guillaume Gomez | -30/+36 |
| 2022-10-29 | Make --static-root-path point to static.files | Jacob Hoffman-Andrews | -1/+1 |
| 2022-10-29 | rustdoc: add hash to filename of toolchain files | Jacob Hoffman-Andrews | -3/+3 |
| 2022-10-08 | rustdoc: remove weird `<a href="#">` wrapper around unsafe triangle | Michael Howell | -1/+1 |
| 2022-10-06 | rustdoc: remove unused HTML `class="item-list"` | Michael Howell | -4/+4 |
| 2022-09-30 | rustdoc: add missing margin to no-docblock trait items | Michael Howell | -2/+2 |
| 2022-09-28 | rustdoc: add method spacing to trait methods | Michael Howell | -1/+1 |
| 2022-09-19 | rustdoc: remove `docblock` class from `item-decl` | Michael Howell | -15/+15 |
| 2022-09-03 | Rustdoc-Json: Add enum discriminant | Nixon Enraght-Moony | -1/+2 |
| 2022-08-31 | Rollup merge of #101204 - aDotInTheVoid:async-resugar-in-clean, r=GuillaumeGomez | Ralf Jung | -1/+1 |