summary refs log tree commit diff
path: root/src/librustdoc/html/render/mod.rs
AgeCommit message (Expand)AuthorLines
2021-05-22Call `initSidebarItems` in root module of crateJustus K-3/+8
2021-05-04manually crafted revert of PR #80653, to address issue #82465.Felix S. Klock II-20/+6
2021-04-28rustdoc: change aliases attribute to data-aliasesMichael Howell-1/+1
2021-04-28Rollup merge of #84616 - GuillaumeGomez:fix-empty-dom-toggle, r=jshaYuki Okushi-97/+108
2021-04-27Auto merge of #84494 - tdelabro:84304-bis, r=jyn514bors-7/+2
2021-04-27Don't put empty implementations into details/summary blocksGuillaume Gomez-97/+108
2021-04-27cfg taken out of Attributes, put in ItemTimothée Delabrouille-7/+2
2021-04-26Add open attribute on details which are supposed to be open by default instea...Guillaume Gomez-2/+2
2021-04-25Rollup merge of #84518 - GuillaumeGomez:cleanup-up-dom-string, r=jshaYuki Okushi-4/+9
2021-04-25Rollup merge of #84464 - jyn514:type-kind, r=CraftSpiderYuki Okushi-5/+5
2021-04-24Clean up DOM stringsGuillaume Gomez-4/+9
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