about summary refs log tree commit diff
path: root/tests/rustdoc
AgeCommit message (Expand)AuthorLines
2023-07-22fix doc links on `use` itemsLukas Markeffsky-0/+16
2023-07-20Rollup merge of #110765 - wackbyte:fix-defaultness-position, r=fmease,Guillau...Matthias Krüger-12/+31
2023-07-20Rollup merge of #113857 - GuillaumeGomez:document-hidden-items-test, r=notriddleMatthias Krüger-0/+71
2023-07-19Add tests for `--document-hidden-items` optionGuillaume Gomez-0/+71
2023-07-18Add regression test for #105735Guillaume Gomez-0/+46
2023-07-14rustdoc: use `src` consistently over `source` in JavaScriptMichael Howell-5/+5
2023-07-14rustdoc: use `src` consistently over `source` in codeMichael Howell-10/+10
2023-07-12Update jump to def testsGuillaume Gomez-9/+61
2023-06-27Rollup merge of #113058 - GuillaumeGomez:improve-code-comments, r=notriddleMatthias Krüger-1/+1
2023-06-26Add/improve code commentsGuillaume Gomez-1/+1
2023-06-26Rollup merge of #112920 - fmease:rustdoc-fix-112904, r=GuillaumeGomezTakayuki Maeda-0/+29
2023-06-25Auto merge of #113038 - matthiaskrgr:rollup-sdcfkxa, r=matthiaskrgrbors-0/+14
2023-06-25rustdoc: handle assoc const equalities in cross-crate impl-Trait-in-arg-posLeón Orell Valerian Liehr-0/+15
2023-06-24Add tests for default unsafe trait methodswackbyte-12/+31
2023-06-24rustdoc: get rid of extra line when line-wrapping fn decls with empty arg listLeón Orell Valerian Liehr-0/+14
2023-06-24rustdoc: render gen params & where-clauses of cross-crate assoc tys in impl b...León Orell Valerian Liehr-0/+29
2023-06-23Rollup merge of #112960 - GuillaumeGomez:rustdoc-files-check, r=notriddleMatthias Krüger-0/+17
2023-06-23Add @files checks in rustdoc testsGuillaume Gomez-0/+17
2023-06-23Rollup merge of #112927 - GuillaumeGomez:where-clause-indent, r=notriddleMatthias Krüger-1/+20
2023-06-22Update existing snapshot and add more snapshots of where clause indentationGuillaume Gomez-1/+20
2023-06-22Rollup merge of #112906 - fmease:rustdoc-render-assoc-ty-body-before-where-cl...Matthias Krüger-2/+2
2023-06-21rustdoc: render the assoc ty body before the where-clauseLeón Orell Valerian Liehr-2/+2
2023-06-21Rollup merge of #112894 - GuillaumeGomez:gui-fields-display, r=notriddleGuillaume Gomez-0/+11
2023-06-21Add test to prevent regression for fields displayGuillaume Gomez-0/+11
2023-06-21Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obkGuillaume Gomez-0/+47
2023-06-21Correctly handle Weak type aliases in rustdocGuillaume Gomez-4/+2
2023-06-21Add tests for invalid files generationGuillaume Gomez-4/+81
2023-06-21Add rustdoc tests for `lazy_type_alias`Guillaume Gomez-0/+49
2023-06-15Rollup merge of #112304 - GuillaumeGomez:re-exports, r=notriddleMatthias Krüger-0/+143
2023-06-12Add regression test for #112515Guillaume Gomez-0/+30
2023-06-12Revert "Add regression test for #32077"Guillaume Gomez-59/+0
2023-06-10Auto merge of #107637 - fmease:rustdoc-reelide-x-crate-def-tr-obj-lt-bnds, r=...bors-19/+167
2023-06-09Add regression test for #32077Guillaume Gomez-0/+59
2023-06-07rustdoc: re-elide cross-crate default trait object lifetime boundsLeón Orell Valerian Liehr-19/+167
2023-06-05Add rustdoc test to ensure that #109449 is working as expectedGuillaume Gomez-0/+143
2023-06-05Auto merge of #110945 - wackbyte:doc-vis-on-inherent-assoc-types, r=jshabors-1/+26
2023-06-04Rollup merge of #112178 - GuillaumeGomez:fix-inline-private-intermediate, r=n...Matthias Krüger-2/+25
2023-06-03Update reexport-attr-merge rustdoc testGuillaume Gomez-2/+2
2023-06-02Add rustdoc test for double-hyphen to dash doc comment conversionGuillaume Gomez-0/+9
2023-06-01Add regression test where private item with intermediate doc hidden re-export...Guillaume Gomez-0/+23
2023-06-01Rollup merge of #108459 - benediktwerner:rustdoc-fix-link-match, r=GuillaumeG...Dylan DPC-1/+38
2023-05-30rustdoc: Fix LinkReplacer link matchingbenediktwerner-1/+38
2023-05-30Add regression test for re-export of doc hidden item inside private item not ...Guillaume Gomez-0/+16
2023-05-27Rollup merge of #111997 - GuillaumeGomez:re-export-doc-hidden-macros, r=notri...Guillaume Gomez-3/+44
2023-05-27Correctly handle multiple re-exports of bang macros at the same levelGuillaume Gomez-1/+43
2023-05-26Update tests for re-exports of doc hidden macrosGuillaume Gomez-3/+2
2023-05-25rustdoc: add test for strikethrough with single tildesLukas Markeffsky-9/+10
2023-05-21rustdoc: include strikethrough in item summaryLukas Markeffsky-0/+6
2023-05-16Add regression test for #111415Guillaume Gomez-0/+36
2023-05-10Use proper impl self type for alias impl in rustdocMichael Goulet-0/+9