about summary refs log tree commit diff
path: root/tests/rustdoc
AgeCommit message (Expand)AuthorLines
2023-04-29Rollup merge of #110964 - notriddle:notriddle/deref-impl, r=GuillaumeGomezMatthias Krüger-0/+43
2023-04-28Auto merge of #110901 - GuillaumeGomez:inlined-repr-rustdoc, r=notriddlebors-0/+17
2023-04-28rustdoc: fix weird margins between Deref impl itemsMichael Howell-0/+43
2023-04-28rustdoc: move deref tests into a directoryMichael Howell-0/+0
2023-04-28rustdoc: render visibility on associated typeswackbyte-1/+1
2023-04-27Add regression test for #110698Guillaume Gomez-0/+17
2023-04-27test(doc): no fallback marco resolutionbohan-0/+14
2023-04-26Rollup merge of #110798 - ozkanonur:rustdoc-unused-extern-crates, r=jyn514Matthias Krüger-1/+1
2023-04-25pass `unused_extern_crates` in `librustdoc::doctest::make_test`ozkanonur-1/+1
2023-04-24Add regression test for #60522Guillaume Gomez-0/+39
2023-04-20Add regression test for #46506Guillaume Gomez-0/+24
2023-04-19Rollup merge of #110533 - GuillaumeGomez:missing-blanket-impl-trait-not-publi...Matthias Krüger-0/+31
2023-04-19Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obkbors-22/+26
2023-04-19Add regression test for #94183Guillaume Gomez-0/+31
2023-04-18Rollup merge of #110450 - GuillaumeGomez:fix-nested-items-on-private-doc, r=n...Matthias Krüger-0/+64
2023-04-17Add regression tests for #110422Guillaume Gomez-0/+64
2023-04-16fix library and rustdoc testsDeadbeef-22/+26
2023-04-14Rollup merge of #110279 - GuillaumeGomez:compiler-macro-derive, r=notriddleMatthias Krüger-4/+23
2023-04-13Add test to ensure that compiler built-in proc-macro are considered as suchGuillaume Gomez-4/+23
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer-1/+1
2023-04-05Bless rustdoc test with swapped idsRémy Rakic-2/+2
2023-04-04Rollup merge of #109937 - compiler-errors:rustdoc-rpit-cant-be-documented, r=...Michael Goulet-0/+15
2023-04-04Rollup merge of #109919 - fmease:rustdoc-fix-issue-109488, r=notriddleMichael Goulet-0/+18
2023-04-04Don't collect return-position impl traits for documentationMichael Goulet-0/+15
2023-04-04rustdoc: escape GAT args in more casesLeón Orell Valerian Liehr-0/+18
2023-03-30Update tests for rustc_doc_primitiveGuillaume Gomez-35/+38
2023-03-30Rollup merge of #109509 - ehuss:overlapping-tests, r=Mark-SimulacrumYuki Okushi-0/+0
2023-03-29Rollup merge of #109726 - GuillaumeGomez:doc-hidden-crate, r=notriddleMatthias Krüger-0/+8
2023-03-29Add regression test for #109695Guillaume Gomez-0/+8
2023-03-29Rollup merge of #109534 - petrochenkov:noprimuse, r=GuillaumeGomezDylan DPC-1/+1
2023-03-28rustdoc + rustdoc-json support for non_lifetime_bindersMichael Goulet-0/+9
2023-03-28rustdoc: Unsupport importing `doc(primitive)` and `doc(keyword)` modulesVadim Petrochenkov-1/+1
2023-03-27Bless tidyMaybe Waffle-1/+0
2023-03-26rustdoc: tweak `some variants omitted`Ezra Shaw-0/+11
2023-03-22Rename tests to ensure they don't have overlapping names.Eric Huss-0/+0
2023-03-22Rollup merge of #108954 - notriddle:notriddle/notable-trait-generic, r=camelidMatthias Krüger-0/+41
2023-03-20Rollup merge of #109375 - clubby789:unescape-deprecated-doc, r=jshaMatthias Krüger-2/+2
2023-03-20Rollup merge of #109351 - GuillaumeGomez:no-footnote-in-summary, r=notriddleMatthias Krüger-0/+17
2023-03-20Rollup merge of #109259 - GuillaumeGomez:fix-missing-private-inlining, r=notr...Matthias Krüger-0/+27
2023-03-20Fix improper escaping of deprecation reasonsclubby789-2/+2
2023-03-19Add test for footnote references in doc summaryGuillaume Gomez-0/+17
2023-03-17Add regression test for #109258Guillaume Gomez-0/+27
2023-03-15rustdoc: remove `std::` from primitive intra-doc link tooltipsMichael Howell-0/+2
2023-03-13rustdoc: fix comments in testMichael Howell-4/+4
2023-03-10Rollup merge of #108936 - GuillaumeGomez:rustdoc-anonymous-reexport, r=notriddleMatthias Krüger-2/+27
2023-03-09rustdoc: handle generics better when matching notable traitsMichael Howell-0/+41
2023-03-09rustdoc: move notable trait tests into their own directoryMichael Howell-0/+0
2023-03-09Update rustdoc anonymous reexport test and add regression test for #108931Guillaume Gomez-2/+27
2023-03-09Rollup merge of #108870 - GuillaumeGomez:rustdoc-reexport-of-reexport-of-priv...Matthias Krüger-0/+29
2023-03-08Auto merge of #108121 - aliemjay:resolve-var-region, r=lcnrbors-2/+2