summary refs log tree commit diff
path: root/src/librustdoc/formats
AgeCommit message (Expand)AuthorLines
2020-12-17Make it compileJoshua Nelson-4/+4
2020-12-17[tmp] Pass `TyCtxt` through to the render backendJoshua Nelson-5/+4
2020-12-15Use `Symbol`s for crate namesJoshua Nelson-7/+7
2020-12-14Switch to Symbol for item.nameJoshua Nelson-1/+2
2020-12-12Pass Session into rendererJoshua Nelson-1/+5
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-33/+33
2020-11-14Rename ItemEnum -> ItemKind, inner -> kindJoshua Nelson-14/+14
2020-08-30rustdoc: do not use plain summary for trait implsAndy Russell-2/+2
2020-07-27More requested changesJoseph Ryan-81/+61
2020-07-27Make requested changesJoseph Ryan-15/+21
2020-07-27TODO -> FIXMEJoseph Ryan-1/+1
2020-07-27Pull out more types from htmlJoseph Ryan-1/+14
2020-07-27Extract `Cache` and other types from `html` moduleJoseph Ryan-97/+792
2020-07-27Refactor html backend to use generic interfaceJoseph Ryan-0/+107