about summary refs log tree commit diff
path: root/tests/rustdoc
AgeCommit message (Expand)AuthorLines
2023-10-10Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui...Guillaume Gomez-12/+23
2023-10-09Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmeasebors-0/+141
2023-10-09Add more complex test cases for enum discriminant displayGuillaume Gomez-0/+19
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-4/+11
2023-10-08rustdoc: clean up the layout for annotated version numbersMichael Howell-0/+7
2023-10-08rustdoc: show crate name beside small logoMichael Howell-3/+4
2023-10-07Add cross-crate C-like variant testGuillaume Gomez-0/+60
2023-10-07Update enum-variant-value testGuillaume Gomez-2/+49
2023-10-04Add URL to test case issuesMichael Howell-1/+21
2023-10-04Rename issue-\d+.rs tests to have meaningful namesMichael Howell-1/+1
2023-10-04 Add `crate_name` to test so that it can be renamedMichael Howell-1/+41
2023-10-04Rollup merge of #116388 - fmease:rustdoc-fix-n-clean-up-x-crate-higher-ranked...Matthias Krüger-2/+38
2023-10-03rustdoc: add support for cross-crate higher-ranked typesLeón Orell Valerian Liehr-0/+23
2023-10-03rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimesLeón Orell Valerian Liehr-2/+15
2023-09-27rustdoc: add URLs for test issuesMichael Howell-0/+25
2023-09-27Rename issue-\d+.rs tests to have meaningful namesMichael Howell-0/+0
2023-09-27Add `crate_name` to test so that it can be renamedMichael Howell-0/+35
2023-09-25Auto merge of #116084 - fmease:rustdoc-fix-x-crate-async-fn, r=GuillaumeGomezbors-14/+37
2023-09-25rustdoc: correctly render ret ty of cross-crate async fnsLeón Orell Valerian Liehr-14/+37
2023-09-25Add test for enum variant value displayGuillaume Gomez-0/+15
2023-09-22Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obkbors-10/+12
2023-09-21rustdoc: update test cases for changes to the printing styleMichael Howell-11/+22
2023-09-21rustdoc-search: add impl disambiguator to duplicate assoc itemsMichael Howell-1/+1
2023-09-20Delete obsolete --disable-per-crate-search rustdoc flagDavid Tolnay-6/+0
2023-09-20fix rustdoc testsDeadbeef-10/+12
2023-09-18rustdoc: hide repr(transparent) if it isn't part of the public ABILeón Orell Valerian Liehr-6/+75
2023-09-15Implement new eBNF for codeblock attributesGuillaume Gomez-1/+1
2023-09-15Add tests for `custom_code_classes_in_docs` featureGuillaume Gomez-0/+28
2023-09-11Add test for the presence of "Aliased type" title in the sidebarGuillaume Gomez-0/+2
2023-09-08rustdoc: add impl items from aliased type into sidebarMichael Howell-0/+5
2023-09-08Rollup merge of #115201 - notriddle:notriddle/type-alias-impl-list, r=Guillau...Guillaume Gomez-0/+59
2023-09-08Rollup merge of #115604 - GuillaumeGomez:private-fields-tuple-struct, r=notri...Matthias Krüger-8/+23
2023-09-07Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomezbors-0/+158
2023-09-06Add regression test for private fields in tuple structGuillaume Gomez-0/+15
2023-09-06Render missing fields in tuple struct/enum as /* private fields */Michael Goulet-8/+8
2023-09-02Auto merge of #115286 - saethlin:detangler, r=petrochenkovbors-1/+1
2023-09-01Reuse const rendering from rustdoc in rmeta encodingBen Kimock-1/+1
2023-09-01rustdoc: correctly deal with self ty params when eliding default object lifet...León Orell Valerian Liehr-0/+34
2023-08-28rustdoc: always print type alias inner type (with it's where clauses)Urgau-3/+39
2023-08-26rustdoc: remove details for type alias inner type and fix sidebarUrgau-10/+16
2023-08-26rustdoc: normalize all typedef inner typesUrgau-7/+23
2023-08-26rustdoc: bind typedef inner type items to the folding systemUrgau-1/+5
2023-08-26rustdoc: handle typedef inner type when doing cross-crate inliningUrgau-0/+16
2023-08-26rustdoc: show inner enum and struct in type definition for concrete typeUrgau-0/+80
2023-08-24rustdoc: list matching impls on type aliasesMichael Howell-0/+59
2023-08-24Auto merge of #115078 - camelid:tydef-to-alias, r=aDotInTheVoid,GuillaumeGomezbors-8/+7
2023-08-23Rollup merge of #115135 - GuillaumeGomez:no-html-source-flag, r=notriddleGuillaume Gomez-0/+30
2023-08-23Add test for `--no-html-source` flagGuillaume Gomez-0/+30
2023-08-21rustdoc: Rename "Type Definition" to "Type Alias"Noah Lev-8/+7
2023-08-18Add check-pass tests and fix test behaviorKyle Lin-1/+2