about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-10-06Auto merge of #102707 - fmease:rustdoc-render-more-cross-crate-hrtbs-properly...bors-36/+95
2022-10-06Remove `-Ztime` option.Nicholas Nethercote-2/+2
2022-10-05rustdoc: remove unused CSS class `in-band`Michael Howell-43/+25
2022-10-05rustdoc: render more cross-crate hrtbs properlyLeón Orell Valerian Liehr-36/+95
2022-10-05Rollup merge of #102699 - GuillaumeGomez:fix-hamburger-button-color, r=Dylan-DPCDylan DPC-0/+1
2022-10-05Fix hamburger button color in mobile sidebarGuillaume Gomez-0/+1
2022-10-04Rollup merge of #102662 - notriddle:notriddle/code-header-display-block, r=Gu...Michael Howell-4/+0
2022-10-04rustdoc: remove no-op CSS `.code-header { display: block }`Michael Howell-4/+0
2022-10-04Rollup merge of #102633 - Nilstrieb:rustdoc-lint-🏳️‍⚧️late, r=davi...Dylan DPC-2/+5
2022-10-04Rollup merge of #102624 - notriddle:notriddle/summary-before, r=GuillaumeGomezMatthias Krüger-4/+0
2022-10-03Migrate search results theme style to CSS variablesGuillaume Gomez-84/+8
2022-10-03Fix rustdoc ICE in invalid_rust_codeblocks lintNilstrieb-2/+5
2022-10-03Rollup merge of #102620 - GuillaumeGomez:css-stab-migration, r=notriddleMatthias Krüger-20/+13
2022-10-03Rollup merge of #102439 - fmease:rustdoc-simplify-cross-crate-trait-bounds, r...Matthias Krüger-23/+25
2022-10-03rustdoc: remove font family CSS on `.rustdoc-toggle summary::before`Michael Howell-4/+0
2022-10-03Migrate stab elements style to CSS variablesGuillaume Gomez-20/+13
2022-10-03Rollup merge of #102550 - notriddle:notriddle/impl, r=GuillaumeGomezMatthias Krüger-12/+0
2022-10-03rustdoc: re-sugar more cross-crate trait boundsLeón Orell Valerian Liehr-23/+25
2022-10-02Rollup merge of #100451 - hovinen:no-panic-on-result-err-in-test, r=Mark-Simu...Dylan DPC-0/+1
2022-10-02Rollup merge of #102525 - notriddle:notriddle/array-link, r=GuillaumeGomez,jshaMatthias Krüger-8/+18
2022-10-01rustdoc: remove no-op CSS `.impl { position: relative }` etcMichael Howell-11/+0
2022-10-01rustdoc: remove no-op CSS `.impl { flex-basis: 100% }` etcMichael Howell-1/+0
2022-10-01Rollup merge of #102533 - notriddle:notriddle/a-source, r=Dylan-DPCMatthias Krüger-1/+0
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-30rustdoc: remove unused CSS selector `a.source`Michael Howell-1/+0
2022-09-30Rollup merge of #102521 - notriddle:notriddle/impl-items-section, r=Guillaume...Matthias Krüger-3/+6
2022-09-30rustdoc: remove orphaned link on array bracketMichael Howell-8/+18
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