summary refs log tree commit diff
path: root/src/librustdoc/html/render/print_item.rs
AgeCommit message (Expand)AuthorLines
2022-09-03Rustdoc-Json: Add enum discriminantNixon Enraght-Moony-1/+2
2022-08-31Rollup merge of #101204 - aDotInTheVoid:async-resugar-in-clean, r=GuillaumeGomezRalf Jung-1/+1
2022-08-31Print only blanket implementations on reference primitive typeGuillaume Gomez-5/+15
2022-08-30rustdoc: Resugar async fn return type in `clean`, not `html`Nixon Enraght-Moony-1/+1
2022-08-27Rollup merge of #101062 - notriddle:notriddle/text-javascript, r=GuillaumeGomezYuki Okushi-2/+4
2022-08-27Rollup merge of #101018 - notriddle:notriddle/item-right-docblock-short, r=Gu...Yuki Okushi-4/+14
2022-08-26rustdoc: remove empty extern_crates and type="text/javascript" on scriptMichael Howell-2/+4
2022-08-26Rollup merge of #101006 - GuillaumeGomez:doc-cfg-reexport, r=notriddleGuillaume Gomez-1/+1
2022-08-25rustdoc: omit start/end tags for empty item description blocksMichael Howell-4/+14
2022-08-25Fix missing cfg propagation for reexportsGuillaume Gomez-1/+1
2022-08-24Unify rightside renderingGuillaume Gomez-25/+9
2022-08-11Rollup merge of #99337 - jsha:simplify-highlight, r=GuillaumeGomezMatthias Krüger-11/+1
2022-08-09rustdoc: simplify highlight.rsJacob Hoffman-Andrews-11/+1
2022-08-02Remove Clean trait implementation for ast::Attribute and cleanup Attributes::...Guillaume Gomez-1/+1
2022-07-29Remove unwanted extra white space characters from HTMLGuillaume Gomez-10/+12
2022-07-27Rollup merge of #99700 - est31:rustdoc_layout_heading, r=GuillaumeGomezYuki Okushi-1/+5
2022-07-25apply review suggestionsMaybe Waffle-1/+1
2022-07-25Add a clickable link to the layout sectionest31-1/+5
2022-07-24add backticksMaybe Waffle-2/+2
2022-07-24Add support for `#[rustc_must_implement_one_of]` to rustdocMaybe Waffle-5/+16
2022-07-22Auto merge of #99598 - GuillaumeGomez:clean-trait-fields-on-demand, r=notriddlebors-4/+4
2022-07-22Make some clean::Trait fields computation on demandGuillaume Gomez-4/+4
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