rust/src/librustdoc
Alex Crichton 75ef0832ae rustdoc: Improve handling inlined associated types
* All bounds are now discovered through the trait to be inlined.
* The `?Sized` bound now renders correctly for inlined associated types.
* All `QPath`s (`<A as B>::C`) instances are rendered as `A::C` where `C` is a
  hyperlink to the trait `B`. This should improve at least how the docs look at
  least.
* Supertrait bounds are now separated and display as the source lists them.

Closes #20727
Closes #21145
2015-04-07 17:54:34 -07:00
..
clean rustdoc: Improve handling inlined associated types 2015-04-07 17:54:34 -07:00
html rustdoc: Improve handling inlined associated types 2015-04-07 17:54:34 -07:00
core.rs rustdoc: Run external traits through filters 2015-04-07 17:54:33 -07:00
doctree.rs rustdoc: Fix ICE with cross-crate default impls 2015-03-12 21:01:49 -07:00
externalfiles.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
flock.rs Test fixes and rebase conflicts, round 2 2015-03-31 15:56:33 -07:00
fold.rs rustdoc: Run external traits through filters 2015-04-07 17:54:33 -07:00
lib.rs Changes rustdoc --passes help message 2015-04-05 22:39:21 -04:00
markdown.rs rustdoc: Allowing specifying attrs for doctests 2015-04-07 17:54:34 -07:00
passes.rs rustdoc: Fix ICE with cross-crate default impls 2015-03-12 21:01:49 -07:00
plugins.rs Test fixes and rebase conflicts, round 2 2015-03-27 13:43:42 -07:00
stability_summary.rs Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00
test.rs rustdoc: Allowing specifying attrs for doctests 2015-04-07 17:54:34 -07:00
visit_ast.rs Test fixes and rebase conflicts, round 2 2015-03-24 18:37:16 -07:00