| Age | Commit message (Expand) | Author | Lines |
| 2023-01-31 | rustdoc: remove inconsistently-present sidebar tooltips | Michael Howell | -9/+3 |
| 2023-01-31 | Rollup merge of #107482 - notriddle:notriddle/keywords, r=jsha | Yuki Okushi | -12/+2 |
| 2023-01-30 | rustdoc: remove meta keywords from HTML | Michael Howell | -12/+2 |
| 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 | -17/+5 |
| 2023-01-27 | rustdoc: merge doctest tooltip with notable traits tooltip | Michael Howell | -1/+1 |
| 2023-01-27 | Improve code readability | Guillaume Gomez | -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-22 | rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)` | Vadim Petrochenkov | -10/+10 |
| 2023-01-21 | Remove some superfluous type parameters from layout.rs. | Michael Benfield | -2/+2 |
| 2023-01-19 | Revert "Improve code readability" | Guillaume Gomez | -1/+1 |
| 2023-01-19 | Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov | bors | -1/+1 |
| 2023-01-17 | Rollup merge of #106869 - notriddle:notriddle/item-decl-pre-rust, r=Guillaume... | Matthias Krüger | -16/+16 |
| 2023-01-16 | Move compiler input and ouput paths into session | Oli Scherer | -1/+1 |
| 2023-01-15 | rustdoc: simplify some & ref erences | Matthias Krüger | -2/+2 |
| 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 | -13/+12 |
| 2023-01-14 | Rollup merge of #106828 - notriddle:notriddle/notable-trait-docblock, r=Guill... | Matthias Krüger | -1/+1 |
| 2023-01-14 | Rollup merge of #106819 - notriddle:notriddle/rm-h1-fqn, r=GuillaumeGomez | Yuki Okushi | -5/+5 |
| 2023-01-13 | rustdoc: remove `docblock` class from notable trait popover | Michael Howell | -1/+1 |
| 2023-01-13 | rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle | Michael Howell | -7/+7 |
| 2023-01-13 | rustdoc: remove unnecessary DOM class `h1.fqn` | Michael Howell | -5/+5 |
| 2023-01-13 | CrateData: don't allocate String when Serialize, &str is enough | klensy | -1/+1 |
| 2023-01-13 | Playground.crate_name String -> Symbol | klensy | -3/+2 |
| 2023-01-13 | IndexItem.name String -> Symbol | klensy | -5/+5 |
| 2023-01-13 | evade clones | klensy | -4/+4 |
| 2023-01-10 | Remove unneeded ItemId::Primitive variant | Guillaume Gomez | -20/+55 |
| 2023-01-06 | Correctly render sidebar for relative module paths | clubby789 | -25/+59 |
| 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-29 | Fix index out of bounds issues in rustdoc | yukang | -2/+1 |
| 2022-12-22 | Rollup merge of #106027 - notriddle:notriddle/more-scraped-examples-inner, r=... | Matthias Krüger | -3/+2 |
| 2022-12-22 | Auto merge of #104889 - GuillaumeGomez:fix-impl-block-in-const-expr, r=notriddle | bors | -1/+1 |
| 2022-12-21 | rustdoc: simplify CSS and DOM for more-scraped-examples | Michael Howell | -3/+2 |
| 2022-12-16 | Don't add "Read more" link if there is no extra content | Guillaume Gomez | -2/+3 |
| 2022-12-13 | Rollup merge of #105639 - notriddle:notriddle/text-css, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-12-12 | rustdoc: remove `type="text/css" from stylesheet links | Michael Howell | -1/+1 |
| 2022-12-12 | rustdoc: stop treating everything in a trait item as a method | Michael Howell | -3/+3 |
| 2022-12-07 | Improve code readability | Guillaume Gomez | -1/+1 |
| 2022-12-07 | Update scrape-examples help, fix documentation typos | Will Crichton | -7/+8 |
| 2022-12-07 | Improve several aspects of the Rustdoc scrape-examples UI. | Will Crichton | -5/+13 |
| 2022-12-01 | rustc_hir: Change representation of import paths to support multiple resolutions | Vadim Petrochenkov | -8/+0 |
| 2022-12-01 | rustc_hir: Relax lifetime requirements on `Visitor::visit_path` | Vadim Petrochenkov | -1/+1 |
| 2022-11-28 | rustdoc: remove `fnname` CSS class that's styled exactly like `fn` | Michael Howell | -2/+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 | -15/+15 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -12/+12 |