| Age | Commit message (Expand) | Author | Lines |
| 2024-10-19 | rustdoc: Refractor footnote handling | Alona Enraght-Moony | -36/+67 |
| 2024-10-19 | Fix tests | Michael Goulet | -3/+3 |
| 2024-10-19 | rustdoc: Extract footnote logic into it's own module. | Alona Enraght-Moony | -79/+87 |
| 2024-10-19 | Remove module passes filtering | blyxyas | -4/+3 |
| 2024-10-19 | Do not run lints that cannot emit | blyxyas | -3/+4 |
| 2024-10-19 | rustdoc: Document `markdown` module. | Alona Enraght-Moony | -3/+13 |
| 2024-10-19 | rustdoc: Switch from FxHash to sha256 for static file hashing. | Alona Enraght-Moony | -15/+15 |
| 2024-10-17 | Rollup merge of #131595 - fmease:rustdoc-json-mv-obj-safe-dyn-compat, r=aDotI... | Matthias Krüger | -2/+2 |
| 2024-10-16 | rustdoc-JSON: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -2/+2 |
| 2024-10-16 | Auto merge of #131797 - matthiaskrgr:rollup-lzpze2k, r=matthiaskrgr | bors | -56/+261 |
| 2024-10-16 | Rollup merge of #131691 - GuillaumeGomez:intra-doc-link-filter-out-2, r=notri... | Matthias Krüger | -56/+261 |
| 2024-10-16 | Rollup merge of #131594 - fmease:rustdoc-mv-obj-safe-dyn-compat, r=notriddle | Matthias Krüger | -12/+14 |
| 2024-10-16 | rustdoc: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -12/+14 |
| 2024-10-15 | Remove `AmbiguousLinks::disambiguator` | Guillaume Gomez | -3/+1 |
| 2024-10-15 | Improve documentation for intra-doc links computation | Guillaume Gomez | -9/+9 |
| 2024-10-15 | Add doc(plugins), doc(passes), etc. to INVALID_DOC_ATTRIBUTES | Mateusz Maćkowski | -37/+2 |
| 2024-10-15 | Rollup merge of #131652 - compiler-errors:modifiers, r=Nadrieril,jieyouxu | Matthias Krüger | -4/+4 |
| 2024-10-15 | Rollup merge of #131095 - GuillaumeGomez:switch-to-env-variables, r=notriddle | Matthias Krüger | -28/+17 |
| 2024-10-14 | Delay ambiguous intra-doc link resolution after `Cache` has been populated | Guillaume Gomez | -56/+263 |
| 2024-10-14 | Move trait bound modifiers into hir::PolyTraitRef | Michael Goulet | -4/+4 |
| 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 |