about summary refs log tree commit diff
path: root/src/librustdoc/formats
AgeCommit message (Expand)AuthorLines
2021-01-23Rollup merge of #81275 - jyn514:time-render, r=wesleywiserJonas Schievink-13/+23
2021-01-23Add more timing info to render_htmlJoshua Nelson-13/+23
2021-01-21Fix rustc::internal lints on rustdocJoshua Nelson-3/+3
2021-01-19Remove unnecessary `after_run` functionJoshua Nelson-6/+9
2021-01-02Improve code for DocFragment reworkGuillaume Gomez-4/+3
2021-01-02End of rework of Attributes structGuillaume Gomez-3/+4
2020-12-23Box ItemKind to reduce the size of `Item`Joshua Nelson-32/+27
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