about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2023-01-11Rollup merge of #106427 - mejrs:translation_errors, r=davidtwconils-1/+3
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-1/+1
2023-01-11Rollup merge of #106690 - GuillaumeGomez:item-declaration-scrolling, r=notriddleYuki Okushi-0/+4
2023-01-11Rollup merge of #106628 - GuillaumeGomez:rm-itemid-primitive, r=notriddleYuki Okushi-37/+61
2023-01-10Remove unneeded ItemId::Primitive variantGuillaume Gomez-37/+61
2023-01-10Fix scrolling for item declaration blockGuillaume Gomez-0/+4
2023-01-09rustdoc: merge common CSS for `a`Michael Howell-4/+1
2023-01-08Make translate_message return result and add testsmejrs-1/+3
2023-01-07Rollup merge of #106556 - notriddle:notriddle/margin-left-content-mobile, r=G...Matthias Krüger-4/+0
2023-01-07Auto merge of #106558 - compiler-errors:rollup-lkii3j3, r=compiler-errorsbors-5/+1
2023-01-06Rollup merge of #106543 - notriddle:notriddle/source-sidebar-width-zero, r=Gu...Michael Goulet-5/+1
2023-01-06rustdoc: remove no-op mobile CSS `.content { margin-left: 0 }`Michael Howell-4/+0
2023-01-07Auto merge of #106538 - aDotInTheVoid:strip-use-doc-hidden, r=notriddlebors-0/+12
2023-01-06Rollup merge of #106466 - clubby789:relative-module-fix, r=notriddleMatthias Krüger-41/+103
2023-01-06rustdoc: remove no-op CSS `.rustdoc.source .sidebar { width: 0 }`Michael Howell-5/+1
2023-01-06rustdoc: Strip imports of items which are `#[doc(hidden)]`Nixon Enraght-Moony-0/+12
2023-01-06Correctly render sidebar for relative module pathsclubby789-41/+103
2023-01-06Rollup merge of #106502 - notriddle:notriddle/user-select, r=GuillaumeGomezDylan DPC-2/+0
2023-01-05rustdoc: remove legacy user-select CSSMichael Howell-2/+0
2023-01-05Auto merge of #106487 - GuillaumeGomez:fix-kbd-var, r=notriddlebors-1/+1
2023-01-05Fix --kbd-color variable name in rustdoc.cssGuillaume Gomez-1/+1
2023-01-04Rollup merge of #106462 - notriddle:notriddle/logo-container-sidebar, r=Guill...Michael Goulet-18/+15
2023-01-04Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillotMichael Goulet-1/+1
2023-01-04Rollup merge of #106437 - notriddle:notriddle/http-url, r=GuillaumeGomezMatthias Krüger-1/+1
2023-01-04Rollup merge of #106412 - GuillaumeGomez:fix-links-to-primitive-rustdoc-json,...Matthias Krüger-8/+23
2023-01-04Rollup merge of #106391 - ardislu:fix-popover-child-link, r=GuillaumeGomezMatthias Krüger-3/+0
2023-01-04Remove unused match pattern for primitive typesGuillaume Gomez-1/+1
2023-01-04rustdoc: remove unnecessary wrapper around sidebar and mobile logosMichael Howell-18/+15
2023-01-03rustdoc: fix buggy JS check for absolute URLMichael Howell-1/+1
2023-01-03Rollup merge of #106411 - notriddle:notriddle/font-feature-settings, r=Guilla...Michael Goulet-4/+0
2023-01-04rename find_parent_node to opt_parent_idMichael Goulet-1/+1
2023-01-03Fix link generation for local primitive types in rustdoc JSON outputGuillaume Gomez-7/+22
2023-01-03rustdoc: remove legacy font-feature-settings CSSMichael Howell-4/+0
2023-01-03Rollup merge of #106402 - Rageking8:fix_dupe_word_typos, r=NilstriebMatthias Krüger-1/+1
2023-01-03Rollup merge of #106388 - notriddle:notriddle/box-sizing, r=camelidMatthias Krüger-2/+0
2023-01-03clean: Remove `ctor_kind` from `VariantStruct`.Nixon Enraght-Moony-13/+1
2023-01-03fix dupe word typosRageking8-1/+1
2023-01-02rustdoc: allow popover child links to workArdis Lu-3/+0
2023-01-02Rollup merge of #106366 - GuillaumeGomez:fix-rustdoc-ice-typedef-type-mismatc...Michael Goulet-1/+1
2023-01-02Rollup merge of #106354 - aDotInTheVoid:rdj-always-discr, r=GuillaumeGomezMichael Goulet-62/+97
2023-01-02rustdoc: remove legacy box-sizing CSSMichael Howell-2/+0
2023-01-02Fix rustdoc ICE on bad typedef with mismatching typesGuillaume Gomez-1/+1
2023-01-02Auto merge of #106301 - notriddle:notriddle/dir-entry, r=GuillaumeGomezbors-23/+2
2023-01-01Rustdoc-Json: Report discriminant on all kinds of enum variant.Nixon Enraght-Moony-5/+7
2023-01-01clean: Always store enum disriminant.Nixon Enraght-Moony-59/+92
2022-12-31Rollup merge of #106297 - notriddle:notriddle/scrape-help, r=GuillaumeGomezMatthias Krüger-10/+6
2022-12-30rustdoc: use the regular arrow indicator for dir-entry CSSMichael Howell-23/+2
2022-12-30rustdoc: merge scrape-help CSSMichael Howell-10/+6
2022-12-30Rollup merge of #106273 - notriddle:notriddle/source-content-overflow, r=Guil...Matthias Krüger-4/+0
2022-12-30Auto merge of #106262 - GuillaumeGomez:migrate-more-scraped-examples-css, r=n...bors-24/+20