rust/src/librustdoc
kennytm fb98e3e434 Rollup merge of #45245 - stjepang:more-padding-between-impls, r=QuietMisdreavus
Rustdoc: Increase padding between consecutive impls

Currently, [implementors](https://doc.rust-lang.org/nightly/std/iter/trait.IntoIterator.html#implementors) list is a bit too condensed. More spacing makes the list easier to read.
Check out [this comment](https://github.com/rust-lang/rust/issues/41879#issuecomment-333121118) to see what's the effect of this change.

Closes #41879.

cc @QuietMisdreavus
2017-10-13 23:38:04 +08:00
..
clean Rollup merge of #44989 - QuietMisdreavus:what-is-your-quest, r=GuillaumeGomez 2017-10-13 01:58:36 +08:00
html Rollup merge of #45245 - stjepang:more-padding-between-impls, r=QuietMisdreavus 2017-10-13 23:38:04 +08:00
passes Implemented #[doc(cfg(...))]. 2017-08-10 13:43:59 +08:00
build.rs Update to the cc crate 2017-09-28 07:45:50 -07:00
Cargo.toml Update to the cc crate 2017-09-28 07:45:50 -07:00
core.rs incr.comp.: Remove IncrementalHashesMap and calculate_svh module. 2017-09-20 11:21:25 +02:00
doctree.rs support default impl for specialization 2017-04-24 10:08:48 +00:00
externalfiles.rs Migrate to eprint/eprintln macros where appropriate. 2017-09-28 11:38:35 -04:00
fold.rs use field init shorthand EVERYWHERE 2017-08-15 15:29:17 -07:00
lib.rs let rustdoc print the crate version into docs 2017-10-09 09:56:17 -05:00
markdown.rs Migrate to eprint/eprintln macros where appropriate. 2017-09-28 11:38:35 -04:00
plugins.rs use field init shorthand EVERYWHERE 2017-08-15 15:29:17 -07:00
test.rs Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundi 2017-10-10 02:54:14 +00:00
visit_ast.rs rustc: Make CrateStore private to TyCtxt 2017-09-12 21:14:06 -07:00
visit_lib.rs rustc: Flag some CrateStore methods as "untracked" 2017-09-05 07:37:39 -07:00