rust/src/librustdoc
Mark Simulacrum 5ded76ca21 Rollup merge of #42096 - ollie27:rustdoc_js_impls, r=GuillaumeGomez
rustdoc: Fix implementors list javascript

* Use a different loop variable, `i` was already taken. This caused
missing items in the implementors list.
* Use `.getAttribute('href')` rather than `.href` to get the relative
URL which is what it needs to actually fix the links.

More fallout from #41307.

r? @GuillaumeGomez
2017-05-19 14:16:25 -06:00
..
clean rustc: stop interning CodeExtent, it's small enough. 2017-05-13 17:43:32 +03:00
html Rollup merge of #42096 - ollie27:rustdoc_js_impls, r=GuillaumeGomez 2017-05-19 14:16:25 -06:00
passes Fix hard break issue 2017-03-31 12:16:03 -06:00
build.rs Hoedown big comeback! 2017-04-17 18:10:03 +02:00
Cargo.toml remove use of ast_ty_to_ty_cache from librustdoc 2017-05-03 21:26:28 -04:00
core.rs Remove rustc_llvm dependency from librustc 2017-05-15 11:13:30 +02:00
doctree.rs support default impl for specialization 2017-04-24 10:08:48 +00:00
externalfiles.rs Add markdown-[before|after]-content options 2017-05-08 14:25:01 +02:00
fold.rs Remove redundant 'Variant' in variant names, stop reexporting. 2016-10-02 21:58:23 -04:00
lib.rs Give a nicer error for non-Unicode arguments to rustc and rustdoc 2017-05-18 16:11:22 -07:00
markdown.rs Add Options type in libtest and remove argument 2017-05-05 10:52:10 +02:00
plugins.rs Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
test.rs Remove rustc_llvm dependency from librustc 2017-05-15 11:13:30 +02:00
visit_ast.rs support default impl for specialization 2017-04-24 10:08:48 +00:00
visit_lib.rs Fix rustdoc infinitely recursing when an external crate reexports itself 2017-04-09 12:12:05 -04:00