about summary refs log tree commit diff
path: root/src/librustdoc/clean/types
AgeCommit message (Expand)AuthorLines
2025-06-23Update tests to work with new DocFragment field and `redundant_explicit_links...Guillaume Gomez-0/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2023-12-10remove redundant importssurechen-3/+2
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-2/+1
2023-07-14Correctly handle `--document-hidden-items`Guillaume Gomez-1/+1
2023-05-22rustdoc: Cleanup doc string collapsingVadim Petrochenkov-3/+2
2023-03-22Rollup merge of #108954 - notriddle:notriddle/notable-trait-generic, r=camelidMatthias Krüger-0/+11
2023-03-21rustdoc: Cleanup parent module tracking for doc linksVadim Petrochenkov-1/+1
2023-03-12rustdoc: rename `Type::is_same` to `is_doc_subtype_of`Michael Howell-2/+2
2023-03-09rustdoc: handle generics better when matching notable traitsMichael Howell-0/+11
2023-02-10Resolve documentation links in rustc and store the results in metadataVadim Petrochenkov-0/+1
2022-04-21rustdoc: Unindent doc fragments on `Attributes` constructionVadim Petrochenkov-0/+70