rust/src/librustdoc
Yuki Okushi 38b295699f
Rollup merge of #74361 - GuillaumeGomez:theme-logo, r=Manishearth
Improve doc theme logo display

Fixes #74350.

The first commit cleans up the whitespaces and converts them to tabs. We should definitely write a tidy check for this (will do it in another PR).

Screenshots:

![Screenshot from 2020-07-15 14-08-25](https://user-images.githubusercontent.com/3050060/87543748-8581c800-c6a5-11ea-8417-cbf98ebbfd10.png)
![Screenshot from 2020-07-15 14-11-59](https://user-images.githubusercontent.com/3050060/87543747-84e93180-c6a5-11ea-8cea-976b1470e809.png)
![Screenshot from 2020-07-15 14-12-12](https://user-images.githubusercontent.com/3050060/87543745-84509b00-c6a5-11ea-8324-c3c46ab2d9ef.png)

r? @lzutao
cc @Cldfire
2020-07-24 18:56:22 +09:00
..
clean Only skip impls of foreign unstable traits 2020-07-19 16:39:20 -04:00
html Rollup merge of #74361 - GuillaumeGomez:theme-logo, r=Manishearth 2020-07-24 18:56:22 +09:00
passes rustdoc: Add explanation when linting against public to private item links 2020-07-22 21:40:51 +02:00
test Normalize syntax::edition imports. 2020-01-02 19:31:38 +01:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml Remove unused lazy_static 2020-07-16 09:03:46 -04:00
config.rs Clean up handling of style files in rustdoc 2020-07-12 14:37:22 -04:00
core.rs Rollup merge of #71670 - GuillaumeGomez:enforce-codeblocks-attribute-check, r=Mark-Simulacrum 2020-07-17 14:08:55 -07:00
docfs.rs Clean up rustdoc source code 2020-05-08 15:08:15 +02:00
doctree.rs Support configurable deny-warnings for all in-tree crates. 2020-06-25 21:17:21 -07:00
externalfiles.rs rustdoc: Rename internal API fns to into_string 2020-07-15 10:55:40 +00:00
fold.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs Don't ICE on infinitely recursive types 2020-07-15 10:54:05 -04:00
markdown.rs rustdoc: Rename internal API fns to into_string 2020-07-15 10:55:40 +00:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
test.rs Update code to new invalid_codeblock_attributes lint name 2020-07-16 16:40:16 +02:00
theme.rs Expand and remove try_something macro. 2020-04-02 19:55:56 +02:00
visit_ast.rs Record visibility of reexports for all items, not just type items 2020-07-16 22:22:40 -07:00
visit_lib.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00

For more information about how librustdoc works, see the rustc dev guide.