about summary refs log tree commit diff
path: root/tests/rustdoc
AgeCommit message (Expand)AuthorLines
2023-12-15Rollup merge of #113091 - GuillaumeGomez:prevent-cfg-merge-reexport, r=rustdocGuillaume Gomez-4/+34
2023-12-05Rollup merge of #118594 - hdost:patch-1, r=fmeaseMatthias Krüger-1/+1
2023-12-05Remove mention of rust to make the error message generic.Harold Dost-1/+1
2023-12-04Add regression test for #118195Guillaume Gomez-0/+21
2023-12-01Update snapshots of rustdoc tests to take into account the comment highlightingGuillaume Gomez-5/+5
2023-11-30rustdoc: `div.where` instead of fmt-newline classMichael Howell-29/+29
2023-11-29rustdoc: remove small from `small-section-header`Michael Howell-45/+45
2023-11-24Rollup merge of #118224 - dtolnay:rustdocsortunstable, r=fmeaseMatthias Krüger-0/+11
2023-11-24Auto merge of #118105 - notriddle:master, r=fmeasebors-86/+39
2023-11-23Sort unstable items last in rustdoc, instead of firstDavid Tolnay-3/+3
2023-11-23Add test of rustdoc sort order for stable vs unstable itemDavid Tolnay-0/+11
2023-11-23rustdoc: move doctest tests to folderMichael Howell-0/+1
2023-11-23rustdoc: move ICE tests to uiMichael Howell-81/+0
2023-11-23Don't print "private fields" on empty tuple structsKyuuhachi-0/+9
2023-11-22Update existing testsGuillaume Gomez-4/+4
2023-11-22Add regression test for cfg merging on re-exportsGuillaume Gomez-0/+30
2023-11-20Fix src link URLs for file renameMichael Howell-3/+3
2023-11-20Add URL to test casesMichael Howell-0/+33
2023-11-20rustdoc: rename `issue-\d+.rs` tests to have meaningful namesMichael Howell-0/+0
2023-11-08Rollup merge of #117531 - fmease:rustdoc-effects-properly-elide-x-crate-host-...Matthias Krüger-15/+47
2023-11-07Rollup merge of #115485 - DaniPopes:rustdoc-macro-consts, r=jackh726,fmeaseMatthias Krüger-0/+40
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