rust/src/librustdoc/html
Ulrik Sverdrup 093e18d184 rustdoc: Skip types in impls in search index
For a trait *implementation* there are typedefs which are the types for
that particular trait and implementor. Skip these in the search index.

There were lots of dud items in the search index due to this (search for
Item, Iterator's associated type).

Add a boolean to clean::TypedefItem so that it tracks whether the it is
a type alias on its own, or if it's a `type` item in a trait impl.

Fixes #22442
2015-05-21 14:17:37 +02:00
..
static rustdoc: Fix left margin for type aliases 2015-05-19 01:44:04 +02:00
escape.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
format.rs rustdoc: Fix cross-crate macro source links 2015-04-16 09:44:33 -07:00
highlight.rs syntax: replace sess.span_diagnostic.cm with sess.codemap(). 2015-05-14 01:47:56 +03:00
item_type.rs Structural changes for associated constants 2015-04-23 21:02:25 -06:00
layout.rs Add note about type signature searching to docs 2015-05-06 15:22:35 +03:00
markdown.rs Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
render.rs rustdoc: Skip types in impls in search index 2015-05-21 14:17:37 +02:00
toc.rs Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00