about summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2021-04-19Auto merge of #84288 - notriddle:short-links, r=jyn514bors-12/+1
2021-04-18Put attrs in a Box for memory efficiency.Tor Hovland-2/+0
2021-04-18Now also displays portability tags.Tor Hovland-3/+8
2021-04-18Give import items their own CSS class.Tor Hovland-1/+1
2021-04-18Add stability tags to ImportItem.Tor Hovland-4/+22
2021-04-17rustdoc: get rid of CURRENT_DEPTHMichael Howell-12/+1
2021-04-17Reduce visual weight of attributes.Jacob Hoffman-Andrews-1/+0
2021-04-17Rollup merge of #84150 - jsha:defer-search-js, r=GuillaumeGomezDylan DPC-1/+2
2021-04-17rustdoc: move the cx argument to the end of the listMichael Howell-20/+20
2021-04-17rustdoc: use more precise relative URLSMichael Howell-165/+128
2021-04-16Rollup merge of #83337 - Manishearth:item-hide, r=GuillaumeGomezDylan DPC-54/+109
2021-04-13Split search.js from search-index.js.Jacob Hoffman-Andrews-2/+4
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-12Move search JS into search-index.jsJacob Hoffman-Andrews-3/+2
2021-04-12& -> &&Manish Goregaokar-2/+2
2021-04-12Wrap toggle_open()Manish Goregaokar-1/+4
2021-04-12should_hide_fields > 12Manish Goregaokar-2/+1
2021-04-12Add css classesManish Goregaokar-2/+2
2021-04-12Improve CSS for "hide contents, not items"Jacob Hoffman-Andrews-50/+48
2021-04-12Update src/librustdoc/html/render/print_item.rsManish Goregaokar-1/+1
2021-04-12Update src/librustdoc/html/render/print_item.rsManish Goregaokar-1/+1
2021-04-12rustdoc: Add setting for hiding large itemsManish Goregaokar-0/+1
2021-04-12rustdoc: smartly hide associated items of traits if there are too many of themManish Goregaokar-6/+24
2021-04-12rustdoc: hide fields of structs/unions > 5Manish Goregaokar-7/+30
2021-04-12rustdoc: hide variants of enums > 5Manish Goregaokar-0/+24
2021-04-12rustdoc: Stop hiding entire item declarationsManish Goregaokar-12/+1
2021-04-06Rollup merge of #82963 - camelid:move-sharedcontext, r=GuillaumeGomezDylan DPC-83/+77
2021-04-05Move `SharedContext` to `context.rs`Camelid-83/+77
2021-04-06Rollup merge of #83835 - notriddle:sort-index, r=ollie27Yuki Okushi-9/+23
2021-04-05Rollup merge of #83826 - slightlyoutofphase:rustdoc-sidebar-order-shuffle, r=...Dylan DPC-7/+8
2021-04-05Update Source Serif to release 4.004Trevor Spiteri-4/+4
2021-04-04Get rid of unneeded `aliases` fieldMichael Howell-2/+6
2021-04-04Rollup merge of #83809 - GuillaumeGomez:remove-initial-ids, r=camelidDylan DPC-23/+2
2021-04-03rustdoc: sort search index items for compressionMichael Howell-7/+17
2021-04-03Remove unneeded INITIAL_IDS constGuillaume Gomez-23/+2
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-04Rollup merge of #83756 - camelid:internal-rename-doc-spotlight, r=GuillaumeGomezYuki Okushi-11/+13
2021-04-02rustdoc: Rename internal uses of `spotlight`Camelid-11/+13
2021-04-02Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-SimulacrumDylan DPC-134/+178
2021-03-31Fix `--external-css` to be invocation-specific and note main.js should be inv...Joshua Nelson-1/+10
2021-03-31Add a button to copy the "use statement"Guillaume Gomez-0/+1
2021-03-31Rename CrateSpecific -> InvocationSpecificJoshua Nelson-7/+7
2021-03-31Enforce that Toolchain files are static and Crate files are dynamicJoshua Nelson-28/+35
2021-03-26Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514Dylan DPC-0/+2
2021-03-25Add unstable option to only emit shared/crate-specific filesJoshua Nelson-12/+40
2021-03-25Add SharedResource abstraction and use it in write_sharedJoshua Nelson-115/+115