rust/src/test/rustdoc
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
..
src-links test: Move all run-make rustdoc tests to test/rustdoc 2015-04-07 17:54:33 -07:00
assoc-types.rs test: Move all run-make rustdoc tests to test/rustdoc 2015-04-07 17:54:33 -07:00
default-impl.rs Test fixes and review feedback 2015-04-10 00:58:10 -07:00
extern-default-method.rs Test fixes and review feedback 2015-04-10 00:58:10 -07:00
extern-method.rs Test fixes and review feedback 2015-04-10 00:58:10 -07:00
ffi.rs Test fixes and review feedback 2015-04-10 00:58:10 -07:00
hidden-line.rs test: Move all run-make rustdoc tests to test/rustdoc 2015-04-07 17:54:33 -07:00
inline-default-methods.rs Test fixes and review feedback 2015-04-10 00:58:10 -07:00
issue-13698.rs Test fixes and review feedback 2015-04-10 00:58:10 -07:00
issue-15169.rs rustdoc: Add a test for #15169 2015-04-07 17:54:33 -07:00
issue-15318-2.rs Test fixes and review feedback 2015-04-10 00:58:10 -07:00
issue-15318-3.rs rustdoc: Add a primitive page for raw pointers 2015-04-07 17:54:33 -07:00
issue-15318.rs Test fixes and review feedback 2015-04-10 00:58:10 -07:00
issue-15347.rs rustdoc: Add a test for fixed issue #15347 2015-04-07 17:54:34 -07:00
issue-16019.rs rustdoc: Add a test for fixed issue #16019 2015-04-07 17:54:34 -07:00
issue-16265-1.rs rustdoc: Only hide possibly private modules 2015-04-07 17:54:34 -07:00
issue-16265-2.rs rustdoc: Only hide possibly private modules 2015-04-07 17:54:34 -07:00
issue-17476.rs Test fixes and review feedback 2015-04-10 00:58:10 -07:00
issue-18199.rs rustdoc: Allowing specifying attrs for doctests 2015-04-07 17:54:34 -07:00
issue-19055.rs rustdoc: Render methods/impls for bare traits 2015-04-07 17:54:34 -07:00
issue-19190-2.rs rustdoc: Inline methods inhereted through Deref 2015-04-16 13:28:15 -07:00
issue-19190-3.rs rustdoc: Inline methods inhereted through Deref 2015-04-16 13:28:15 -07:00
issue-19190.rs rustdoc: Inline methods inhereted through Deref 2015-04-16 13:28:15 -07:00
issue-20175.rs rustdoc: Show impls for references to types 2015-04-07 17:54:34 -07:00
issue-20646.rs Test fixes and review feedback 2015-04-10 00:58:10 -07:00
issue-20727-2.rs Test fixes and review feedback 2015-04-10 00:58:10 -07:00
issue-20727-3.rs Test fixes and review feedback 2015-04-10 00:58:10 -07:00
issue-20727-4.rs Test fixes and review feedback 2015-04-10 00:58:10 -07:00
issue-20727.rs Test fixes and review feedback 2015-04-10 00:58:10 -07:00
issue-21092.rs Test fixes and review feedback 2015-04-10 00:58:10 -07:00
issue-21474.rs rustdoc: Don't duplicate inlined impl blocks 2015-04-07 17:54:34 -07:00
issue-21801.rs Test fixes and review feedback 2015-04-10 00:58:10 -07:00
issue-22025.rs Test fixes and review feedback 2015-04-10 00:58:10 -07:00
issue-22038.rs rustdoc: Encode ABI in all methods 2015-04-07 17:54:34 -07:00
issue-23106.rs rustdoc: Handle tests with bare # marks 2015-04-07 17:54:34 -07:00
issue-23207.rs Test fixes and review feedback 2015-04-10 00:58:10 -07:00
issue-23511.rs rustdoc: Index inherent methods on primitives 2015-04-07 17:54:35 -07:00
issue-23744.rs rustdoc: Add a test for should_fail in doctests 2015-04-07 17:54:35 -07:00
must-use.rs test: Move all run-make rustdoc tests to test/rustdoc 2015-04-07 17:54:33 -07:00
negative-impl.rs test: Move all run-make rustdoc tests to test/rustdoc 2015-04-07 17:54:33 -07:00
recursion1.rs test: Move all run-make rustdoc tests to test/rustdoc 2015-04-07 17:54:33 -07:00
recursion2.rs test: Move all run-make rustdoc tests to test/rustdoc 2015-04-07 17:54:33 -07:00
recursion3.rs test: Move all run-make rustdoc tests to test/rustdoc 2015-04-07 17:54:33 -07:00
search-index.rs test: Move all run-make rustdoc tests to test/rustdoc 2015-04-07 17:54:33 -07:00
smoke.rs test: Move all run-make rustdoc tests to test/rustdoc 2015-04-07 17:54:33 -07:00
src-links.rs test: Move all run-make rustdoc tests to test/rustdoc 2015-04-07 17:54:33 -07:00
viewpath-self.rs test: Move all run-make rustdoc tests to test/rustdoc 2015-04-07 17:54:33 -07:00
where.rs test: Move all run-make rustdoc tests to test/rustdoc 2015-04-07 17:54:33 -07:00