| Age | Commit message (Expand) | Author | Lines |
| 2024-10-24 | Auto merge of #131951 - notriddle:notriddle/sha256-compile-time, r=GuillaumeG... | bors | -13/+6 |
| 2024-10-23 | rustdoc: adjust spacing and typography in header | Michael Howell | -5/+11 |
| 2024-10-23 | Rollup merge of #131928 - aDotInTheVoid:wait-we-support-this, r=GuillaumeGomez | León Orell Valerian Liehr | -1/+1 |
| 2024-10-22 | Represent TraitBoundModifiers as distinct parts in HIR | Michael Goulet | -7/+7 |
| 2024-10-20 | Rollup merge of #131945 - aDotInTheVoid:footnote-time, r=notriddle | Stuart Cook | -79/+118 |
| 2024-10-19 | rustdoc: hash assets at rustdoc build time | Michael Howell | -13/+6 |
| 2024-10-19 | rustdoc: Refractor footnote handling | Alona Enraght-Moony | -36/+67 |
| 2024-10-19 | rustdoc: Extract footnote logic into it's own module. | Alona Enraght-Moony | -79/+87 |
| 2024-10-19 | rustdoc: Document `markdown` module. | Alona Enraght-Moony | -1/+1 |
| 2024-10-19 | rustdoc: Switch from FxHash to sha256 for static file hashing. | Alona Enraght-Moony | -15/+14 |
| 2024-10-16 | rustdoc: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -10/+12 |
| 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 |