about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-10-17rustdoc: remove redundant CSS on `#copy-path`Michael Howell-12/+8
2022-10-17rustdoc: factor JS mobile scroll lock into its own functionMichael Howell-41/+28
2022-10-17Rollup merge of #103091 - notriddle:notriddle/sidebar-title, r=GuillaumeGomezMatthias Krüger-7/+1
2022-10-17Rollup merge of #103129 - notriddle:notriddle/sub-logo-container, r=Guillaume...Matthias Krüger-13/+5
2022-10-16rustdoc: clean up `.sub-logo-container` CSSMichael Howell-13/+3
2022-10-16rustdoc: remove unused `.sub-logo-container` DOM on non-source pagesMichael Howell-0/+2
2022-10-16Auto merge of #103125 - matthiaskrgr:rollup-82xttcl, r=matthiaskrgrbors-6/+7
2022-10-16Rollup merge of #103120 - petrochenkov:docice, r=GuillaumeGomezMatthias Krüger-6/+7
2022-10-16Auto merge of #102026 - Bryanskiy:resolve_update, r=petrochenkovbors-5/+13
2022-10-16Populate effective visibilities in 'rustc_resolve'Bryanskiy-5/+13
2022-10-16rustdoc: Process extern impls in all loaded cratesVadim Petrochenkov-1/+2
2022-10-16rustdoc: Do not expect `doc(primitive)` modules to always existVadim Petrochenkov-5/+5
2022-10-16Rollup merge of #103060 - notriddle:notridddle/help-page, r=GuillaumeGomezMatthias Krüger-39/+118
2022-10-16Use IsTerminal in librustdocJosh Triplett-3/+3
2022-10-15rustdoc: make help button a no-op when on help pageMichael Howell-0/+15
2022-10-15rustdoc: fix Ctrl-Click on help and settings linksMichael Howell-1/+8
2022-10-15rustdoc: make the help button a link to a pageMichael Howell-39/+96
2022-10-15rustdoc: remove unused HTML class `sidebar-title`Michael Howell-7/+1
2022-10-15Fix display of settings pageGuillaume Gomez-1/+3
2022-10-14Add some tidy-alphabeticalnils-1/+2
2022-10-14Rollup merge of #103025 - notriddle:notriddle/search-container-star, r=Guilla...Dylan DPC-3/+0
2022-10-14Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8KiDylan DPC-2/+2
2022-10-14Rollup merge of #102914 - GuillaumeGomez:migrate-css-highlight-without-change...Dylan DPC-54/+89
2022-10-14more dupe word typosRageking8-2/+2
2022-10-14Rollup merge of #103006 - WaffleLapkin:rustdoc_dont, r=compiler-errorsMatthias Krüger-2/+1
2022-10-13rustdoc: remove unused CSS `.search-container > *`Michael Howell-3/+0
2022-10-13rustdoc: don't ICE on `TyKind::Typeof`Maybe Waffle-2/+1
2022-10-13Rollup merge of #102980 - notriddle:notriddle/content, r=GuillaumeGomezYuki Okushi-6/+3
2022-10-12rustdoc: merge separate `.item-info` CSSMichael Howell-6/+3
2022-10-12Rollup merge of #102936 - notriddle:notriddle/nav-sum, r=Dylan-DPCDylan DPC-3/+0
2022-10-12Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errorsDylan DPC-3/+4
2022-10-11rustdoc: merge identical CSS selectorsMichael Howell-2/+0
2022-10-11rustdoc: remove unused CSS `nav.sum`Michael Howell-1/+0
2022-10-11rustdoc: remove unneeded `.content` selector from link colorsMichael Howell-28/+28
2022-10-11rustdoc: remove unused classes from sidebarMichael Howell-5/+3
2022-10-11Rollup merge of #102898 - notriddle:notriddle/sidebar-block, r=GuillaumeGomezYuki Okushi-34/+21
2022-10-11Migrate highlight style to CSS variablesGuillaume Gomez-54/+89
2022-10-10Remove outdated commentMichael Howell-1/+0
2022-10-11Auto merge of #102896 - matthiaskrgr:rollup-jg5xawz, r=matthiaskrgrbors-3/+1
2022-10-10rustdoc: remove unneeded `<div>` wrapper from sidebar DOMMichael Howell-33/+21
2022-10-10Stabilize rustdoc CHECK_INVALID_HTML_TAGS checkGuillaume Gomez-4/+2
2022-10-10Change default lint level of INVALID_HTML_TAGS to warningGuillaume Gomez-1/+1
2022-10-10errors: use `HashMap` to store diagnostic argsDavid Wood-3/+4
2022-10-09rustdoc: clean up overly complex `.trait-impl` CSS selectorsMichael Howell-3/+1
2022-10-10Rollup merge of #102834 - compiler-errors:unnecessary-lift, r=jyn514Yuki Okushi-17/+9
2022-10-10Rollup merge of #102831 - compiler-errors:rustdoc-norm-oops, r=jyn514Yuki Okushi-5/+4
2022-10-10Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8KiYuki Okushi-2/+2
2022-10-10Rollup merge of #102799 - rol1510:issue-100421-fix, r=notriddleYuki Okushi-1/+22
2022-10-09Remove unnecessary lift calls from rustdocMichael Goulet-18/+9
2022-10-09rustdoc: fix file picker marker renders twice on iosRoland Strasser-0/+5