| Age | Commit message (Expand) | Author | Lines |
| 2024-11-15 | rustdoc-search: case-sensitive only when capitals are used | Michael Howell | -4/+7 |
| 2024-11-05 | rustdoc: skip stability inheritance for some item kinds | Lukas Markeffsky | -17/+57 |
| 2024-10-11 | Rollup merge of #130078 - its-the-shrimp:rustdoc-types-compress-ids, r=aDotIn... | Trevor Gross | -308/+305 |
| 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 | Rollup merge of #131408 - GuillaumeGomez:more-intra-doc-cleanup, r=notriddle | Matthias Krüger | -4/+2 |
| 2024-10-08 | Remove unneeded argument of `LinkCollector::verify_disambiguator` | Guillaume Gomez | -4/+2 |
| 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 | -115/+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 | -115/+1 |
| 2024-10-07 | Auto merge of #131354 - matthiaskrgr:rollup-hprnng2, r=matthiaskrgr | bors | -2/+2 |
| 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 | 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 |