about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2024-10-19rustdoc: Refractor footnote handlingAlona Enraght-Moony-36/+67
2024-10-19Fix testsMichael Goulet-3/+3
2024-10-19rustdoc: Extract footnote logic into it's own module.Alona Enraght-Moony-79/+87
2024-10-19Remove module passes filteringblyxyas-4/+3
2024-10-19Do not run lints that cannot emitblyxyas-3/+4
2024-10-19rustdoc: Document `markdown` module.Alona Enraght-Moony-3/+13
2024-10-19rustdoc: Switch from FxHash to sha256 for static file hashing.Alona Enraght-Moony-15/+15
2024-10-17Rollup merge of #131595 - fmease:rustdoc-json-mv-obj-safe-dyn-compat, r=aDotI...Matthias Krüger-2/+2
2024-10-16rustdoc-JSON: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-2/+2
2024-10-16Auto merge of #131797 - matthiaskrgr:rollup-lzpze2k, r=matthiaskrgrbors-56/+261
2024-10-16Rollup merge of #131691 - GuillaumeGomez:intra-doc-link-filter-out-2, r=notri...Matthias Krüger-56/+261
2024-10-16Rollup merge of #131594 - fmease:rustdoc-mv-obj-safe-dyn-compat, r=notriddleMatthias Krüger-12/+14
2024-10-16rustdoc: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-12/+14
2024-10-15Remove `AmbiguousLinks::disambiguator`Guillaume Gomez-3/+1
2024-10-15Improve documentation for intra-doc links computationGuillaume Gomez-9/+9
2024-10-15Add doc(plugins), doc(passes), etc. to INVALID_DOC_ATTRIBUTESMateusz Maćkowski-37/+2
2024-10-15Rollup merge of #131652 - compiler-errors:modifiers, r=Nadrieril,jieyouxuMatthias Krüger-4/+4
2024-10-15Rollup merge of #131095 - GuillaumeGomez:switch-to-env-variables, r=notriddleMatthias Krüger-28/+17
2024-10-14Delay ambiguous intra-doc link resolution after `Cache` has been populatedGuillaume Gomez-56/+263
2024-10-14Move trait bound modifiers into hir::PolyTraitRefMichael Goulet-4/+4
2024-10-11Rollup merge of #130078 - its-the-shrimp:rustdoc-types-compress-ids, r=aDotIn...Trevor Gross-308/+305
2024-10-11Rollup merge of #131394 - ismailarilik:fix/rustdoc/add-space-between-struct-f...Matthias Krüger-0/+3
2024-10-09Rollup merge of #131417 - GuillaumeGomez:mobile-methods-left-margin, r=notriddleMatthias Krüger-1/+1
2024-10-09Fix methods alignment on mobileGuillaume Gomez-1/+1
2024-10-08Reserve guarded string literals (RFC 3593)Peter Jaszkowiak-0/+1
2024-10-08Rollup merge of #131408 - GuillaumeGomez:more-intra-doc-cleanup, r=notriddleMatthias Krüger-4/+2
2024-10-08Remove unneeded argument of `LinkCollector::verify_disambiguator`Guillaume Gomez-4/+2
2024-10-08fix(rustdoc): add space between struct fields and their descriptionsismailarilik-0/+3
2024-10-08Auto merge of #131368 - GuillaumeGomez:rustdoc-dead-code, r=notriddlebors-115/+1
2024-10-07Add comment to describe camelcase line breakMichael Howell-0/+10
2024-10-07rustdoc: improve `<wbr>`-insertion for SCREAMING_CAMEL_CASEMichael Howell-1/+5
2024-10-07Remove dead codeGuillaume Gomez-115/+1
2024-10-07Auto merge of #131354 - matthiaskrgr:rollup-hprnng2, r=matthiaskrgrbors-2/+2
2024-10-07Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,...bors-25/+25
2024-10-07Convert `Option<&Lrc<T>>` return types to `Option<&T>`.Nicholas Nethercote-2/+2
2024-10-06Rename NestedMetaItem to MetaItemInnercodemountains-25/+25
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-112/+111
2024-10-05Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errorsbors-21/+2
2024-10-04Rollup merge of #131260 - notriddle:notriddle/disambiguator-error, r=Guillaum...Jubilee-5/+16
2024-10-04rm `ItemKind::OpaqueTy`Noah Lev-21/+2
2024-10-04Rollup merge of #131257 - GuillaumeGomez:fix-list-margins, r=notriddleJubilee-3/+6
2024-10-04rustdoc: cleaner errors on disambiguator/namespace mismatchesMichael Howell-5/+16
2024-10-04Fix list marginsGuillaume Gomez-3/+6
2024-10-04Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercoteGuillaume Gomez-23/+45
2024-10-04Adjust rustdoc for literal boolean supportUrgau-23/+45
2024-10-03Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebankMatthias Krüger-2/+2
2024-10-03Rollup merge of #130419 - nnethercote:streamline-HirCollector, r=GuillaumeGomezMatthias Krüger-22/+10
2024-10-02Use named fields for OpaqueTyOriginMichael Goulet-1/+1
2024-10-02Remove redundant in_trait from hir::TyKind::OpaqueDefMichael Goulet-1/+1
2024-10-01Rollup merge of #130933 - lolbinarycat:rustdoc-li-p, r=GuillaumeGomez,notriddleMatthias Krüger-0/+7