about summary refs log tree commit diff
path: root/src/librustdoc/visit.rs
AgeCommit message (Expand)AuthorLines
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-11-28Fix new clippy lintsGuillaume Gomez-1/+1
2024-09-28rustdoc: add doc comment to DocVisitorbinarycat-2/+9
2024-09-25rm higher-ranked lifetimes from `DocVisitor`Lukas Markeffsky-6/+6
2024-09-25de-rc external traitsLukas Markeffsky-5/+2
2024-09-07rustdoc: use a single box to store Attributes and ItemKindMichael Howell-2/+2
2024-08-01rustdoc: Remove OpaqueTyAlona Enraght-Moony-1/+0
2024-07-27rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`Michael Howell-1/+1
2024-06-20Implement `unsafe_extern_blocks` feature in rustdocGuillaume Gomez-2/+2
2024-06-05Remove `Type` from rustdoc `Const`Boxy-1/+1
2023-08-21rustdoc: Rename `clean` items from typedef to type aliasNoah Lev-1/+1
2023-01-01clean: Always store enum disriminant.Nixon Enraght-Moony-4/+4
2022-09-27rustdoc: remove `clean::TraitWithExtraInfo`Michael Howell-1/+1
2022-09-03Rustdoc-Json: Add enum discriminantNixon Enraght-Moony-1/+1
2022-07-21Remove unused field in ItemKind::KeywordItemGuillaume Gomez-1/+1
2022-05-24fix simple clippy lintsklensy-1/+0
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-1/+1
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-2/+4
2022-02-27make GATs print properly in traitsMichael Goulet-1/+1
2021-11-01List all cases explicitly in `Doc{Folder,Visitor}`Noah Lev-2/+20
2021-10-31Fix `RefCell` `BorrowMut` error in `DocVisitor`Noah Lev-3/+5
2021-10-31rustdoc: Add `DocVisitor`Noah Lev-0/+51