about summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2021-04-25Rollup merge of #84460 - jyn514:doctree-is-crate, r=camelidYuki Okushi-2/+2
2021-04-24Clean up DOM stringsGuillaume Gomez-4/+9
2021-04-24Rollup merge of #84458 - jyn514:cleanup-after-krate, r=GuillaumeGomezYuki Okushi-20/+19
2021-04-24Rollup merge of #84320 - jsha:details-implementors, r=Manishearth,Nemo157,Gui...Yuki Okushi-3/+12
2021-04-23Use ItemType in cacheJoshua Nelson-10/+10
2021-04-23rustdoc: Remove unnecessary `is_crate` field from doctree::Module and clean::...Joshua Nelson-2/+2
2021-04-24Rollup merge of #84321 - Swatinem:subvariant-details, r=GuillaumeGomezYuki Okushi-0/+2
2021-04-22Remove unnecessary item_name parameter to `mod_item_in`Joshua Nelson-3/+4
2021-04-22Remove unnecessary `item_name` parameter to `mod_item_out`Joshua Nelson-1/+1
2021-04-22Remove unnecessary `edition` field on SharedContextJoshua Nelson-8/+9
2021-04-22Remove unnecessary `edition` parameter to rendererJoshua Nelson-2/+1
2021-04-22Remove unnecessary `diag` parameter to `after_krate`Joshua Nelson-2/+3
2021-04-22Remove unnecessary `crate_name` parameter to `after_krate`Joshua Nelson-6/+3
2021-04-22Remove `name` field from ExternalCrateJoshua Nelson-1/+2
2021-04-20fix is_module checkSmitty-4/+4
2021-04-20Rename pushname to is_moduleSmitty-3/+3
2021-04-20Write Rustdoc titles like "x in crate::mod - Rust"Smitty-9/+8
2021-04-20Rollup merge of #84347 - Swatinem:simplify-document-fns, r=jyn514Dylan DPC-45/+11
2021-04-20Auto merge of #83900 - torhovland:issue-83832, r=jyn514bors-4/+34
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-19No longer need to add attrs to ImportSource.Tor Hovland-4/+13
2021-04-19rustdoc: Convert sub-variant toggle to HTMLArpad Borsos-0/+2
2021-04-19Auto merge of #84283 - jsha:de-emphasize-attributes, r=GuillaumeGomezbors-1/+0
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