summary refs log tree commit diff
path: root/src/librustdoc/formats/cache.rs
AgeCommit message (Expand)AuthorLines
2020-12-15Use `Symbol`s for crate namesJoshua Nelson-5/+6
2020-12-03Render Markdown in search resultsCamelid-3/+5
2020-11-26Use `from_def_id_and_parts` for primitives and keywordsJoshua Nelson-2/+2
2020-11-22Make `fold_item_recur` non-nullableJoshua Nelson-40/+37
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-19/+19
2020-11-14Rename ItemEnum -> ItemKind, inner -> kindJoshua Nelson-9/+9
2020-08-30rustdoc: do not use plain summary for trait implsAndy Russell-2/+2
2020-07-27More requested changesJoseph Ryan-12/+2
2020-07-27Make requested changesJoseph Ryan-2/+2
2020-07-27TODO -> FIXMEJoseph Ryan-1/+1
2020-07-27Extract `Cache` and other types from `html` moduleJoseph Ryan-0/+498