about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-01-24Rollup merge of #93231 - conradludgate:doc-link-brightness, r=notriddleMatthias Krüger-0/+67
2022-01-24Rollup merge of #93212 - GuillaumeGomez:cursor-pointer-mobile-sidebar, r=jshaMatthias Krüger-1/+0
2022-01-24Rollup merge of #93188 - jsha:fix-safari-bumpy-search, r=camelidMatthias Krüger-0/+1
2022-01-23Update theme on pageshow eventJacob Hoffman-Andrews-6/+25
2022-01-23rustdoc settings: use radio buttons for themeJacob Hoffman-Andrews-50/+78
2022-01-23rustdoc: fix bump down typing search on SafariJacob Hoffman-Andrews-0/+1
2022-01-23Rollup merge of #93229 - mark-i-m:noquiet, r=eddybMatthias Krüger-5/+7
2022-01-23Fix brief appearance of rust logo in the sidebarGuillaume Gomez-1/+1
2022-01-23Auto merge of #93066 - nnethercote:infallible-decoder, r=bjorn3bors-1/+1
2022-01-23remove duplicate ruleConrad Ludgate-6/+0
2022-01-23tweak all sidebar coloursConrad Ludgate-3/+67
2022-01-23adjust sidebar link brightnessConrad Ludgate-0/+9
2022-01-23Remove DiagnosticBuilder.quietmark-5/+7
2022-01-23Rollup merge of #93185 - camelid:crate-private, r=GuillaumeGomezMatthias Krüger-14/+14
2022-01-23Rollup merge of #93113 - GuillaumeGomez:unify-sizes, r=jshaMatthias Krüger-106/+33
2022-01-23Rollup merge of #93068 - jsha:dot-spacing, r=GuillaumeGomezMatthias Krüger-2/+1
2022-01-22Remove unneeded cursor pointer rule on mobile sidebarGuillaume Gomez-1/+0
2022-01-22Rollup merge of #93172 - jsha:re-remove-line, r=camelidMatthias Krüger-1/+0
2022-01-21rustdoc: Make some `pub` items crate-privateNoah Lev-14/+14
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-1/+1
2022-01-21Fix spacing for `·` between stability and sourceJacob Hoffman-Andrews-2/+1
2022-01-21Unify search input and buttons sizeGuillaume Gomez-106/+33
2022-01-21Rollup merge of #93139 - jsha:fix-wrapped-names, r=Nemo157Matthias Krüger-5/+25
2022-01-21rustdoc: remove dashed underline under main headingJacob Hoffman-Andrews-1/+0
2022-01-21Remove FIXME and fix inconsistency of local blanket impls by using HIR for themRune Tynan-20/+23
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-3/+3
2022-01-21Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgrbors-23/+72
2022-01-20rustdoc: fix overflow-wrap for table layoutsJacob Hoffman-Andrews-5/+25
2022-01-20Rollup merge of #93099 - tomkris:rustdoc-fix, r=jshaMatthias Krüger-4/+8
2022-01-20Rollup merge of #93067 - jsha:fix-scroll-padding-top, r=GuillaumeGomezMatthias Krüger-1/+8
2022-01-20Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddleMatthias Krüger-2/+2
2022-01-20Rollup merge of #92860 - CraftSpider:rustdoc-json-impl-ice, r=jshaMatthias Krüger-1/+14
2022-01-20More clean upGuillaume Gomez-8/+4
2022-01-20Extra cfg_hide a bit to handle inner cfgsGuillaume Gomez-15/+10
2022-01-20Exclude "test" from doc_auto_cfg renderingGuillaume Gomez-16/+50
2022-01-20Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddleMatthias Krüger-2/+2
2022-01-20Rollup merge of #92861 - jsha:mobile-column-flex, r=GuillaumeGomezMatthias Krüger-9/+20
2022-01-20Rollup merge of #92680 - camelid:assoc-item-cleanup, r=petrochenkovMatthias Krüger-35/+53
2022-01-20Rollup merge of #91694 - euclio:stability-improvements, r=GuillaumeGomezMatthias Krüger-36/+55
2022-01-19rustdoc: auto create output directory when "--output-format json"Artem Kryvokrysenko-4/+8
2022-01-19Rustdoc mobile: put out-of-band on its own lineJacob Hoffman-Andrews-9/+20
2022-01-19Store a `Symbol` instead of an `Ident` in `AssocItem`Aaron Hill-7/+6
2022-01-19Fix scroll offset when jumping to internal idJacob Hoffman-Andrews-1/+8
2022-01-19Rollup merge of #93005 - GuillaumeGomez:templates-in-html, r=notriddleMatthias Krüger-1/+3
2022-01-19Correctly handle starts in block doc commentsGuillaume Gomez-2/+2
2022-01-19Move back templates into html folderGuillaume Gomez-1/+3
2022-01-18Remove horizontal lines at top of pageJacob Hoffman-Andrews-12/+0
2022-01-18intra-doc: Use the impl's assoc item where possibleNoah Lev-35/+53
2022-01-18Invert the keyword list to list only *no* space before delimDavid Tolnay-38/+60
2022-01-18Eliminate string comparison from rustdoc keyword spacing logicDavid Tolnay-6/+33