summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2024-11-15rustdoc-search: case-sensitive only when capitals are usedMichael Howell-4/+7
2024-10-11Rollup merge of #131394 - ismailarilik:fix/rustdoc/add-space-between-struct-f...Matthias Krüger-0/+3
2024-10-09Rollup merge of #131417 - GuillaumeGomez:mobile-methods-left-margin, r=notriddleMatthias Krüger-1/+1
2024-10-09Fix methods alignment on mobileGuillaume Gomez-1/+1
2024-10-08Reserve guarded string literals (RFC 3593)Peter Jaszkowiak-0/+1
2024-10-08fix(rustdoc): add space between struct fields and their descriptionsismailarilik-0/+3
2024-10-08Auto merge of #131368 - GuillaumeGomez:rustdoc-dead-code, r=notriddlebors-48/+1
2024-10-07Add comment to describe camelcase line breakMichael Howell-0/+10
2024-10-07rustdoc: improve `<wbr>`-insertion for SCREAMING_CAMEL_CASEMichael Howell-1/+5
2024-10-07Remove dead codeGuillaume Gomez-48/+1
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-54/+54
2024-10-05Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errorsbors-1/+0
2024-10-04rm `ItemKind::OpaqueTy`Noah Lev-1/+0
2024-10-04Fix list marginsGuillaume Gomez-3/+6
2024-10-01Rollup merge of #130933 - lolbinarycat:rustdoc-li-p, r=GuillaumeGomez,notriddleMatthias Krüger-0/+7
2024-10-01Auto merge of #131076 - lukas-code:doc-stab2, r=notriddlebors-19/+12
2024-09-30rustdoc: rewrite stability inheritance as a passLukas Markeffsky-19/+12
2024-09-30Rollup merge of #131023 - clubby789:doc-item-path, r=notriddleMatthias Krüger-5/+9
2024-09-29Auto merge of #131002 - steffahn:rustdoc-long-names-fix, r=notriddlebors-6/+12
2024-09-29Copy correct path to clipboard for modules/keywords/primitivesclubby789-5/+9
2024-09-29Rename doctest attribute `standalone-crate` into `standalone_crate` for coher...Guillaume Gomez-3/+3
2024-09-29Adjust spacings and sizing to improve behavior with over-long namesFrank Steffahn-6/+12
2024-09-28Improve mistyped docblock attribute warning messagesGuillaume Gomez-31/+27
2024-09-28Add warning if `standalone-crate` is mistypedGuillaume Gomez-0/+14
2024-09-28Improve code for codeblock invalid attributesGuillaume Gomez-25/+18
2024-09-28Rename `standalone` doctest attribute into `standalone-crate`Guillaume Gomez-4/+4
2024-09-27rustdoc: lists items that contain multiple paragraphs are more clearbinarycat-0/+7
2024-09-27Auto merge of #130857 - lukas-code:no-clones-allowed, r=notriddlebors-11/+11
2024-09-26Rollup merge of #130706 - GuillaumeGomez:remove-unneeded-jinja-comments, r=no...Jubilee-50/+50
2024-09-27Remove unneeded jinja comments in templatesGuillaume Gomez-50/+50
2024-09-26rustdoc: consolidate prefers-reduced-motion-gated rulesetszopsicle-6/+4
2024-09-26rustdoc: do not animate when user prefers reduced motionzopsicle-7/+14
2024-09-25don't clone `clean::Item` in `TypeImplCollector`Lukas Markeffsky-9/+9
2024-09-25rm higher-ranked lifetimes from `DocVisitor`Lukas Markeffsky-3/+3
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-3/+2
2024-09-23Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomezMichael Goulet-172/+370
2024-09-23Tweak breadcrumbs listMichael Howell-11/+16
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-82/+73
2024-09-22Generate line numbers for non-rust code examples as wellGuillaume Gomez-7/+9
2024-09-22Strip last backline from non-rust code examplesGuillaume Gomez-5/+5
2024-09-20Improve paddings for code blocks line numbersGuillaume Gomez-2/+6
2024-09-20Revert additional scraped examples heightGuillaume Gomez-0/+3
2024-09-19Auto merge of #130069 - GuillaumeGomez:gen-scraped-buttons, r=notriddlebors-38/+44
2024-09-13Rename and reorder lots of lifetimes.Nicholas Nethercote-2/+2
2024-09-10rustdoc: tweak spacing in toolbarMichael Howell-3/+9
2024-09-10rustdoc: make the header show all three buttonsMichael Howell-37/+67
2024-09-10rustdoc: redesign toolbar and disclosure widgetsMichael Howell-153/+310
2024-09-10Auto merge of #129337 - EtomicBomb:rfc, r=notriddlebors-131/+233
2024-09-07rustdoc: use a single box to store Attributes and ItemKindMichael Howell-39/+39
2024-09-07rfc#3662 changes under unstable flagsEtomicBomb-131/+233