about summary refs log tree commit diff
path: root/src/librustdoc/passes/propagate_stability.rs
AgeCommit message (Expand)AuthorLines
2025-08-28Add new `doc(attribute = "...")` attributeGuillaume Gomez-1/+2
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+1
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-1/+1
2025-03-06`x clippy src/librustdoc --fix`Yotam Ofek-3/+3
2025-02-23fixed by differentiating glob exportTapan Prakash-0/+12
2025-01-15allowed_through_unstable_modules: support showing a deprecation message when ...Ralf Jung-3/+3
2025-01-11rustdoc: use import stability marker in displayMichael Howell-1/+20
2025-01-02Use `is_some_and` helperMichael Howell-2/+1
2025-01-02rustdoc: treat `allowed_through_unstable_modules` as deprecationMichael Howell-0/+9
2024-12-20Rollup merge of #134321 - dtolnay:docassocconst, r=fmeaseJacob Pratt-4/+5
2024-12-19Rename TyMethodItem -> RequiredMethodItemDavid Tolnay-1/+1
2024-12-19Rename TyAssocTypeItem -> RequiredAssocTypeItemDavid Tolnay-1/+1
2024-12-19Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItemDavid Tolnay-1/+2
2024-12-19Rename TyAssocConstItem -> RequiredAssocConstItemDavid Tolnay-1/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-11-28Fix new clippy lintsGuillaume Gomez-1/+1
2024-11-02rustdoc: skip stability inheritance for some item kindsLukas Markeffsky-17/+57
2024-10-14Delay ambiguous intra-doc link resolution after `Cache` has been populatedGuillaume Gomez-1/+1
2024-09-30rustdoc: rewrite stability inheritance as a passLukas Markeffsky-0/+72