about summary refs log tree commit diff
path: root/src/librustdoc/html/render/print_item.rs
AgeCommit message (Expand)AuthorLines
2022-04-01Fix invalid DOM generationGuillaume Gomez-2/+2
2022-03-30Remove unneeded `to_string` callGuillaume Gomez-1/+1
2022-03-29Auto merge of #95096 - GuillaumeGomez:rm-header-fn-field, r=camelidbors-10/+12
2022-03-29Remove header field from clean::FunctionGuillaume Gomez-10/+12
2022-03-21fix: add a space only in front of 🔒Maximilian Köhl-2/+2
2022-03-21move the 🔒 after the nameMaximilian Köhl-1/+1
2022-03-19apply rustfmtMaximilian Köhl-2/+4
2022-03-19rustdoc: add 🔒 to indicate restricted visibilityMaximilian Köhl-3/+10
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-1/+1
2022-03-07Clarify `Layout` interning.Nicholas Nethercote-5/+5
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