about summary refs log tree commit diff
path: root/src/librustdoc/html/render/mod.rs
AgeCommit message (Expand)AuthorLines
2021-06-16Make portability part of the summary.Jacob Hoffman-Andrews-5/+12
2021-06-16Use render_impl_summary when rendering traits.Jacob Hoffman-Andrews-24/+17
2021-06-16Remove methods under Implementors on trait pagesJacob Hoffman-Andrews-17/+21
2021-06-16Open trait implementations' toggles by default.Jacob Hoffman-Andrews-7/+2
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-20/+6
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-20/+6
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-03Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jshabors-37/+30
2021-06-02Remove data-level selectors from CSS.Jacob Hoffman-Andrews-10/+6
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-6/+6
2021-06-01Replace h3 and h4 containing invalid DOMGuillaume Gomez-12/+30
2021-06-01Rollup merge of #85622 - jsha:untoggle-undocumented, r=GuillaumeGomezGuillaume Gomez-10/+4
2021-05-31Improve display of the separation between page items and siblings in the sidebarGuillaume Gomez-1/+1
2021-05-31* Put crates list at all levelsGuillaume Gomez-37/+30
2021-05-30Remove toggle for "undocumented items."Jacob Hoffman-Andrews-10/+4
2021-05-28Remove `--print unversioned-files` from rustdocBoris-Chengbiao Zhou-1/+0
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-18Add method-toggle to <details> for methods.Jacob Hoffman-Andrews-3/+6
2021-05-18Rollup merge of #85280 - jsha:move-trait-toggles, r=GuillaumeGomezGuillaume Gomez-1/+5
2021-05-16Auto merge of #85304 - Stupremee:crates-in-sidebar-in-root, r=Nemo157bors-3/+8
2021-05-15Call `initSidebarItems` in root module of crateJustus K-3/+8
2021-05-15Minimize amount of fake `DefId`s used in rustdocJustus K-4/+4
2021-05-13Toggle-wrap items differently than top-doc.Jacob Hoffman-Andrews-1/+5
2021-05-10End toggle migrationGuillaume Gomez-2/+21
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-11/+12
2021-05-03Change librustdoc write(.. \n) to writeln(..); fix comment in grammarmautamu-1/+1
2021-05-02Auto merge of #84754 - GuillaumeGomez:toggle-migration, r=jshabors-98/+89
2021-05-02Improve code readabilityGuillaume Gomez-18/+18
2021-05-02Migrate trait and impl blocks' toggles intoGuillaume Gomez-87/+78
2021-04-30Remove unnecessary `provided_trait_methods` field from ImplJoshua Nelson-2/+4
2021-04-28rustdoc: change aliases attribute to data-aliasesMichael Howell-1/+1
2021-04-28Rollup merge of #84616 - GuillaumeGomez:fix-empty-dom-toggle, r=jshaYuki Okushi-97/+108
2021-04-27Auto merge of #84494 - tdelabro:84304-bis, r=jyn514bors-7/+2
2021-04-27Don't put empty implementations into details/summary blocksGuillaume Gomez-97/+108
2021-04-27cfg taken out of Attributes, put in ItemTimothée Delabrouille-7/+2
2021-04-26Add open attribute on details which are supposed to be open by default instea...Guillaume Gomez-2/+2
2021-04-25Rollup merge of #84518 - GuillaumeGomez:cleanup-up-dom-string, r=jshaYuki Okushi-4/+9
2021-04-25Rollup merge of #84464 - jyn514:type-kind, r=CraftSpiderYuki Okushi-5/+5
2021-04-24Clean up DOM stringsGuillaume Gomez-4/+9
2021-04-24Rollup merge of #84458 - jyn514:cleanup-after-krate, r=GuillaumeGomezYuki Okushi-4/+4
2021-04-24Rollup merge of #84320 - jsha:details-implementors, r=Manishearth,Nemo157,Gui...Yuki Okushi-3/+12
2021-04-23Use ItemType in cacheJoshua Nelson-5/+5
2021-04-22Remove unnecessary `edition` field on SharedContextJoshua Nelson-4/+4
2021-04-19rustdoc: use details tag for trait implementorsJacob Hoffman-Andrews-3/+12
2021-04-19rustdoc: Simplify some document functionsArpad Borsos-45/+11