rust/src/librustdoc
bors 3e7f501991 Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, r=QuietMisdreavus
rustdoc: Fix duplicated impls with generics

The same type can appear multiple times in impls so we need to use a set
to avoid adding it multiple times.

Fixes: #45584
2017-11-07 07:24:13 +00:00
..
clean Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcrichton 2017-11-05 11:42:59 +00:00
html Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, r=QuietMisdreavus 2017-11-07 07:24:13 +00:00
passes [Syntax Breaking] Rename DefaultImpl to AutoImpl 2017-11-03 16:13:20 -02:00
build.rs Update to the cc crate 2017-09-28 07:45:50 -07:00
Cargo.toml rustdoc: update pulldown renderer 2017-10-21 13:27:06 -05:00
core.rs incr.comp.: Remove IncrementalHashesMap and calculate_svh module. 2017-09-20 11:21:25 +02:00
doctree.rs [Syntax Breaking] Rename DefaultImpl to AutoImpl 2017-11-03 16:13:20 -02:00
externalfiles.rs Migrate to eprint/eprintln macros where appropriate. 2017-09-28 11:38:35 -04:00
fold.rs
lib.rs Mark several ascii methods as unstable again 2017-11-03 21:28:04 +01:00
markdown.rs rustbuild: Support specifying archiver and linker explicitly 2017-10-15 22:10:07 +03:00
plugins.rs
test.rs Add short message-format 2017-10-20 16:04:32 +02:00
visit_ast.rs Feature gate auto trait and ignore it in rustdoc 2017-11-03 16:13:21 -02:00
visit_lib.rs