about summary refs log tree commit diff
path: root/src/librustdoc/html/render/print_item.rs
AgeCommit message (Expand)AuthorLines
2022-02-16Adopt let_else in even more placesest31-3/+1
2022-02-10Rollup merge of #93830 - camelid:cleanup-section-code, r=GuillaumeGomezMatthias Krüger-17/+15
2022-02-09Refactor sidebar printing codeNoah Lev-1/+3
2022-02-09Deduplicate item sectionsNoah Lev-12/+8
2022-02-09rustdoc: Create enum for sections holding itemsNoah Lev-7/+7
2022-02-01librustdoc: render: use render_into instead of creating a temp stringMuhammad Falak R Wani-2/+1
2022-01-15Fix missing dot separatorGuillaume Gomez-3/+7
2022-01-15Rollup merge of #92868 - pierwill:librustdoc-clippy, r=camelidMatthias Krüger-3/+3
2022-01-14Use UrlPartsBuilder and remove `join_with_slash`Noah Lev-14/+16
2022-01-14rustdoc: remove many unnecessary `.as_ref()` calls.Nicholas Nethercote-38/+29
2022-01-14rustdoc: avoid many `Symbol` to `String` conversions.Nicholas Nethercote-15/+12
2022-01-13librustdoc: Address some clippy lintspierwill-3/+3
2022-01-13Rollup merge of #91687 - euclio:tuple-variant-field-section, r=GuillaumeGomezMatthias Krüger-5/+14
2022-01-13Auto merge of #92526 - djc:rustdoc-askama, r=jshabors-12/+5
2022-01-12Rollup merge of #92699 - camelid:private-fields, r=jshaMatthias Krüger-5/+3
2022-01-11rustdoc: do not emit tuple variant fields if none are documentedAndy Russell-5/+14
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-2/+2
2022-01-10Address feedbackDirkjan Ochtman-3/+1
2022-01-10Migrate rustdoc from Tera to AskamaDirkjan Ochtman-10/+5
2022-01-09Display "private fields" instead of "fields omitted"Noah Lev-5/+3
2022-01-08Make source links look cleanerJacob Hoffman-Andrews-3/+3
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-6/+6
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-3/+3
2021-12-11Rollup merge of #91682 - camelid:alias-layout, r=jyn514Matthias Krüger-0/+1
2021-12-08rustdoc: Show type layout for type aliasesNoah Lev-0/+1
2021-12-04Make rustdoc headings black, and markdown blueJacob Hoffman-Andrews-1/+1
2021-12-02Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelidbors-9/+44
2021-12-01address reviewb-naber-1/+1
2021-12-01more fixed issuesb-naber-0/+7
2021-11-30Improve code by replacing &str with Symbol in render_stability_since_rawGuillaume Gomez-4/+4
2021-11-30Fix display for "const" deref methods in rustdocGuillaume Gomez-5/+40
2021-11-26Rename `Type::ResolvedPath` to `Type::Path`Noah Lev-12/+13
2021-11-25Stop re-exporting `Type::ResolvedPath`Noah Lev-13/+12
2021-11-24Remove `ResolvedPath.did`Noah Lev-4/+5
2021-11-20Rollup merge of #90089 - jsha:enum-fields-headings, r=camelid,GuillaumeGomezMatthias Krüger-13/+11
2021-11-07rustdoc: Remove top-level wrappers for `ImplKind` methodsNoah Lev-1/+1
2021-11-07rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enumNoah Lev-1/+1
2021-10-30Improve display of enum variantsJacob Hoffman-Andrews-13/+11
2021-10-27Auto merge of #90186 - jsha:fix-header-sizes, r=GuillaumeGomezbors-4/+4
2021-10-27Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514Matthias Krüger-2/+2
2021-10-25Fix documentation header sizesJacob Hoffman-Andrews-4/+4
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-6/+6
2021-10-23Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-0/+1
2021-10-22Rename `Type::def_id_full()` to `Type::def_id()`Noah Lev-2/+2
2021-10-22Replace `GetDefId` with inherent methodsNoah Lev-1/+1
2021-10-18* Remove left margin on items declaration at the top of their documentation pageGuillaume Gomez-122/+153
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-06Move highlighting logic from JS to RustWill Crichton-0/+1
2021-10-06Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomezManish Goregaokar-22/+22