about summary refs log tree commit diff
path: root/src/librustdoc/html/render/print_item.rs
AgeCommit message (Expand)AuthorLines
2022-07-21Remove unused field in ItemKind::KeywordItemGuillaume Gomez-2/+2
2022-07-07Rollup merge of #99017 - GuillaumeGomez:rustdoc-ending-enum, r=notriddleMatthias Krüger-9/+9
2022-07-07Replace boolean argument for print_where_clause with an enum to make code mor...Guillaume Gomez-9/+9
2022-07-06Rollup merge of #98939 - GuillaumeGomez:rustdoc-disamb-impls, r=notriddleGuillaume Gomez-2/+0
2022-07-05Fix invalid add of whitespace when there is where clauseGuillaume Gomez-14/+41
2022-07-05rustdoc: Add more semantic information to impl idspierwill-2/+0
2022-07-04Rollup merge of #98814 - fmease:minimal-fix-for-issue-97933, r=GuillaumeGomezMatthias Krüger-0/+9
2022-07-04rustdoc: censor certain complex unevaluated const exprsLeón Orell Valerian Liehr-0/+9
2022-06-29Replace `sort_modules_alphabetically` boolean with enumNoah Lev-2/+6
2022-06-04Don't generate "Impls on Foreign Types" for stdJacob Hoffman-Andrews-1/+1
2022-06-02Rollup merge of #97613 - jsha:implementation-is-on-local-type, r=GuillaumeGomezYuki Okushi-3/+2
2022-06-01Improve calculation of "Impls on Foreign Types"Jacob Hoffman-Andrews-3/+2
2022-05-27Pass Context as a &mut to allow to remove RefCell fieldsGuillaume Gomez-27/+34
2022-05-23Auto merge of #94053 - GuillaumeGomez:fields-stripped, r=notriddlebors-9/+10
2022-05-22Auto merge of #97177 - oli-obk:const-stability, r=davidtwcobors-4/+1
2022-05-21Remove fields_stripped fields (and equivalents)Guillaume Gomez-9/+10
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-6/+6
2022-05-19Add and use stability helper methodsJacob Pratt-4/+1
2022-05-10update rustdoclcnr-1/+1
2022-05-06Rollup merge of #96754 - notriddle:notriddle/impl-dups, r=GuillaumeGomezGuillaume Gomez-12/+90
2022-05-06Fix reexports missing from the search indexGuillaume Gomez-1/+6
2022-05-05rustdoc: ensure HTML/JS side implementors don't have dupsMichael Howell-12/+90
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-32/+32
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-75/+85
2022-04-05Mark scalar layout unions so that backends that do not support partially init...Oli Scherer-1/+1
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