rust/src/librustdoc
Brandon W Maister 17691af38d doc pages: add the ability to search unknown types
This enables `*` in all type positions in doc searches, which I often
want in order to find functions that create or convert specific
types (e.g. `* -> vec`) but I don't actually know what kinds of input
they expect.

I actually started working on this because of #31598, but I've wanted it
several times when exploring new crates.
2016-02-16 04:10:30 +05:30
..
clean Auto merge of #31596 - mitaa:rdoc_assoc_item, r=alexcrichton 2016-02-13 19:28:09 +00:00
html doc pages: add the ability to search unknown types 2016-02-16 04:10:30 +05:30
build.rs bootstrap: Add directives to not double-link libs 2016-02-11 11:12:32 -08:00
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
core.rs Make rustdoc report driver phase-3 errors instead of continuing 2016-02-08 21:17:17 -08:00
doctree.rs Abstract away differences between Vec and ptr::P in HIR 2015-12-18 00:52:56 +03:00
externalfiles.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
flock.rs Rename sunos to solaris 2016-01-31 19:01:30 +03:00
fold.rs Support #[deprecated] in rustdoc 2015-12-12 23:01:27 +03:00
lib.rs Add compile-fail test in rustdoc 2016-02-07 13:03:32 +01:00
markdown.rs Use --cfg when running doctests 2015-12-15 18:03:55 +09:00
passes.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
plugins.rs std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
test.rs Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson 2016-02-12 18:25:08 +00:00
visit_ast.rs Abstract away differences between Vec and ptr::P in HIR 2015-12-18 00:52:56 +03:00