about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-04-24Rollup merge of #84433 - GuillaumeGomez:search-input-blur, r=jshaYuki Okushi-3/+6
2021-04-24Rollup merge of #84321 - Swatinem:subvariant-details, r=GuillaumeGomezYuki Okushi-6/+17
2021-04-23improve wordingArpad Borsos-1/+1
2021-04-23Auto merge of #84457 - jyn514:cleanup-crate, r=GuillaumeGomezbors-132/+150
2021-04-23rustdoc: Implement `is_primitive` in terms of `primitive_type()`Joshua Nelson-8/+1
2021-04-23Auto merge of #84445 - jyn514:hidden, r=<try>bors-6/+13
2021-04-22rustdoc: Stop special casing `broken_intra_doc_links` unnecessarilyJoshua Nelson-8/+1
2021-04-22Remove unnecessary item_name parameter to `mod_item_in`Joshua Nelson-11/+9
2021-04-22Remove unnecessary `item_name` parameter to `mod_item_out`Joshua Nelson-7/+5
2021-04-22Remove unnecessary `edition` field on SharedContextJoshua Nelson-9/+10
2021-04-22Remove unnecessary `edition` parameter to rendererJoshua Nelson-25/+6
2021-04-22Remove unnecessary `diag` parameter to `after_krate`Joshua Nelson-16/+10
2021-04-22Remove unnecessary `crate_name` parameter to `after_krate`Joshua Nelson-19/+7
2021-04-22Remove `keywords` from ExternCrateJoshua Nelson-52/+57
2021-04-22Get rid of ExternCrate::primitivesJoshua Nelson-77/+77
2021-04-22Remove `name` field from ExternalCrateJoshua Nelson-7/+12
2021-04-22Remove src field from ExternCrateJoshua Nelson-6/+14
2021-04-22rustdoc: Hide `#text` in doc-testsJoshua Nelson-6/+13
2021-04-22Use flex more consistently.Tor Hovland-14/+8
2021-04-22Auto merge of #84420 - workingjubilee:microvec, r=Mark-Simulacrumbors-5/+5
2021-04-22Rollup merge of #84376 - torhovland:issue-84534, r=GuillaumeGomezDylan DPC-4/+9
2021-04-22Prevent control, shift and alt keys to make search input lose focusGuillaume Gomez-3/+6
2021-04-21Use arrayvec 0.7, drop smallvec 0.6Jubilee Young-5/+5
2021-04-21Replaced flex gap with margin, for compatibility with older browsers.Tor Hovland-1/+1
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-20Uses flex to fix formatting of h1 at any width.Tor Hovland-4/+9
2021-04-20Rollup merge of #84347 - Swatinem:simplify-document-fns, r=jyn514Dylan DPC-45/+11
2021-04-20Rollup merge of #84340 - notriddle:patch-4, r=GuillaumeGomezDylan DPC-2/+2
2021-04-20Auto merge of #83900 - torhovland:issue-83832, r=jyn514bors-9/+44
2021-04-19rustdoc: use details tag for trait implementorsJacob Hoffman-Andrews-24/+26
2021-04-19rustdoc: Simplify some document functionsArpad Borsos-45/+11
2021-04-19Use onEachLazy to iterate DOMTokenListMichael Howell-1/+1
2021-04-19rustdoc: Show nag box on IE10Michael Howell-1/+1
2021-04-19Rollup merge of #84330 - GuillaumeGomez:remove-footer, r=jyn514Dylan DPC-1/+0
2021-04-19Remove collapse param from collapseNonInherent.Jacob Hoffman-Andrews-4/+4
2021-04-19No longer need to add attrs to ImportSource.Tor Hovland-10/+17
2021-04-19Remove unused footer sectionGuillaume Gomez-1/+0
2021-04-19rustdoc: Convert sub-variant toggle to HTMLArpad Borsos-6/+17
2021-04-19Auto merge of #84283 - jsha:de-emphasize-attributes, r=GuillaumeGomezbors-4/+10
2021-04-18rustdoc: make expand/collapse all ephemeralJacob Hoffman-Andrews-27/+17
2021-04-19Auto merge of #84288 - notriddle:short-links, r=jyn514bors-52/+44
2021-04-18Put attrs in a Box for memory efficiency.Tor Hovland-4/+2
2021-04-18Now also displays portability tags.Tor Hovland-7/+14
2021-04-18Give import items their own CSS class.Tor Hovland-6/+11
2021-04-18Add stability tags to ImportItem.Tor Hovland-4/+22
2021-04-17rustdoc: get rid of CURRENT_DEPTHMichael Howell-52/+44
2021-04-18Fix the wrong return value type description of validateResulthi-rustin-1/+1
2021-04-17Reduce visual weight of attributes.Jacob Hoffman-Andrews-4/+10