about summary refs log tree commit diff
path: root/src/librustdoc/html/render/print_item.rs
AgeCommit message (Expand)AuthorLines
2021-06-01Remove invalid usage of aria-levelGuillaume Gomez-1/+1
2021-06-01Replace h3 and h4 containing invalid DOMGuillaume Gomez-2/+2
2021-06-01Replace empty href with "#"Guillaume Gomez-1/+1
2021-05-31Add title for copy to clipboard button in rustdocIvan Tham-1/+2
2021-05-31* Put crates list at all levelsGuillaume Gomez-1/+1
2021-05-26* Fix bug where some <details> tags were not closed.Guillaume Gomez-4/+13
2021-05-24Remove doubled braces in non_exhaustive structs’ documentation text.Kevin Reid-1/+1
2021-05-20rustdoc: add tooltips to some buttonsLiigo Zhuang-1/+1
2021-05-18Rollup merge of #85280 - jsha:move-trait-toggles, r=GuillaumeGomezGuillaume Gomez-1/+2
2021-05-15Minimize amount of fake `DefId`s used in rustdocJustus K-1/+1
2021-05-13Toggle-wrap items differently than top-doc.Jacob Hoffman-Andrews-1/+2
2021-05-12Remove "loading content" which is now unnecessaryGuillaume Gomez-15/+8
2021-05-11Disable layout docs for type aliases for nowCamelid-2/+0
2021-05-11Add note to docs when layout cannot be computedCamelid-7/+26
2021-05-11Apply suggestions from code reviewCamelid-3/+4
2021-05-11Add `tcx` local variableCamelid-3/+4
2021-05-11Fix a few small thingsCamelid-6/+6
2021-05-11Only show type layout info if `--show-type-layout` is passedCamelid-0/+4
2021-05-11Show memory layout for type aliasesCamelid-1/+4
2021-05-11Include a warning in the layout docs that layout is unstableCamelid-3/+12
2021-05-11Remove FIXMECamelid-2/+4
2021-05-11rustdoc: Show basic type layout informationCamelid-3/+36
2021-05-10Rollup merge of #85148 - GuillaumeGomez:source-code-line-number, r=jshaGuillaume Gomez-0/+1
2021-05-10Use an SVG image for clipboard instead of unicode characterGuillaume Gomez-2/+12
2021-05-10Fix line number not being clickable on source pagesGuillaume Gomez-0/+1
2021-05-10Auto merge of #85074 - GuillaumeGomez:end-toggle-migration, r=jshabors-11/+17
2021-05-10End toggle migrationGuillaume Gomez-11/+17
2021-05-07Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkovDylan DPC-1/+1
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-13/+17
2021-05-03Unify rustc and rustdoc parsing of `cfg()`Joshua Nelson-1/+1
2021-04-30Remove unnecessary `provided_trait_methods` field from ImplJoshua Nelson-4/+3
2021-04-27cfg taken out of Attributes, put in ItemTimothée Delabrouille-8/+7
2021-04-24Get rid of `item.span`Joshua Nelson-1/+1
2021-04-24Do the hard part firstJoshua Nelson-1/+1
2021-04-25Rollup merge of #84460 - jyn514:doctree-is-crate, r=camelidYuki Okushi-2/+2
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-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-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: move the cx argument to the end of the listMichael Howell-16/+16
2021-04-17rustdoc: use more precise relative URLSMichael Howell-74/+63
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-1/+1
2021-04-12Improve CSS for "hide contents, not items"Jacob Hoffman-Andrews-23/+23