about summary refs log tree commit diff
path: root/src/librustdoc/html/render/mod.rs
AgeCommit message (Expand)AuthorLines
2021-04-24Rollup merge of #84458 - jyn514:cleanup-after-krate, r=GuillaumeGomezYuki Okushi-4/+4
2021-04-24Rollup merge of #84320 - jsha:details-implementors, r=Manishearth,Nemo157,Gui...Yuki Okushi-3/+12
2021-04-23Use ItemType in cacheJoshua Nelson-5/+5
2021-04-22Remove unnecessary `edition` field on SharedContextJoshua Nelson-4/+4
2021-04-19rustdoc: use details tag for trait implementorsJacob Hoffman-Andrews-3/+12
2021-04-19rustdoc: Simplify some document functionsArpad Borsos-45/+11
2021-04-19Auto merge of #84283 - jsha:de-emphasize-attributes, r=GuillaumeGomezbors-1/+0
2021-04-17rustdoc: get rid of CURRENT_DEPTHMichael Howell-3/+0
2021-04-17Reduce visual weight of attributes.Jacob Hoffman-Andrews-1/+0
2021-04-17rustdoc: move the cx argument to the end of the listMichael Howell-4/+4
2021-04-17rustdoc: use more precise relative URLSMichael Howell-87/+58
2021-04-16Rollup merge of #83337 - Manishearth:item-hide, r=GuillaumeGomezDylan DPC-38/+26
2021-04-13tidy format rustFrançois Mockers-10/+28
2021-04-13fix source link when in a trait implementationFrançois Mockers-8/+30
2021-04-13add anchors links on hover to items from trait implFrançois Mockers-6/+13
2021-04-13fix links from trait impl methods to trait declarationFrançois Mockers-3/+4
2021-04-12Add css classesManish Goregaokar-1/+1
2021-04-12Improve CSS for "hide contents, not items"Jacob Hoffman-Andrews-27/+25
2021-04-12rustdoc: Add setting for hiding large itemsManish Goregaokar-0/+1
2021-04-12rustdoc: Stop hiding entire item declarationsManish Goregaokar-11/+0
2021-04-06Rollup merge of #82963 - camelid:move-sharedcontext, r=GuillaumeGomezDylan DPC-76/+5
2021-04-05Move `SharedContext` to `context.rs`Camelid-76/+5
2021-04-06Rollup merge of #83835 - notriddle:sort-index, r=ollie27Yuki Okushi-0/+1
2021-04-05Rollup merge of #83826 - slightlyoutofphase:rustdoc-sidebar-order-shuffle, r=...Dylan DPC-7/+8
2021-04-04Rollup merge of #83809 - GuillaumeGomez:remove-initial-ids, r=camelidDylan DPC-18/+0
2021-04-03rustdoc: sort search index items for compressionMichael Howell-0/+1
2021-04-03Remove unneeded INITIAL_IDS constGuillaume Gomez-18/+0
2021-04-03Remove trailing whitespaceSlightlyOutOfPhase-1/+1
2021-04-03List trait impls before methods from deref in the sidebar of Rustdoc's outputSlightlyOutOfPhase-7/+8
2021-04-02rustdoc: Rename internal uses of `spotlight`Camelid-6/+8
2021-03-24Store tcx and cache when they are used multiple times instead of calling func...Guillaume Gomez-58/+66
2021-03-24Rework rustdoc const typeGuillaume Gomez-33/+63
2021-03-23Use &str instead of StringGuillaume Gomez-3/+3
2021-03-23Fix sidebar trait items sortGuillaume Gomez-3/+3
2021-03-22Auto merge of #82855 - jyn514:no-temporaries, r=GuillaumeGomezbors-18/+26
2021-03-10rustdoc: tweak the search index formatMichael Howell-17/+0
2021-03-09Simplify some of the rendering code in the indexMichael Howell-5/+1
2021-03-09Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomezbors-5/+15
2021-03-07Avoid temporary allocations in `render_assoc_item`Joshua Nelson-18/+26
2021-03-05Don't share `id_map` and `deref_id_map`Camelid-13/+7
2021-03-05rustdoc: Make a bunch of fields privateCamelid-7/+8
2021-03-05rustdoc: Move most shared fields to `SharedContext`Camelid-7/+22
2021-03-05Add an unstable option to print all unversioned filesJoshua Nelson-0/+1
2021-03-04Corrected imports for render tests and mod filesNicholas-Baron-2/+0
2021-03-04Moved `write_shared` to its own fileNicholas-Baron-535/+6
2021-03-04Moved the `make_item_keywords` function to `context.rs` as it is only used thereNicholas-Baron-3/+0
2021-03-04Moved `print_item` and helpers to a separate fileNicholas-Baron-1402/+7
2021-03-04Moved Context and its impls to a separate fileNicholas-Baron-593/+7
2021-03-04Rollup merge of #82310 - jsha:rustdoc-search-onfocus, r=GuillaumeGomezYuki Okushi-7/+10
2021-03-03Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514Yuki Okushi-10/+43