about summary refs log tree commit diff
path: root/tests/rustdoc
AgeCommit message (Expand)AuthorLines
2023-11-05rustdoc: properly elide cross-crate host effect argsLeón Orell Valerian Liehr-15/+47
2023-10-31Auto merge of #117459 - matthiaskrgr:rollup-t3osb3c, r=matthiaskrgrbors-0/+34
2023-10-31Rollup merge of #113241 - poliorcetics:85138-doc-object-safety, r=GuillaumeGomezMatthias Krüger-0/+34
2023-10-31Accept less invalid Rust in rustdocOli Scherer-60/+41
2023-10-30rustdoc: elide cross-crate default generic argumentsLeón Orell Valerian Liehr-10/+159
2023-10-29tests: object-safety section in traitsAlexis (Poliorcetics) Bourget-0/+34
2023-10-27Auto merge of #116471 - notriddle:notriddle/js-trait-alias, r=GuillaumeGomezbors-21/+101
2023-10-24Handle structured stable attribute 'since' version in rustdocDavid Tolnay-17/+17
2023-10-23Update `since` stability attributes in testsDavid Tolnay-8/+8
2023-10-23Fix stable feature names in testsDavid Tolnay-3/+3
2023-10-22rustdoc: make JS trait impls act more like HTMLMichael Howell-1/+1
2023-10-22rustdoc: use JS to inline target type impl docs into aliasMichael Howell-5/+152
2023-10-22Revert "rustdoc: list matching impls on type aliases"Michael Howell-62/+0
2023-10-22Revert "rustdoc: add impl items from aliased type into sidebar"Michael Howell-5/+0
2023-10-22rustdoc: rename `/implementors` to `/impl.trait`Michael Howell-8/+8
2023-10-16rustdoc: move ICE test to rustdoc-uiMichael Howell-14/+0
2023-10-16Add URL to test casesMichael Howell-0/+20
2023-10-16Rename `issue-\d+.rs` tests to have meaningful namesMichael Howell-0/+0
2023-10-16Add `crate_name` to test so that it can be renamedMichael Howell-0/+31
2023-10-15Format macro const literals with pretty printerDaniPopes-0/+40
2023-10-14Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G...Matthias Krüger-6/+75
2023-10-13Stabilize AFIT and RPITITMichael Goulet-6/+0
2023-10-12hide `host` param from generic parameter list of `~const` boundsOli Scherer-1/+1
2023-10-12Add regression test for generic args showing `host` paramOli Scherer-0/+12
2023-10-12Test cross crateOli Scherer-0/+15
2023-10-12Hide host effect params from docsOli Scherer-2/+2
2023-10-12Add regression testsOli Scherer-0/+19
2023-10-11Add tests for enum discriminant value display with `repr`Guillaume Gomez-0/+98
2023-10-11Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmeasebors-7/+22
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