about summary refs log tree commit diff
path: root/src/librustdoc/html/render/print_item.rs
AgeCommit message (Expand)AuthorLines
2023-01-26rustdoc: remove mostly-unused CSS classes import/module-itemMichael Howell-2/+2
2023-01-23rustdoc: make item links consistently use `title="{shortty} {path}"`Michael Howell-1/+1
2023-01-21Remove some superfluous type parameters from layout.rs.Michael Benfield-2/+2
2023-01-17Rollup merge of #106869 - notriddle:notriddle/item-decl-pre-rust, r=Guillaume...Matthias Krüger-16/+16
2023-01-14rustdoc: remove redundant item kind class from `.item-decl > pre`Michael Howell-16/+16
2023-01-14Rollup merge of #106855 - klensy:rd-s, r=notriddleMatthias Krüger-2/+2
2023-01-13rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggleMichael Howell-3/+3
2023-01-13evade clonesklensy-2/+2
2023-01-03clean: Remove `ctor_kind` from `VariantStruct`.Nixon Enraght-Moony-10/+1
2023-01-01clean: Always store enum disriminant.Nixon Enraght-Moony-17/+20
2022-12-12rustdoc: stop treating everything in a trait item as a methodMichael Howell-1/+2
2022-11-24move things from rustc_target::abi to rustc_abihkalbasi-2/+2
2022-11-24make rustc_target usable outside of rustchkalbasi-4/+4
2022-11-23Improve accessibility:Guillaume Gomez-9/+9
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-8/+8
2022-11-17rustdoc: use `code-header` class to format enum variantsMichael Howell-15/+16
2022-11-07rustdoc: use javascript to layout notable traits popupsMichael Howell-10/+19
2022-11-07rustdoc: refactor `notable_traits_decl` to just act on the type directlyMichael Howell-1/+6
2022-11-05Rollup merge of #101702 - jsha:static-files2, r=notriddle,GuillaumeGomezMatthias Krüger-4/+4
2022-11-03Remove rustdoc clean::Visibility typeGuillaume Gomez-18/+23
2022-10-30Make rustdoc Item::visibility computed on-demandGuillaume Gomez-30/+36
2022-10-29Make --static-root-path point to static.filesJacob Hoffman-Andrews-1/+1
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-3/+3
2022-10-08rustdoc: remove weird `<a href="#">` wrapper around unsafe triangleMichael Howell-1/+1
2022-10-06rustdoc: remove unused HTML `class="item-list"`Michael Howell-4/+4
2022-09-30rustdoc: add missing margin to no-docblock trait itemsMichael Howell-2/+2
2022-09-28rustdoc: add method spacing to trait methodsMichael Howell-1/+1
2022-09-19rustdoc: remove `docblock` class from `item-decl`Michael Howell-15/+15
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