| Age | Commit message (Expand) | Author | Lines |
| 2024-10-07 | Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,... | bors | -25/+25 |
| 2024-10-07 | Convert `Option<&Lrc<T>>` return types to `Option<&T>`. | Nicholas Nethercote | -2/+2 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -25/+25 |
| 2024-10-06 | Handle `librustdoc` cases of `rustc::potential_query_instability` lint | ismailarilik | -112/+111 |
| 2024-10-05 | Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors | bors | -21/+2 |
| 2024-10-04 | Rollup merge of #131260 - notriddle:notriddle/disambiguator-error, r=Guillaum... | Jubilee | -5/+16 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -21/+2 |
| 2024-10-04 | Rollup merge of #131257 - GuillaumeGomez:fix-list-margins, r=notriddle | Jubilee | -3/+6 |
| 2024-10-04 | rustdoc: cleaner errors on disambiguator/namespace mismatches | Michael Howell | -5/+16 |
| 2024-10-04 | Fix list margins | Guillaume Gomez | -3/+6 |
| 2024-10-04 | Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercote | Guillaume Gomez | -23/+45 |
| 2024-10-04 | Adjust rustdoc for literal boolean support | Urgau | -23/+45 |
| 2024-10-03 | Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebank | Matthias Krüger | -2/+2 |
| 2024-10-03 | Rollup merge of #130419 - nnethercote:streamline-HirCollector, r=GuillaumeGomez | Matthias Krüger | -22/+10 |
| 2024-10-02 | Use named fields for OpaqueTyOrigin | Michael Goulet | -1/+1 |
| 2024-10-02 | Remove redundant in_trait from hir::TyKind::OpaqueDef | Michael Goulet | -1/+1 |
| 2024-10-01 | Rollup merge of #130933 - lolbinarycat:rustdoc-li-p, r=GuillaumeGomez,notriddle | Matthias Krüger | -0/+7 |
| 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 |