summary refs log tree commit diff
path: root/src/librustdoc/html/render/mod.rs
AgeCommit message (Expand)AuthorLines
2021-09-01Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, ...bors-29/+62
2021-09-01Remove implementors settingGuillaume Gomez-1/+0
2021-09-01Clean render_impl argumentsGuillaume Gomez-36/+52
2021-08-31Remove bolding on associated constantsNoah Lev-1/+1
2021-08-30Put back "auto-collapse-implementors" settingGuillaume Gomez-0/+1
2021-08-30Put back display of associated items (types and consts)Guillaume Gomez-7/+24
2021-08-22Move Cache from Context to SharedContextJoshua Nelson-18/+17
2021-08-05Remove LightSpan and use Span directlyGuillaume Gomez-1/+1
2021-08-05Wrap the span_map tuple index into a type called "LightSpan"Guillaume Gomez-1/+1
2021-08-05Add links on source types to go to definitionGuillaume Gomez-0/+2
2021-07-29Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514Yuki Okushi-0/+3
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-11/+11
2021-07-25Add support for tuple structs' fields documentationGuillaume Gomez-0/+3
2021-07-17Rustdoc accessibility: make the sidebar headers actual headersMichael Howell-27/+27
2021-07-16Auto merge of #86662 - mockersf:fix-86620-link-unknown-location, r=jyn514bors-8/+11
2021-07-11comment about link without a hrefFrançois Mockers-0/+1
2021-07-08Fix display of small-section-header elementsGuillaume Gomez-1/+1
2021-07-06only remove link for TyMethodFrançois Mockers-4/+4
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-14/+7
2021-07-05rustdoc: Store DefId's in ItemId on heap for decreasing Item's sizeJustus K-7/+14
2021-07-05rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`Justus K-4/+4
2021-07-05rustdoc: Replace `FakeDefId` with new `ItemId` typeJustus K-2/+2
2021-07-01fix(rustdoc): generics searchMichael Howell-1/+8
2021-06-26Rollup merge of #86608 - notriddle:notriddle/cleanup-rustdoc, r=jyn514Yuki Okushi-24/+0
2021-06-24chore(rustdoc): remove unused members of RenderTypeMichael Howell-24/+0
2021-06-24Migrate from custom elements to divs with classes to be compatible with safariStefan Schindler-1/+1
2021-06-24Hide Crate Version on narrow ScreensStefan Schindler-0/+1
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-21Check for const_unstable before printing `const`Deadbeef-13/+17
2021-06-20"(const: unstable)" for stable-but-const-unstableDeadbeef-7/+29
2021-06-18Auto merge of #86322 - trinity-1686a:rustdoc-fix-overflow-recursive-deref, r=...bors-13/+0
2021-06-16Fix target highlighting in rustdoc.Jacob Hoffman-Andrews-28/+19
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-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-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-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