about summary refs log tree commit diff
path: root/src/librustdoc/formats
AgeCommit message (Expand)AuthorLines
2021-03-24Don't call `item` on modules for json rendererNixon Enraght-Moony-1/+6
2021-03-23Remove unnecessary `Option` wrapping around `Crate.module`Camelid-13/+7
2021-03-22Don't push the crate name onto the `Cache.stack`Camelid-2/+0
2021-03-09Remove `masked_crates` from `clean::Crate`Camelid-2/+5
2021-03-09Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomezbors-3/+6
2021-03-05Don't unnecessarily clone some fields in `Context`Camelid-3/+6
2021-03-05Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran...Guillaume Gomez-2/+4
2021-03-01Remove `krate.version`; fix `crate_version` in JSONJoshua Nelson-1/+0
2021-03-01Remove unused `RenderInfo` structJoshua Nelson-27/+3
2021-03-01Remove the dummy cache in `DocContext`Joshua Nelson-41/+31
2021-02-23* Fix some typoGuillaume Gomez-5/+1
2021-02-23Put clean::Trait extra information into a new struct to make it more coherentGuillaume Gomez-5/+7
2021-02-23Remove is_spotlight field from `Trait`Guillaume Gomez-2/+8
2021-02-05Remove Function all_types and ret_types fieldsGuillaume Gomez-46/+60
2021-02-02Auto merge of #81557 - GuillaumeGomez:primitive-search, r=ollie27bors-0/+1
2021-02-01Put back primitives in searchGuillaume Gomez-0/+1
2021-01-30rustdoc tweakingbors-1/+1
2021-01-27Update to new rustdoc APIsGuillaume Gomez-5/+2
2021-01-27Remove cache usage wherever possibleGuillaume Gomez-71/+54
2021-01-27Use empty Cache for methods requiring it when filling Cache itselfGuillaume Gomez-48/+70
2021-01-27Remove CACHE_KEY globalGuillaume Gomez-40/+25
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