about summary refs log tree commit diff
path: root/src/librustdoc/html/render/print_item.rs
AgeCommit message (Expand)AuthorLines
2021-10-08Add template for print_itemJacob Hoffman-Andrews-44/+63
2021-10-07Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514Guillaume Gomez-1/+1
2021-10-06Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomezManish Goregaokar-22/+22
2021-10-05Allow adding a set of cfg's to hide from being implicitly doc(cfg)'dWim Looman-1/+1
2021-10-05Make cfg implicitly imply doc(cfg)Wim Looman-1/+1
2021-10-04heading_level: u32 -> heading_offset: HeadingOffsetMukund Lakshman-22/+22
2021-10-04No need to default offset since we always override it.Mukund Lakshman-25/+25
2021-10-04librustdoc: Use correct heading levels.Mukund Lakshman-5/+5
2021-10-03Move from grid layout to table based layout because of browser limits that ov...Stefan Schindler-11/+8
2021-09-30Remove visible path calculation from allowed deprecation lintAlik Aslanyan-4/+1
2021-09-25Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514Manish Goregaokar-9/+9
2021-09-21rustdoc: Emphasize "completely unstable"Noah Lev-1/+1
2021-09-21rustdoc: Note that type layout may differ between compilationsNoah Lev-1/+1
2021-09-12Rename `is_generic()` to `is_assoc_ty()`Noah Lev-2/+2
2021-09-12Remove `Type::ResolvedPath.is_generic`Noah Lev-9/+9
2021-09-10Rollup merge of #88776 - dns2utf8:rustdoc_workaround_1000_elements_grid_bug, ...Manish Goregaokar-0/+12
2021-09-10Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121Manish Goregaokar-1/+2
2021-09-10Rollup merge of #88639 - Emilgardis:fix-issue-88600, r=GuillaumeGomezManish Goregaokar-24/+27
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