about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2022-11-07Fix invalid background-image file nameGuillaume Gomez-1/+1
2022-11-07Rollup merge of #104065 - GuillaumeGomez:css-migrate-logo-filter, r=notriddleYuki Okushi-20/+13
2022-11-07Rollup merge of #104062 - notriddle:notriddle/sidebar-filler, r=GuillaumeGomezYuki Okushi-15/+0
2022-11-07Rollup merge of #103885 - fmease:rustdoc-various-cross-crate-reexport-fixes, ...Yuki Okushi-7/+4
2022-11-06Migrate rust logo filter to CSS variablesGuillaume Gomez-20/+13
2022-11-06rustdoc: remove unused CSS `#sidebar-filler`Michael Howell-15/+0
2022-11-06Rollup merge of #104014 - GuillaumeGomez:run-button-css-var, r=notriddleMatthias Krüger-30/+18
2022-11-06Rollup merge of #103990 - notriddle:notriddle/logo-container, r=GuillaumeGomezMatthias Krüger-7/+3
2022-11-05Rollup merge of #103988 - GuillaumeGomez:fix-bottom-border-color, r=notriddleMatthias Krüger-1/+4
2022-11-05Rollup merge of #101702 - jsha:static-files2, r=notriddle,GuillaumeGomezMatthias Krüger-486/+258
2022-11-05Migrate test-arrow to CSS variablesGuillaume Gomez-30/+18
2022-11-05Fix search result bottom border colorGuillaume Gomez-1/+4
2022-11-04rustdoc: clean up `.logo-container` layout CSSMichael Howell-7/+3
2022-11-04rustdoc: get rid of CSS/DOM `div.desc span`, which isn't really neededMichael Howell-11/+8
2022-11-04rustdoc: simplify search results CSS and DOMMichael Howell-18/+8
2022-11-04rustdoc: render unnamed arguments as underscores in cross-crate functions & f...León Orell Valerian Liehr-7/+4
2022-11-04Rollup merge of #103935 - GuillaumeGomez:remove-rustdoc-visibility-ty, r=notr...Matthias Krüger-99/+101
2022-11-04Rollup merge of #103940 - notriddle:notriddle/main-content-item-info-margin-t...Matthias Krüger-1/+0
2022-11-04Rollup merge of #103938 - notriddle:notriddle/search-results-border-bottom, r...Matthias Krüger-2/+1
2022-11-04Rollup merge of #103905 - notriddle:notriddle/sidebar-elems-background, r=Gui...Matthias Krüger-1/+0
2022-11-03rustdoc: remove no-op CSS `#main-content > .item-info { margin-top: 0 }`Michael Howell-1/+0
2022-11-03rustdoc: clean up hardcoded CSS border color on search resultsMichael Howell-2/+1
2022-11-03Remove rustdoc clean::Visibility typeGuillaume Gomez-99/+101
2022-11-02rustdoc: remove redundant mobile CSS `.sidebar-elems { background }`Michael Howell-1/+0
2022-11-02Rollup merge of #103890 - notriddle:notriddle/mobile-rustdoc-padding-top, r=G...Matthias Krüger-1/+0
2022-11-02rustdoc: remove unused mobile CSS `.rustdoc { padding-top: 0 }`Michael Howell-1/+0
2022-11-02Rollup merge of #103855 - notriddle:notriddle/mobile-item-table, r=GuillaumeG...Dylan DPC-8/+1
2022-11-02Auto merge of #103690 - GuillaumeGomez:visibility-on-demand, r=notriddlebors-35/+43
2022-11-01rustdoc: simplify mobile item-table CSSMichael Howell-8/+1
2022-11-01Rollup merge of #103817 - notriddle:notriddle/attribute-css, r=GuillaumeGomezDylan DPC-7/+7
2022-11-01Rollup merge of #103813 - notriddle:notriddle/search-results-clear-both, r=Gu...Dylan DPC-2/+0
2022-11-01Rollup merge of #103793 - notriddle:notriddle/rustdoc-toggle-in-impl-items, r...Yuki Okushi-6/+8
2022-10-31rustdoc: remove left border from `.src-line-numbers > a`Michael Howell-3/+5
2022-10-31rustdoc: change `.src-line-numbers > span` to `.src-line-numbers > a`Michael Howell-21/+27
2022-10-31rustdoc: rename syntax highlighting CSS class `attribute` to `attr`Michael Howell-7/+7
2022-10-31rustdoc: remove unnecessary CSS `.search-results { clear: both }`Michael Howell-2/+0
2022-10-30rustdoc: add margins to all impl-item toggles, not just methodsMichael Howell-6/+8
2022-10-30Rollup merge of #101944 - notriddle:notriddle/toggle-all-docs, r=jsha,Guillau...Michael Howell-7/+14
2022-10-30Make rustdoc Item::visibility computed on-demandGuillaume Gomez-35/+43
2022-10-30Auto merge of #103010 - petrochenkov:effvisdoc, r=GuillaumeGomezbors-1/+1
2022-10-30Rollup merge of #103740 - notriddle:notriddle/search-results-padding-bottom, ...Dylan DPC-1/+0
2022-10-30Rollup merge of #103737 - notriddle:notriddle/margin, r=GuillaumeGomezMatthias Krüger-10/+3
2022-10-30Rollup merge of #103722 - GuillaumeGomez:cleanup-code-example-css, r=notriddleMatthias Krüger-28/+24
2022-10-29Move string literal into format stringJacob Hoffman-Andrews-1/+1
2022-10-29Generate static file hashes onceJacob Hoffman-Andrews-15/+23
2022-10-29Make --static-root-path point to static.filesJacob Hoffman-Andrews-10/+16
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-480/+238
2022-10-29rustdoc: Split effective visibilities from rustc from similar data built by r...Vadim Petrochenkov-1/+1
2022-10-29rustdoc: remove unnecessary `.search-results { padding-bottom }`Michael Howell-1/+0
2022-10-29rustdoc: use CSS margin/padding shorthand when all are being setMichael Howell-10/+3