summary refs log tree commit diff
path: root/src/librustdoc/html/render/print_item.rs
AgeCommit message (Expand)AuthorLines
2021-09-04Clean render_impl argumentsGuillaume Gomez-10/+15
2021-09-04Put back display of associated items (types and consts)Guillaume Gomez-4/+9
2021-07-27Rustdoc accessibility: use real headers for doc itemsbors-2/+2
2021-07-22Don't hide fields of enum struct variantsNoah Lev-4/+1
2021-07-21Rollup merge of #87024 - weihanglo:issue-85494, r=ManishearthEric Huss-12/+34
2021-07-11rustdoc: show count of item contents when hiddenWeihang Lo-12/+34
2021-07-07Fix inconsistency on visibility display for typedefsGuillaume Gomez-2/+11
2021-07-05Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"Justus K-19/+17
2021-07-05rustdoc: Store DefId's in ItemId on heap for decreasing Item's sizeJustus K-17/+19
2021-07-05rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`Justus K-13/+13
2021-06-28Move stab_tags to symbol in tablesStefan Schindler-3/+4
2021-06-24Migrate from custom elements to divs with classes to be compatible with safariStefan Schindler-12/+17
2021-06-24Hide Crate Version on narrow ScreensStefan Schindler-3/+3
2021-06-24Implement Desktop and Mobile version with gridlayoutStefan Schindler-15/+14
2021-06-21Check for const_unstable before printing `const`Deadbeef-18/+27
2021-06-20"(const: unstable)" for stable-but-const-unstableDeadbeef-2/+2
2021-06-19Rollup merge of #86370 - matteo-briani:fix-rustdoc-stabilized-versions-layout...Yuki Okushi-2/+3
2021-06-17Fix rustdoc stabilized versions layoutMatteo Briani-2/+3
2021-06-16Restore details for Impls on Foreign TypesJacob Hoffman-Andrews-4/+10
2021-06-16Fix target highlighting in rustdoc.Jacob Hoffman-Andrews-8/+2
2021-06-16Make portability part of the summary.Jacob Hoffman-Andrews-4/+9
2021-06-16Use render_impl_summary when rendering traits.Jacob Hoffman-Andrews-19/+12
2021-06-16Add missing backslashes to prevent unwanted backlines in rustdoc HTMLGuillaume Gomez-4/+4
2021-06-05Rollup merge of #85503 - liigo:tooltips, r=GuillaumeGomezGuillaume Gomez-1/+1
2021-06-03Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jshabors-1/+1
2021-06-02Remove data-level selectors from CSS.Jacob Hoffman-Andrews-1/+1
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