about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-10-01Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebankbors-78/+61
2022-10-01rustdoc: adopt to the new lint APIMaybe Waffle-78/+61
2022-10-01Auto merge of #102237 - GuillaumeGomez:sidebar-links-color, r=notriddlebors-63/+14
2022-09-30Rollup merge of #102521 - notriddle:notriddle/impl-items-section, r=Guillaume...Matthias Krüger-3/+6
2022-09-30rustdoc: add missing margin to no-docblock trait itemsMichael Howell-3/+4
2022-09-30Rollup merge of #102505 - notriddle:sub-variant-h4, r=GuillaumeGomezMatthias Krüger-2/+0
2022-09-30rustdoc: add missing margin to no-docblock methodsMichael Howell-1/+3
2022-09-30* Migrate sidebar links color to new CSS theme handlingGuillaume Gomez-63/+14
2022-09-30Rollup merge of #102491 - notriddle:notriddle/sidebar-opacity, r=GuillaumeGomezMatthias Krüger-2/+0
2022-09-30Rollup merge of #102481 - notriddle:notriddle/rust-example-rendered, r=Guilla...Matthias Krüger-5/+0
2022-09-30rustdoc: remove no-op CSS `h3.variant, .sub-variant h4 { border-bottom: none }`Michael Howell-2/+0
2022-09-29Auto merge of #101887 - nnethercote:shrink-Res, r=spastorinobors-6/+11
2022-09-29rustdoc: remove no-op source sidebar `opacity`Michael Howell-2/+0
2022-09-29Rollup merge of #102447 - notriddle:notriddle/method-toggle, r=jshaMichael Howell-2/+3
2022-09-29Rollup merge of #102442 - notriddle:notriddle/header-weight, r=GuillaumeGomezMichael Howell-1/+0
2022-09-29Rollup merge of #102437 - notriddle:notriddle/margin-top-h2, r=jshaMichael Howell-0/+7
2022-09-29rustdoc: remove unneeded CSS `.rust-example-rendered { position }`Michael Howell-5/+0
2022-09-29Rollup merge of #102436 - notriddle:notriddle/normalize-form, r=GuillaumeGomezDylan DPC-13/+11
2022-09-28rustdoc: add method spacing to trait methodsMichael Howell-2/+3
2022-09-28rustdoc: remove bad CSS font-weight on `.impl`, `.method`, etcMichael Howell-1/+0
2022-09-29Shrink `hir::def::Res`.Nicholas Nethercote-6/+11
2022-09-28rustdoc: clean up "normalize.css 8" input override CSSMichael Howell-13/+11
2022-09-28Auto merge of #102384 - camelid:extrainfo, r=GuillaumeGomezbors-31/+20
2022-09-28rustdoc: cut margin-top from first header in docblockMichael Howell-0/+7
2022-09-28Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiserbors-1/+1
2022-09-28Auto merge of #102302 - nnethercote:more-lexer-improvements, r=matkladbors-3/+6
2022-09-28Rollup merge of #102380 - notriddle:notriddle/rustdoc-source-sidebar, r=camelidYuki Okushi-3/+0
2022-09-28Address review comments.Nicholas Nethercote-1/+1
2022-09-27rustdoc: Queryify `is_notable_trait`Noah Lev-2/+2
2022-09-27rustdoc: remove redundant mobile `.source > .sidebar` CSSMichael Howell-3/+0
2022-09-27Rollup merge of #102369 - GuillaumeGomez:results-colors, r=notriddleMatthias Krüger-1/+3
2022-09-27Rollup merge of #102367 - notriddle:notriddle/help-text-align, r=GuillaumeGomezMatthias Krüger-5/+0
2022-09-27Rollup merge of #102330 - notriddle:notriddle/srclink, r=GuillaumeGomezMatthias Krüger-7/+0
2022-09-27rustdoc: remove `clean::TraitWithExtraInfo`Michael Howell-32/+21
2022-09-27Fix regression for results colorsGuillaume Gomez-1/+3
2022-09-27rustdoc: remove redundant `#help-button` CSSMichael Howell-5/+0
2022-09-27rustdoc: use CSS containment to speed up renderJacob Hoffman-Andrews-13/+29
2022-09-27attributes: Add #[rustc_safe_intrinsic] builtinArthur Cohen-1/+1
2022-09-27rustc_typeck to rustc_hir_analysislcnr-5/+5
2022-09-26Rollup merge of #102325 - notriddle:notriddle/line-number, r=GuillaumeGomezMichael Howell-28/+28
2022-09-26Rollup merge of #102321 - aDotInTheVoid:rdj-prim-impls, r=GuillaumeGomezMichael Howell-3/+11
2022-09-26Rollup merge of #102319 - notriddle:notriddle/td-th, r=GuillaumeGomezMichael Howell-9/+1
2022-09-26rustdoc: remove no-op CSS `.srclink { font-weight; font-size }`Michael Howell-7/+0
2022-09-26rustdoc: simplify example-line-numbers CSS selectorMichael Howell-4/+4
2022-09-26rustdoc: give `.line-number` / `.line-numbers` meaningful namesMichael Howell-28/+28
2022-09-26 Rustdoc-Json: List impls for primitivesNixon Enraght-Moony-3/+11
2022-09-26rustdoc: merge `table { border-collapse } into `.docblock table`Michael Howell-4/+1
2022-09-26rustdoc: remove unneeded CSS `td, th { padding 0 }`Michael Howell-5/+0
2022-09-26remove cfg(bootstrap)Pietro Albini-3/+0
2022-09-26Add `rustc_lexer::TokenKind::Eof`.Nicholas Nethercote-1/+5