| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |