| Age | Commit message (Expand) | Author | Lines |
| 2024-10-01 | Remove usage of `allow(unused)` attribute on `no_run` doctests | Guillaume Gomez | -4/+0 |
| 2024-10-01 | Use environment variables instead of command line arguments for merged doctests | Guillaume Gomez | -28/+17 |
| 2024-10-01 | Auto merge of #131076 - lukas-code:doc-stab2, r=notriddle | bors | -64/+107 |
| 2024-10-01 | Auto merge of #130587 - coolreader18:field-variant-doclink-disambig, r=notrid... | bors | -41/+54 |
| 2024-09-30 | rustdoc: rewrite stability inheritance as a pass | Lukas Markeffsky | -60/+106 |
| 2024-09-30 | add `stable_since` convenience | Lukas Markeffsky | -4/+1 |
| 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 | rustdoc-json: `Id(String)` -> `Id(u32)` | schvv31n | -308/+305 |
| 2024-09-29 | Copy correct path to clipboard for modules/keywords/primitives | clubby789 | -5/+9 |
| 2024-09-29 | Rollup merge of #130931 - GuillaumeGomez:standalone-crate, r=notriddle | Matthias Krüger | -39/+42 |
| 2024-09-29 | Rename doctest attribute `standalone-crate` into `standalone_crate` for coher... | Guillaume Gomez | -3/+3 |
| 2024-09-29 | Rollup merge of #130537 - lolbinarycat:rustdoc-DocVisitor-docs, r=GuillaumeGomez | Guillaume Gomez | -2/+9 |
| 2024-09-29 | Adjust spacings and sizing to improve behavior with over-long names | Frank Steffahn | -6/+12 |
| 2024-09-28 | rustdoc: add doc comment to DocVisitor | binarycat | -2/+9 |
| 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 | -6/+6 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -1/+1 |
| 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 | -44/+42 |
| 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 | -15/+15 |
| 2024-09-25 | de-rc external traits | Lukas Markeffsky | -21/+19 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -1/+1 |
| 2024-09-25 | Remove `HirCollector::map`. | Nicholas Nethercote | -12/+4 |
| 2024-09-25 | Remove `HirCollector::sess`. | Nicholas Nethercote | -11/+7 |
| 2024-09-25 | Auto merge of #130803 - cuviper:file-buffered, r=joshtriplett | bors | -4/+4 |
| 2024-09-24 | Rollup merge of #130798 - lukas-code:doc-stab, r=notriddle | Trevor Gross | -1/+39 |
| 2024-09-24 | Dogfood `feature(file_buffered)` | Josh Stone | -4/+4 |
| 2024-09-24 | rustdoc: inherit parent's stability where applicable | Lukas Markeffsky | -1/+39 |
| 2024-09-24 | Fix tools | Michael Goulet | -5/+4 |
| 2024-09-23 | Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomez | Michael Goulet | -172/+371 |
| 2024-09-23 | Tweak breadcrumbs list | Michael Howell | -11/+16 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -256/+232 |
| 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 | Rollup merge of #130619 - GuillaumeGomez:scraped-examples-height, r=notriddle | Guillaume Gomez | -2/+9 |
| 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 | Add `field@` and `variant@` doc-link disambiguators | Noa | -41/+54 |
| 2024-09-19 | rustdoc: use the correct span for doctests | Michael Howell | -11/+2 |
| 2024-09-19 | Auto merge of #130069 - GuillaumeGomez:gen-scraped-buttons, r=notriddle | bors | -38/+44 |
| 2024-09-17 | Rollup merge of #129988 - arnaudgolfouse:modify-locale_resources, r=davidtwco | Matthias Krüger | -2/+2 |
| 2024-09-13 | Rename and reorder lots of lifetimes. | Nicholas Nethercote | -2/+2 |