7 Commits

Author SHA1 Message Date
Rain c3864bee80 rustdoc: show impl Trait<Box<Local>> for Foreign, etc on Local's docs
This is a generalization of PR 92940: that PR handled cases like `impl Foreign for Box<Local>`, but was missing handling for a few other closely related cases.

My particular interest was with showing `impl From<Box<Utf8Path>> for Box<Path>` in camino's documentation. But I ended up handling a bunch of related cases along the way.

I'm new to rustdoc so please let me know if I got anything wrong :) took a bit to fully understand how this worked.
2026-06-27 03:27:43 -07:00
CoCo-Japan-pan 656124ded8 Reorder impl restriction rendering and add bottom margin 2026-06-09 12:28:11 +09:00
CoCo-Japan-pan 5358c2fdbb Add tests for impl restriction rendering 2026-06-03 00:22:16 +09:00
León Orell Valerian Liehr 061088369a rustdoc: Separate the caches for synthetic auto trait & blanket impls 2026-05-30 21:23:30 +02:00
Guillaume Gomez e62880676a rustdoc: Improve sentence for documented empty impl blocks 2026-02-23 16:25:27 +01:00
León Orell Valerian Liehr ac8e8505b7 rustdoc: Stop unconditionally evaluating the initializer of associated consts 2026-01-17 12:12:36 +01:00
Guillaume Gomez a928f3352d Rename tests/rustdoc into tests/rustdoc-html 2026-01-07 14:23:30 +01:00