about summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2021-07-06review - better error names/docFrançois Mockers-1/+1
2021-07-06fix dead link for method in trait of blanket impl from third party crateFrançois Mockers-8/+10
2021-07-05Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"Justus K-33/+24
2021-07-05rustdoc: Store DefId's in ItemId on heap for decreasing Item's sizeJustus K-24/+33
2021-07-05rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`Justus K-18/+18
2021-07-05rustdoc: Replace `FakeDefId` with new `ItemId` typeJustus K-2/+2
2021-07-01fix(rustdoc): generics searchMichael Howell-1/+26
2021-06-28Move stab_tags to symbol in tablesStefan Schindler-3/+4
2021-06-26Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomezbors-0/+1
2021-06-26Rollup merge of #86608 - notriddle:notriddle/cleanup-rustdoc, r=jyn514Yuki Okushi-49/+5
2021-06-24chore(rustdoc): remove unused members of RenderTypeMichael Howell-49/+5
2021-06-24Migrate from custom elements to divs with classes to be compatible with safariStefan Schindler-13/+18
2021-06-24Hide Crate Version on narrow ScreensStefan Schindler-3/+4
2021-06-24Implement Desktop and Mobile version with gridlayoutStefan Schindler-15/+14
2021-06-24Rollup merge of #86561 - notriddle:notriddle/cleanup-rustdoc, r=jyn514Yuki Okushi-22/+0
2021-06-22Revert "List trait impls before methods from deref in the sidebar of Rustdoc'...Jacob Hoffman-Andrews-8/+8
2021-06-22chore(rustdoc): Remove unused impl blockMichael Howell-22/+0
2021-06-22Rollup merge of #86451 - notriddle:notriddle/rustdoc-intra-doc-link-summary, ...Yuki Okushi-4/+9
2021-06-22Rollup merge of #86402 - tspiteri:source-woff2, r=jshaYuki Okushi-0/+6
2021-06-22Rollup merge of #86473 - fee1-dead:rustdoc-const-unstable, r=jyn514Yuki Okushi-38/+73
2021-06-21Check for const_unstable before printing `const`Deadbeef-31/+44
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