summary refs log tree commit diff
path: root/src/librustdoc/formats/mod.rs
AgeCommit message (Expand)AuthorLines
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