about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2022-09-11rustdoc: remove no-op `#search { margin-left: 0 }`Michael Howell-1/+0
2022-09-11Avoid `Iterator::last`KaDiWa-2/+2
2022-09-10Auto merge of #101613 - GuillaumeGomez:codeblock-tooltip, r=notriddlebors-83/+86
2022-09-10Simplify DOM for codeblocks tooltipsGuillaume Gomez-83/+86
2022-09-10Rollup merge of #101624 - notriddle:notriddle/search, r=GuillaumeGomezMatthias Krüger-5/+0
2022-09-09rustdoc: remove unused CSS `#search { position: relative }`Michael Howell-5/+0
2022-09-09Rollup merge of #101600 - notriddle:notriddle/li, r=GuillaumeGomezGuillaume Gomez-60/+38
2022-09-09rustdoc: simplify the codeblock tooltipMichael Howell-60/+38
2022-09-09Rollup merge of #101593 - GuillaumeGomez:cleanup-theme-tooltip, r=notriddleMatthias Krüger-144/+48
2022-09-09Clean up themes a bit moreGuillaume Gomez-144/+48
2022-09-08Rollup merge of #101584 - notriddle:notriddle/settings-menu, r=GuillaumeGomezMichael Goulet-3/+1
2022-09-08Rollup merge of #101580 - notriddle:notriddle/div-impl-items-div, r=Guillaume...Michael Goulet-5/+0
2022-09-08rustdoc: remove no-op CSS `#settings-menu { padding: 0 }`Michael Howell-3/+1
2022-09-08rustdoc: remove unused CSS `div.impl-items > div`Michael Howell-5/+0
2022-09-07rustdoc: remove unused CSS `#implementations-list > h3 > span.in-band`Michael Howell-4/+0
2022-09-07Rollup merge of #101538 - notriddle:notriddle/content-methods-div, r=Guillaum...Matthias Krüger-5/+0
2022-09-07Rollup merge of #101534 - rust-lang:notriddle/rustdoc-flex-direction, r=Guill...Matthias Krüger-1/+0
2022-09-07Rollup merge of #101507 - notriddle:notriddle/main-content-table-td, r=Guilla...Matthias Krüger-5/+0
2022-09-07Rollup merge of #101506 - notriddle:notriddle/rustdoc-main-since-2, r=Guillau...Matthias Krüger-3/+0
2022-09-07rustdoc: remove unused CSS `#main-content > table td`Michael Howell-5/+0
2022-09-07rustdoc: remove unused CSS `.content .methods > div`Michael Howell-5/+0
2022-09-07rustdoc: remove unused mobile CSS `.rustdoc { flex-direction }`Michael Howell-1/+0
2022-09-07Rollup merge of #101491 - notriddle:notriddle/sub-variant-div-item-info, r=Gu...Yuki Okushi-4/+0
2022-09-06rustdoc: remove unused CSS `#main-content > .since`Michael Howell-3/+0
2022-09-06rustdoc mobile: move notable traits to return typeJacob Hoffman-Andrews-6/+0
2022-09-06rustdoc: remove outdated CSS `.sub-variant > div > .item-info`Michael Howell-4/+0
2022-09-06rustdoc: remove unused CSS `#results > table`Michael Howell-5/+0
2022-09-05Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkovbors-18/+16
2022-09-05Rollup merge of #101391 - matthiaskrgr:perf0309, r=oli-obkDylan DPC-3/+3
2022-09-05Make `hir::PathSegment::hir_id` non-optional.Nicholas Nethercote-18/+16
2022-09-05Auto merge of #101386 - aDotInTheVoid:rdj-discriminant, r=GuillaumeGomezbors-1/+2
2022-09-04Rollup merge of #101397 - notriddle:notriddle/source-nav-not-sidebar-sub, r=G...Matthias Krüger-4/+0
2022-09-03rustdoc: remove redundant mobile-sized `.source nav:not(.sidebar).sub`Michael Howell-4/+0
2022-09-03rustdoc: remove `.impl-items { flex-basis }` CSS, not in flex containerMichael Howell-4/+0
2022-09-03Rustdoc-Json: Add enum discriminantNixon Enraght-Moony-1/+2
2022-09-03more clippy::perf fixesMatthias Krüger-3/+3
2022-09-03Rollup merge of #101335 - notriddle:notriddle/methods-stability, r=notriddleMatthias Krüger-8/+5
2022-09-03Clean up themes CSSGuillaume Gomez-91/+47
2022-09-02rustdoc: put in rule to get alignment in desktop and mobile layoutsMichael Howell-0/+5
2022-09-02rustdoc: remove incorrect CSS rule causing misaligned item-infoMichael Howell-4/+0
2022-09-02rustdoc: remove unused CSS selector `.methods > .item-info`Michael Howell-4/+0
2022-09-02Rollup merge of #101323 - GuillaumeGomez:remove-unused-css, r=notriddleMatthias Krüger-9/+0
2022-09-02Remove unused .toggle-label CSS ruleGuillaume Gomez-9/+0
2022-09-02Rollup merge of #101298 - notriddle:notriddle/rustdoc-main-since, r=Guillaume...Guillaume Gomez-1/+0
2022-09-01rustdoc: remove unused CSS `#main-content > .since`Michael Howell-1/+0
2022-09-01Rollup merge of #101292 - rust-lang:notriddle/rustdoc-table-first-child, r=Gu...Matthias Krüger-1/+0
2022-09-01Rollup merge of #101254 - rust-lang:notriddle/remove-even-more-css, r=jshaMatthias Krüger-8/+0
2022-09-01Rollup merge of #101245 - GuillaumeGomez:remove-unneeded-where-whitespace, r=...Matthias Krüger-15/+10
2022-09-01rustdoc: remove unneeded CSS `.content table td:first-child > a`Michael Howell-1/+0
2022-09-01Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors-2/+2