| Age | Commit message (Expand) | Author | Lines |
| 2024-11-15 | rustdoc-search: case-sensitive only when capitals are used | Michael Howell | -4/+7 |
| 2024-10-11 | Rollup merge of #131394 - ismailarilik:fix/rustdoc/add-space-between-struct-f... | Matthias Krüger | -0/+3 |
| 2024-10-09 | Rollup merge of #131417 - GuillaumeGomez:mobile-methods-left-margin, r=notriddle | Matthias Krüger | -1/+1 |
| 2024-10-09 | Fix methods alignment on mobile | Guillaume Gomez | -1/+1 |
| 2024-10-08 | Reserve guarded string literals (RFC 3593) | Peter Jaszkowiak | -0/+1 |
| 2024-10-08 | fix(rustdoc): add space between struct fields and their descriptions | ismailarilik | -0/+3 |
| 2024-10-08 | Auto merge of #131368 - GuillaumeGomez:rustdoc-dead-code, r=notriddle | bors | -48/+1 |
| 2024-10-07 | Add comment to describe camelcase line break | Michael Howell | -0/+10 |
| 2024-10-07 | rustdoc: improve `<wbr>`-insertion for SCREAMING_CAMEL_CASE | Michael Howell | -1/+5 |
| 2024-10-07 | Remove dead code | Guillaume Gomez | -48/+1 |
| 2024-10-06 | Handle `librustdoc` cases of `rustc::potential_query_instability` lint | ismailarilik | -54/+54 |
| 2024-10-05 | Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors | bors | -1/+0 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -1/+0 |
| 2024-10-04 | Fix list margins | Guillaume Gomez | -3/+6 |
| 2024-10-01 | Rollup merge of #130933 - lolbinarycat:rustdoc-li-p, r=GuillaumeGomez,notriddle | Matthias Krüger | -0/+7 |
| 2024-10-01 | Auto merge of #131076 - lukas-code:doc-stab2, r=notriddle | bors | -19/+12 |
| 2024-09-30 | rustdoc: rewrite stability inheritance as a pass | Lukas Markeffsky | -19/+12 |
| 2024-09-30 | Rollup merge of #131023 - clubby789:doc-item-path, r=notriddle | Matthias Krüger | -5/+9 |
| 2024-09-29 | Auto merge of #131002 - steffahn:rustdoc-long-names-fix, r=notriddle | bors | -6/+12 |
| 2024-09-29 | Copy correct path to clipboard for modules/keywords/primitives | clubby789 | -5/+9 |
| 2024-09-29 | Rename doctest attribute `standalone-crate` into `standalone_crate` for coher... | Guillaume Gomez | -3/+3 |
| 2024-09-29 | Adjust spacings and sizing to improve behavior with over-long names | Frank Steffahn | -6/+12 |
| 2024-09-28 | Improve mistyped docblock attribute warning messages | Guillaume Gomez | -31/+27 |
| 2024-09-28 | Add warning if `standalone-crate` is mistyped | Guillaume Gomez | -0/+14 |
| 2024-09-28 | Improve code for codeblock invalid attributes | Guillaume Gomez | -25/+18 |
| 2024-09-28 | Rename `standalone` doctest attribute into `standalone-crate` | Guillaume Gomez | -4/+4 |
| 2024-09-27 | rustdoc: lists items that contain multiple paragraphs are more clear | binarycat | -0/+7 |
| 2024-09-27 | Auto merge of #130857 - lukas-code:no-clones-allowed, r=notriddle | bors | -11/+11 |
| 2024-09-26 | Rollup merge of #130706 - GuillaumeGomez:remove-unneeded-jinja-comments, r=no... | Jubilee | -50/+50 |
| 2024-09-27 | Remove unneeded jinja comments in templates | Guillaume Gomez | -50/+50 |
| 2024-09-26 | rustdoc: consolidate prefers-reduced-motion-gated rulesets | zopsicle | -6/+4 |
| 2024-09-26 | rustdoc: do not animate when user prefers reduced motion | zopsicle | -7/+14 |
| 2024-09-25 | don't clone `clean::Item` in `TypeImplCollector` | Lukas Markeffsky | -9/+9 |
| 2024-09-25 | rm higher-ranked lifetimes from `DocVisitor` | Lukas Markeffsky | -3/+3 |
| 2024-09-24 | Dogfood `feature(file_buffered)` | Josh Stone | -3/+2 |
| 2024-09-23 | Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomez | Michael Goulet | -172/+370 |
| 2024-09-23 | Tweak breadcrumbs list | Michael Howell | -11/+16 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -82/+73 |
| 2024-09-22 | Generate line numbers for non-rust code examples as well | Guillaume Gomez | -7/+9 |
| 2024-09-22 | Strip last backline from non-rust code examples | Guillaume Gomez | -5/+5 |
| 2024-09-20 | Improve paddings for code blocks line numbers | Guillaume Gomez | -2/+6 |
| 2024-09-20 | Revert additional scraped examples height | Guillaume Gomez | -0/+3 |
| 2024-09-19 | Auto merge of #130069 - GuillaumeGomez:gen-scraped-buttons, r=notriddle | bors | -38/+44 |
| 2024-09-13 | Rename and reorder lots of lifetimes. | Nicholas Nethercote | -2/+2 |
| 2024-09-10 | rustdoc: tweak spacing in toolbar | Michael Howell | -3/+9 |
| 2024-09-10 | rustdoc: make the header show all three buttons | Michael Howell | -37/+67 |
| 2024-09-10 | rustdoc: redesign toolbar and disclosure widgets | Michael Howell | -153/+310 |
| 2024-09-10 | Auto merge of #129337 - EtomicBomb:rfc, r=notriddle | bors | -131/+233 |
| 2024-09-07 | rustdoc: use a single box to store Attributes and ItemKind | Michael Howell | -39/+39 |
| 2024-09-07 | rfc#3662 changes under unstable flags | EtomicBomb | -131/+233 |