rust/src/librustdoc/html
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
..
static Auto merge of #24055 - estsauver:24044, r=alexcrichton 2015-04-05 00:03:21 +00:00
escape.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
format.rs rustdoc: Improve handling inlined associated types 2015-04-07 17:54:34 -07:00
highlight.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
item_type.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
layout.rs std: Deprecate std::old_io::fs 2015-03-04 15:59:30 -08:00
markdown.rs rustdoc: Allowing specifying attrs for doctests 2015-04-07 17:54:34 -07:00
render.rs rustdoc: Show impls for references to types 2015-04-07 17:54:34 -07:00
toc.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00