| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-11-19 | rustdoc: use real buttons for scrape examples controls | Michael Howell | -1/+1 |
| 2022-11-17 | rustdoc: use `code-header` class to format enum variants | Michael Howell | -15/+16 |
| 2022-11-13 | Rollup merge of #104177 - notriddle:notriddle/js-notable-trait-v2, r=Guillaum... | Yuki Okushi | -4/+2 |
| 2022-11-13 | Rollup merge of #103650 - notriddle:notriddle/line-anchors, r=GuillaumeGomez | Yuki Okushi | -4/+1 |
| 2022-11-12 | rustdoc: avoid excessive HTML generated in example sources | Michael Howell | -5/+1 |
| 2022-11-11 | rustdoc: use consistent "popover" styling for notable traits | Michael Howell | -4/+2 |
| 2022-11-11 | rustdoc: fix HTML validation failure by escaping `data-ty` | Michael Howell | -2/+2 |
| 2022-11-09 | rustdoc: sort output to make it deterministic | Michael Howell | -1/+2 |
| 2022-11-07 | rustdoc: use javascript to layout notable traits popups | Michael Howell | -59/+122 |
| 2022-11-07 | rustdoc: refactor `notable_traits_decl` to just act on the type directly | Michael Howell | -68/+72 |
| 2022-11-05 | Rollup merge of #101702 - jsha:static-files2, r=notriddle,GuillaumeGomez | Matthias Krüger | -264/+60 |
| 2022-11-03 | Remove rustdoc clean::Visibility type | Guillaume Gomez | -22/+27 |
| 2022-10-31 | rustdoc: change `.src-line-numbers > span` to `.src-line-numbers > a` | Michael Howell | -5/+6 |
| 2022-10-30 | Make rustdoc Item::visibility computed on-demand | Guillaume Gomez | -35/+43 |
| 2022-10-29 | Generate static file hashes once | Jacob Hoffman-Andrews | -6/+5 |
| 2022-10-29 | Make --static-root-path point to static.files | Jacob Hoffman-Andrews | -5/+8 |
| 2022-10-29 | rustdoc: add hash to filename of toolchain files | Jacob Hoffman-Andrews | -263/+57 |
| 2022-10-29 | Fix z-indexes of code example feature and cleanup its CSS | Guillaume Gomez | -5/+1 |
| 2022-10-27 | Rollup merge of #103432 - jsha:box-is-not-notable, r=GuillaumeGomez | Yuki Okushi | -0/+9 |
| 2022-10-23 | rustdoc: don't mark Box<T> as Iterator, Read, etc | Jacob Hoffman-Andrews | -0/+9 |
| 2022-10-19 | Rollup merge of #103211 - notriddle:notriddle/dot-location, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-10-19 | Avoid cloning `RenderOptions`. | Nicholas Nethercote | -2/+1 |
| 2022-10-18 | rustdoc: remove class name `location` from sidebar sibling nav | Michael Howell | -1/+1 |