about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-12-20Rollup merge of #105912 - notriddle:notriddle/pre-line-height, r=GuillaumeGomezMatthias Krüger-0/+1
2022-12-20Add readable rustdoc display for tvOS and watchOSTaiki Endo-0/+2
2022-12-19Simplify CSS for code examples code blocksGuillaume Gomez-10/+0
2022-12-19rustdoc: remove width-limiter from source pages, stop overriding CSSMichael Howell-6/+2
2022-12-19rustdoc: force pre tags to have the default line heightMichael Howell-0/+1
2022-12-17Rollup merge of #105789 - notriddle:notriddle/examples-margin, r=GuillaumeGomezMatthias Krüger-9/+4
2022-12-17Rollup merge of #105780 - GuillaumeGomez:read-more-links, r=notriddleMatthias Krüger-8/+24
2022-12-16rustdoc: clean up margin CSS for scraped examplesMichael Howell-9/+4
2022-12-16Don't add "Read more" link if there is no extra contentGuillaume Gomez-8/+24
2022-12-16Rollup merge of #105764 - notriddle:notriddle/src-sidebar-toggle, r=Guillaume...Matthias Krüger-11/+11
2022-12-16Rollup merge of #105757 - notriddle:notriddle/sub-settings, r=GuillaumeGomezMatthias Krüger-6/+0
2022-12-16Rollup merge of #105756 - notriddle:notriddle/example-wrap-tooltip, r=Guillau...Matthias Krüger-12/+6
2022-12-15rustdoc: name the source page sidebar-toggle `#src-sidebar-toggle`Michael Howell-11/+11
2022-12-15Rollup merge of #105743 - nnethercote:SimplifiedType-cleanups, r=lcnrMatthias Krüger-2/+2
2022-12-15rustdoc: remove unused CSS `.sub-settings`Michael Howell-6/+0
2022-12-15rustdoc: simplify CSS for codeblock tooltipsMichael Howell-12/+6
2022-12-15Migrate Jump to def links background to CSS variableGuillaume Gomez-11/+7
2022-12-15Rollup merge of #105730 - notriddle:notriddle/item-info-before, r=GuillaumeGomezMatthias Krüger-6/+0
2022-12-15Rollup merge of #105724 - notriddle:notriddle/scrape-example-src-line-numbers...Matthias Krüger-1/+0
2022-12-15Rollup merge of #105707 - notriddle:notriddle/kbd-cursor, r=jhpratt,Guillaume...Matthias Krüger-1/+0
2022-12-14rustdoc: remove no-op CSS `.item-info:before { color }`Michael Howell-6/+0
2022-12-15Auto merge of #105657 - oli-obk:mk_projection_ty, r=lcnrbors-1/+1
2022-12-15Merge `SimplifiedTypeGen<D>` into `SimplifiedType`.Nicholas Nethercote-2/+2
2022-12-14rustdoc: remove no-op CSS `.scrape-example .src-line-numbers { margin: 0 }`Michael Howell-1/+0
2022-12-14rustdoc: remove unnecessary CSS `kbd { cursor: default }`Michael Howell-1/+0
2022-12-14Rollup merge of #105684 - GuillaumeGomez:improve-rustdoc-var-name, r=notriddleMatthias Krüger-5/+5
2022-12-14Ensure no one constructs `AliasTy`s themselvesOli Scherer-1/+1
2022-12-14Rollup merge of #105676 - notriddle:notriddle/impl-docblock, r=GuillaumeGomezMatthias Krüger-0/+1
2022-12-14Rollup merge of #105665 - notriddle:notriddle/popover-css-merge, r=GuillaumeG...Matthias Krüger-6/+3
2022-12-14Rollup merge of #105664 - notriddle:notriddle/linkwrap, r=GuillaumeGomezMatthias Krüger-2/+2
2022-12-13rustdoc: add CSS margin between `impl` docblock and its itemsMichael Howell-0/+1
2022-12-13rustdoc: simplify popover CSSMichael Howell-6/+3
2022-12-13Combine projection and opaque into aliasMichael Goulet-5/+6
2022-12-13rustdoc: apply `pre-wrap` CSS to code-wrapped linksMichael Howell-2/+2
2022-12-13squash OpaqueTy and ProjectionTy into AliasTyMichael Goulet-3/+3
2022-12-13ProjectionTy.item_def_id -> ProjectionTy.def_idMichael Goulet-4/+4
2022-12-13Use ty::OpaqueTy everywhereMichael Goulet-1/+1
2022-12-13Auto merge of #105612 - oli-obk:bind_rustdoc, r=GuillaumeGomezbors-101/+162
2022-12-13Improve rustdoc markdown variable namingGuillaume Gomez-5/+5
2022-12-13Rollup merge of #105639 - notriddle:notriddle/text-css, r=GuillaumeGomezMatthias Krüger-3/+2
2022-12-13Rollup merge of #105629 - notriddle:notriddle/method-toggle-trait, r=Guillaum...Matthias Krüger-3/+6
2022-12-12rustdoc: remove `type="text/css" from stylesheet linksMichael Howell-3/+2
2022-12-12rustdoc: stop treating everything in a trait item as a methodMichael Howell-3/+6
2022-12-12rustdoc: remove no-op CSS `.source pre { overflow: auto }`Michael Howell-1/+0
2022-12-12Avoid trying to normalize unnormalizable typesOli Scherer-2/+6
2022-12-12Round 3: require binders for substsOli Scherer-28/+49
2022-12-12Round 2: make clean_middle_ty take a binderOli Scherer-56/+92
2022-12-12Round 1: add some binders (fails due to losing bound vars and then rebinding ...Oli Scherer-26/+26
2022-12-12Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkovbors-14/+20
2022-12-11Extend rustdoc hashtag prepended line testGuillaume Gomez-0/+8