about summary refs log tree commit diff
path: root/src/librustdoc/formats/mod.rs
AgeCommit message (Expand)AuthorLines
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-07rustdoc: use a single box to store Attributes and ItemKindMichael Howell-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2023-11-29rustdoc: Move `AssocItemRender` and `RenderMode` to `html::render`.Alona Enraght-Moony-15/+0
2023-01-10Remove unneeded ItemId::Primitive variantGuillaume Gomez-6/+0
2022-06-04Don't generate "Impls on Foreign Types" for stdJacob Hoffman-Andrews-2/+15
2022-06-02Rollup merge of #97613 - jsha:implementation-is-on-local-type, r=GuillaumeGomezYuki Okushi-0/+25
2022-06-01Improve calculation of "Impls on Foreign Types"Jacob Hoffman-Andrews-0/+25
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-11/+11
2022-04-17Fix rustdoc duplicated blanket impls issueGuillaume Gomez-1/+21
2021-09-30Remove temporary `GetDefId` impl for `Path`Noah Lev-7/+1
2021-09-30Make `Impl.trait_` a `Path`, not a `Type`Noah Lev-1/+1
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-2/+2
2021-01-27Remove cache usage wherever possibleGuillaume Gomez-2/+6
2021-01-27Remove CACHE_KEY globalGuillaume Gomez-2/+3
2020-12-23Box ItemKind to reduce the size of `Item`Joshua Nelson-1/+1
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-10/+10
2020-11-14Rename ItemEnum -> ItemKind, inner -> kindJoshua Nelson-1/+1
2020-07-27More requested changesJoseph Ryan-1/+1
2020-07-27Make requested changesJoseph Ryan-0/+4
2020-07-27Pull out more types from htmlJoseph Ryan-0/+11
2020-07-27Extract `Cache` and other types from `html` moduleJoseph Ryan-97/+19
2020-07-27Refactor html backend to use generic interfaceJoseph Ryan-0/+107