rust/src/librustdoc
SiegeLord bcb07175ce Always insert methods into the search index, even if we're currently in a private module.
Previously, this caused methods of re-exported types to not be inserted into
the search index. This fix may introduce some false positives, but in my
testing they appear as orphaned methods and end up not being inserted into the
final search index at a later stage.

Fixes issue #11943
2014-08-26 14:41:25 -04:00
..
clean DST coercions and DST structs 2014-08-26 12:38:51 +12:00
html Always insert methods into the search index, even if we're currently in a private module. 2014-08-26 14:41:25 -04:00
core.rs rustdoc: Add a --target flag 2014-07-25 07:55:25 -07:00
doctree.rs librustc: Implement simple where clauses. 2014-08-14 14:14:26 -07:00
externalfiles.rs Allow external html in rustdoc for crates. 2014-06-30 00:03:34 -07:00
flock.rs windows: Fix INVALID_HANDLE_VALUE 2014-08-07 16:40:12 -04:00
fold.rs librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00
lib.rs core: Change the argument order on splitn and rsplitn for strs. 2014-08-13 15:27:37 -07:00
markdown.rs rustdoc: Add rustdoc class to <body> tag 2014-08-02 18:59:59 -07:00
passes.rs librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00
plugins.rs Remove stage0 attributes. 2014-08-23 02:11:07 -07:00
stability_summary.rs librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00
test.rs rustdoc: Use --crate-name with --test 2014-07-31 23:01:24 -07:00
visit_ast.rs librustc: Implement simple where clauses. 2014-08-14 14:14:26 -07:00