about summary refs log tree commit diff
path: root/src/librustdoc/html/render/print_item.rs
AgeCommit message (Expand)AuthorLines
2021-09-09Workaround blink/chromium grid layout limitation of 1000 rowsStefan Schindler-0/+12
2021-09-08Rollup merge of #86263 - fee1-dead:rustdoc-layout-variants, r=camelidJack Huey-11/+46
2021-09-08Wrap <table> elements into <div> to prevent breaking layout and widthGuillaume Gomez-1/+2
2021-09-06fix ICE on hidden tuple variant fieldsEmil Gardström-24/+27
2021-09-06Correctly handle niche of enumDeadbeef-4/+8
2021-09-01Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, ...bors-9/+19
2021-09-01Clean render_impl argumentsGuillaume Gomez-10/+15
2021-08-31Apply suggestionsDeadbeef-3/+2
2021-08-31Report variant size without the discriminantDeadbeef-7/+13
2021-08-31Apply suggestionsDeadbeef-26/+18
2021-08-31Report Layout of enum variantsDeadbeef-1/+35
2021-08-30Put back display of associated items (types and consts)Guillaume Gomez-4/+9
2021-08-29Use the correct type for Enum variant tuplesGuillaume Gomez-17/+24
2021-08-22Move Cache from Context to SharedContextJoshua Nelson-7/+5
2021-08-19Rollup merge of #88093 - Kobzol:rustdoc-wrap-code-in-code-tag, r=GuillaumeGomezGuillaume Gomez-261/+289
2021-08-19[rustdoc] Wrap code blocks in <code> tagJakub Beránek-261/+289
2021-08-16Rollup merge of #87178 - moxian:rd-use, r=jyn514Mara Bos-3/+2
2021-08-05Move extra arguments for highlight URL generation into a new ContextInfo stru...Guillaume Gomez-2/+0
2021-08-05Add links on source types to go to definitionGuillaume Gomez-1/+4
2021-07-29Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514Yuki Okushi-12/+16
2021-07-26Rollup merge of #87464 - camelid:rm-union-structhead, r=jyn514Guillaume Gomez-4/+2
2021-07-26Add support for tuple struct fields documentation in enums as wellGuillaume Gomez-3/+7
2021-07-25Remove unnecessary `structhead` parameter from `render_union`Noah Lev-4/+2
2021-07-25Auto merge of #87390 - notriddle:notriddle/rustdoc-headers-patch, r=Guillaume...bors-2/+2
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-2/+2
2021-07-25Add support for tuple structs' fields documentationGuillaume Gomez-9/+9
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-16Copy item path rather than full `use` statement.moxian-3/+2
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