summary refs log tree commit diff
path: root/tests/rustdoc/inline_cross/auxiliary
AgeCommit message (Collapse)AuthorLines
2023-06-26Rollup merge of #112920 - fmease:rustdoc-fix-112904, r=GuillaumeGomezTakayuki Maeda-0/+17
rustdoc: render generic params & where-clauses of cross-crate assoc tys in impls We used to only ever render generic parameters & where-clauses of cross-crate associated types when the item was located inside of a trait and we used to just drop them when it was inside of an impl block (trait or inherent). Fixes #112904. `@rustbot` label A-cross-crate-reexports
2023-06-25rustdoc: handle assoc const equalities in cross-crate impl-Trait-in-arg-posLeón Orell Valerian Liehr-0/+7
2023-06-24rustdoc: render gen params & where-clauses of cross-crate assoc tys in impl ↵León Orell Valerian Liehr-0/+17
blocks
2023-06-07rustdoc: re-elide cross-crate default trait object lifetime boundsLeón Orell Valerian Liehr-5/+55
2023-04-29Extend foreign inlined item with `#[repr()]` testGuillaume Gomez-2/+20
2023-04-27Add regression test for #110698Guillaume Gomez-0/+4
2023-01-17rustdoc: Fix glob import inliningVadim Petrochenkov-0/+2
Filter away names that are not actually imported by the glob, e.g. because they are shadowed by something else
2023-01-11Move /src/test to /testsAlbert Larsan-0/+387