about summary refs log tree commit diff
path: root/src/test/rustdoc/inline_cross/impl_trait.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-47/+0
2022-11-04rustdoc: render unnamed arguments as underscores in cross-crate functions & f...León Orell Valerian Liehr-1/+1
2022-10-05rustdoc: render more cross-crate hrtbs properlyLeón Orell Valerian Liehr-0/+7
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-2/+2
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+0
2021-03-13Avoid sorting predicates by `DefId`Aaron Hill-1/+1
2020-11-18Add support for custom allocators in `Vec`Tim Diekmann-2/+3
2020-07-02Update rustdoc testsGuillaume Gomez-2/+2
2019-09-21add rustdoc test for async fn reexportcsmoe-1/+9
2019-08-19Fix ICE with `impl Trait` in type boundsShotaro Yamada-0/+6
2019-08-19Fix tidyShotaro Yamada-1/+2
2019-08-19Support nested `impl Trait`Shotaro Yamada-0/+6
2019-08-19Associated type bound for inlined impl Trait docShotaro Yamada-0/+6
2019-08-19Support `impl Trait` in inlined documentationShotaro Yamada-0/+13