about summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2021-06-21Auto merge of #86157 - jsha:tera, r=jyn514,GuillaumeGomezbors-1/+22
2021-06-20Use Tera templates for rustdoc.Jacob Hoffman-Andrews-1/+22
2021-06-20"(const: unstable)" for stable-but-const-unstableDeadbeef-9/+31
2021-06-19rustdoc: Introduce new `DynTrait` type for better representation of trait obj...Justus K-0/+1
2021-06-19Rollup merge of #86370 - matteo-briani:fix-rustdoc-stabilized-versions-layout...Yuki Okushi-2/+3
2021-06-18Resolve intra-doc links in summary descMichael Howell-4/+9
2021-06-18Auto merge of #86322 - trinity-1686a:rustdoc-fix-overflow-recursive-deref, r=...bors-13/+0
2021-06-17rustdoc: add optional woff2 versions of Source Serif and Source CodeTrevor Spiteri-0/+6
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-36/+21
2021-06-16Move anchor earlier in the DOM for easier layoutJacob Hoffman-Andrews-8/+11
2021-06-16Factor out render_rightsideJacob Hoffman-Andrews-43/+30
2021-06-16Make portability part of the summary.Jacob Hoffman-Andrews-9/+21
2021-06-16Use render_impl_summary when rendering traits.Jacob Hoffman-Andrews-43/+29
2021-06-16Remove methods under Implementors on trait pagesJacob Hoffman-Andrews-17/+21
2021-06-17Rollup merge of #86361 - GuillaumeGomez:missing-backslashes, r=jshaYuki Okushi-4/+4
2021-06-16Open trait implementations' toggles by default.Jacob Hoffman-Andrews-7/+2
2021-06-16Add missing backslashes to prevent unwanted backlines in rustdoc HTMLGuillaume Gomez-4/+4
2021-06-15remove code for recursive Deref in sidebarTrinity Pointard-29/+2
2021-06-15fix rustdoc stack overflow on mutually recursive DerefTrinity Pointard-3/+17
2021-06-15Rollup merge of #86277 - jsha:remove-must-use, r=ManishearthYuki Okushi-8/+2
2021-06-15Auto merge of #84867 - pnkfelix:rustdoc-revert-deref-recur, r=jyn514bors-27/+8
2021-06-13Remove must_use from ALLOWED_ATTRIBUTESJacob Hoffman-Andrews-8/+2
2021-06-10manually crafted revert of PR #80653, to address issue #82465.Felix S. Klock II-27/+8
2021-06-07Refactor: Extract render_summary from render_impl.Jacob Hoffman-Andrews-78/+86
2021-06-05Fix invalid ID value in all.html fileGuillaume Gomez-2/+8
2021-06-05Rollup merge of #85503 - liigo:tooltips, r=GuillaumeGomezGuillaume Gomez-1/+1
2021-06-03Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jshabors-40/+39
2021-06-02Remove data-level selectors from CSS.Jacob Hoffman-Andrews-11/+7
2021-06-01Don't generate impl-items div container if there is noneGuillaume Gomez-4/+6
2021-06-01Remove invalid usage of aria-levelGuillaume Gomez-7/+7
2021-06-01Replace h3 and h4 containing invalid DOMGuillaume Gomez-14/+32
2021-06-01Replace empty href with "#"Guillaume Gomez-1/+1
2021-06-01Rollup merge of #85622 - jsha:untoggle-undocumented, r=GuillaumeGomezGuillaume Gomez-10/+4
2021-05-31Add title for copy to clipboard button in rustdocIvan Tham-1/+2
2021-05-31Improve display of the separation between page items and siblings in the sidebarGuillaume Gomez-1/+1
2021-05-31Only list crates on the crate pageGuillaume Gomez-1/+8
2021-05-31Remove unneeded file to load sidebar items at crate levelGuillaume Gomez-1/+0
2021-05-31* Put crates list at all levelsGuillaume Gomez-38/+31
2021-05-30Remove toggle for "undocumented items."Jacob Hoffman-Andrews-10/+4
2021-05-28Remove `--print unversioned-files` from rustdocBoris-Chengbiao Zhou-2/+1
2021-05-27Rollup merge of #85722 - GuillaumeGomez:trait-toggle, r=jshaGuillaume Gomez-4/+13
2021-05-26* Fix bug where some <details> tags were not closed.Guillaume Gomez-4/+13
2021-05-26Rollup merge of #84048 - konan8205:master, r=jshaYuki Okushi-0/+2
2021-05-24Remove doubled braces in non_exhaustive structs’ documentation text.Kevin Reid-1/+1
2021-05-23Don't hide inherent implementations by defaultGuillaume Gomez-5/+14
2021-05-22Fix auto-hide for implementations and implementors.Jacob Hoffman-Andrews-1/+1
2021-05-20rustdoc: add tooltips to some buttonsLiigo Zhuang-1/+1
2021-05-18Add method-toggle to <details> for methods.Jacob Hoffman-Andrews-3/+6