rust/src/librustdoc/html
Alex Crichton 71c1b5b704 rustdoc: Inline methods inhereted through Deref
Whenever a type implements Deref, rustdoc will now add a section to the "methods
available" sections for "Methods from Deref<Target=Foo>", listing all the
inherent methods of the type `Foo`.

Closes #19190
2015-04-16 13:28:15 -07:00
..
static rustdoc: Inline methods inhereted through Deref 2015-04-16 13:28:15 -07: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 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 Positive case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
markdown.rs Positive case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
render.rs rustdoc: Inline methods inhereted through Deref 2015-04-16 13:28:15 -07:00
toc.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00