about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2022-09-16rustdoc: update test case for All Crates pageMichael Howell-2/+2
2022-09-15rustdoc: fix test casesMichael Howell-15/+15
2022-09-15Rollup merge of #101828 - aDotInTheVoid:test-101743, r=jshaMatthias Krüger-0/+19
2022-09-14Add test for #101743Nixon Enraght-Moony-0/+19
2022-09-13rustdoc: clean up DOM by removing `.dockblock-short p`Michael Howell-17/+17
2022-09-13Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors-3/+0
2022-09-10Auto merge of #101613 - GuillaumeGomez:codeblock-tooltip, r=notriddlebors-3/+3
2022-09-10Update rustdoc GUI testsGuillaume Gomez-3/+3
2022-09-09rustdoc: add another test case for glob shadowingMichael Howell-0/+20
2022-09-09rustdoc: test cases for glob shadowingMichael Howell-0/+103
2022-09-09rustdoc: avoid cleaning modules with duplicate namesMichael Howell-0/+15
2022-09-01Rollup merge of #101279 - GuillaumeGomez:doc_auto_cfg_nested_impl, r=notriddleMatthias Krüger-0/+24
2022-09-01Rollup merge of #101245 - GuillaumeGomez:remove-unneeded-where-whitespace, r=...Matthias Krüger-52/+50
2022-09-01Add regression test for #101129Guillaume Gomez-0/+24
2022-09-01Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors-3/+3
2022-08-31Update rustdoc testsGuillaume Gomez-52/+50
2022-08-31Fix a bunch of typoDezhi Wu-3/+3
2022-08-31Add regression test for implementations displayed on reference primitive typeGuillaume Gomez-0/+37
2022-08-30Stabilize GATsJack Huey-3/+0
2022-08-27Rollup merge of #101018 - notriddle:notriddle/item-right-docblock-short, r=Gu...Yuki Okushi-3/+1
2022-08-26Rollup merge of #101006 - GuillaumeGomez:doc-cfg-reexport, r=notriddleGuillaume Gomez-0/+33
2022-08-26Rollup merge of #100956 - GuillaumeGomez:reduce-rightside-dom-size, r=notriddleGuillaume Gomez-9/+9
2022-08-26Auto merge of #100705 - compiler-errors:issue-100620, r=oli-obkbors-0/+19
2022-08-25rustdoc: omit start/end tags for empty item description blocksMichael Howell-3/+1
2022-08-25Add test for missing cfg propagation for reexportGuillaume Gomez-0/+33
2022-08-24Update rustdoc tests for simplified rightside DOMGuillaume Gomez-9/+9
2022-08-21Rollup merge of #100775 - GuillaumeGomez:reduce-span-v2, r=notriddleMatthias Krüger-4/+6
2022-08-20Rollup merge of #100718 - GuillaumeGomez:fix-item-info, r=jshaMatthias Krüger-5/+9
2022-08-20Update rustdoc testsGuillaume Gomez-4/+6
2022-08-18rustdoc: count deref and non-deref as same set of used methodsMichael Howell-0/+30
2022-08-18Update rustdoc testGuillaume Gomez-5/+9
2022-08-18Avoid overflow in is_impossible_methodMichael Goulet-0/+19
2022-08-14Update rustdoc testsGuillaume Gomez-9/+10
2022-08-13rustdoc: Fix incorrect usage of `@!has` and `@!matches`Noah Lev-22/+24
2022-08-13Update `@!has` name in testsNoah Lev-127/+127
2022-08-13Rename `@hastext` to `@hasraw` (same for `matches`)Noah Lev-168/+168
2022-08-13Update tests: arity-2 `@{has,matches}` -> `...text`Noah Lev-168/+168
2022-08-11rustdoc: don't generate DOM element for operatorJacob Hoffman-Andrews-4/+1
2022-08-10Rollup merge of #100348 - camelid:test-93205, r=jyn514Michael Goulet-0/+20
2022-08-09Fix failing testNoah Lev-1/+1
2022-08-09Add regression test for #93205Noah Lev-0/+20
2022-08-10Rollup merge of #100323 - GuillaumeGomez:impl-blocks-only-private, r=notriddleMatthias Krüger-0/+84
2022-08-09Add test for impl blocks containing only private itemsGuillaume Gomez-0/+84
2022-08-09Rollup merge of #100221 - compiler-errors:impossible-trait-items, r=lcnr,notr...Dylan DPC-0/+20
2022-08-09Auto merge of #100205 - cjgillot:noice-doc, r=camelidbors-0/+21
2022-08-08Add regression test commentNoah Lev-0/+2
2022-08-08Synthetize a trait ref when none is available.Camille GILLOT-1/+3
2022-08-07Don't document impossible to call default trait items on implsMichael Goulet-0/+20
2022-08-06rustdoc: do not mark the contents of a skipped module as inlinedMichael Howell-0/+27
2022-08-06Avoid ICE in rustdoc.Camille GILLOT-0/+17