summaryrefslogtreecommitdiff
path: root/tests/rustdoc
Commit message (Expand)AuthorAgeFilesLines
* Add regression test for #111415Guillaume Gomez2023-05-161-0/+36
* Use proper impl self type for alias impl in rustdocMichael Goulet2023-05-101-0/+9
* Rollup merge of #111095 - GuillaumeGomez:fix-assoc-item-trait-inside-hidden, ...Matthias Krüger2023-05-102-0/+52
|\
| * Add regression test for #111064Guillaume Gomez2023-05-052-0/+52
* | IAT: Rustdoc integrationLeón Orell Valerian Liehr2023-05-042-4/+79
* | IAT: Introduce AliasKind::InherentLeón Orell Valerian Liehr2023-05-041-0/+14
* | Rollup merge of #110631 - notriddle:notriddle/impl-trait-cycle, r=GuillaumeGomezMatthias Krüger2023-04-301-0/+19
|\ \
| * | rustdoc: catch and don't blow up on impl Trait cyclesMichael Howell2023-04-291-0/+19
* | | Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddleMatthias Krüger2023-04-302-5/+39
|\ \ \ | |/ / |/| / | |/
| * Extend foreign inlined item with `#[repr()]` testGuillaume Gomez2023-04-292-5/+39
* | Rollup merge of #110964 - notriddle:notriddle/deref-impl, r=GuillaumeGomezMatthias Krüger2023-04-2912-0/+43
|\ \ | |/ |/|
| * rustdoc: fix weird margins between Deref impl itemsMichael Howell2023-04-281-0/+43
| * rustdoc: move deref tests into a directoryMichael Howell2023-04-2811-0/+0
* | Auto merge of #110901 - GuillaumeGomez:inlined-repr-rustdoc, r=notriddlebors2023-04-282-0/+17
|\ \ | |/ |/|
| * Add regression test for #110698Guillaume Gomez2023-04-272-0/+17
* | test(doc): no fallback marco resolutionbohan2023-04-271-0/+14
* | Rollup merge of #110798 - ozkanonur:rustdoc-unused-extern-crates, r=jyn514Matthias Krüger2023-04-261-1/+1
|\ \
| * | pass `unused_extern_crates` in `librustdoc::doctest::make_test`ozkanonur2023-04-251-1/+1
| |/
* | Add regression test for #60522Guillaume Gomez2023-04-241-0/+39
|/
* Add regression test for #46506Guillaume Gomez2023-04-201-0/+24
* Rollup merge of #110533 - GuillaumeGomez:missing-blanket-impl-trait-not-publi...Matthias Krüger2023-04-191-0/+31
|\
| * Add regression test for #94183Guillaume Gomez2023-04-191-0/+31
* | Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obkbors2023-04-192-22/+26
|\ \ | |/ |/|
| * fix library and rustdoc testsDeadbeef2023-04-162-22/+26
* | Rollup merge of #110450 - GuillaumeGomez:fix-nested-items-on-private-doc, r=n...Matthias Krüger2023-04-181-0/+64
|\ \ | |/ |/|
| * Add regression tests for #110422Guillaume Gomez2023-04-171-0/+64
* | Rollup merge of #110279 - GuillaumeGomez:compiler-macro-derive, r=notriddleMatthias Krüger2023-04-142-4/+23
|\ \
| * | Add test to ensure that compiler built-in proc-macro are considered as suchGuillaume Gomez2023-04-132-4/+23
| |/
* | Split out a separate feature gate for impl trait in associated typesOli Scherer2023-04-121-1/+1
|/
* Bless rustdoc test with swapped idsRémy Rakic2023-04-051-2/+2
* Rollup merge of #109937 - compiler-errors:rustdoc-rpit-cant-be-documented, r=...Michael Goulet2023-04-041-0/+15
|\
| * Don't collect return-position impl traits for documentationMichael Goulet2023-04-041-0/+15
* | Rollup merge of #109919 - fmease:rustdoc-fix-issue-109488, r=notriddleMichael Goulet2023-04-041-0/+18
|\ \ | |/ |/|
| * rustdoc: escape GAT args in more casesLeón Orell Valerian Liehr2023-04-041-0/+18
* | Update tests for rustc_doc_primitiveGuillaume Gomez2023-03-3021-35/+38
|/
* Rollup merge of #109509 - ehuss:overlapping-tests, r=Mark-SimulacrumYuki Okushi2023-03-301-0/+0
|\
| * Rename tests to ensure they don't have overlapping names.Eric Huss2023-03-221-0/+0
* | Rollup merge of #109726 - GuillaumeGomez:doc-hidden-crate, r=notriddleMatthias Krüger2023-03-291-0/+8
|\ \
| * | Add regression test for #109695Guillaume Gomez2023-03-291-0/+8
* | | Rollup merge of #109534 - petrochenkov:noprimuse, r=GuillaumeGomezDylan DPC2023-03-291-1/+1
|\ \ \
| * | | rustdoc: Unsupport importing `doc(primitive)` and `doc(keyword)` modulesVadim Petrochenkov2023-03-281-1/+1
| |/ /
* | | rustdoc + rustdoc-json support for non_lifetime_bindersMichael Goulet2023-03-281-0/+9
|/ /
* | Bless tidyMaybe Waffle2023-03-271-1/+0
* | rustdoc: tweak `some variants omitted`Ezra Shaw2023-03-261-0/+11
* | Rollup merge of #108954 - notriddle:notriddle/notable-trait-generic, r=camelidMatthias Krüger2023-03-2212-0/+41
|\ \ | |/ |/|
| * rustdoc: fix comments in testMichael Howell2023-03-131-4/+4
| * rustdoc: handle generics better when matching notable traitsMichael Howell2023-03-092-0/+41
| * rustdoc: move notable trait tests into their own directoryMichael Howell2023-03-0911-0/+0
* | Rollup merge of #109375 - clubby789:unescape-deprecated-doc, r=jshaMatthias Krüger2023-03-201-2/+2
|\ \
| * | Fix improper escaping of deprecation reasonsclubby7892023-03-201-2/+2