rust/src/librustdoc
Dylan DPC 2ad7c1687f
Rollup merge of #75249 - GuillaumeGomez:rust-logo-border, r=Manishearth
Only add a border for the rust logo

![Screenshot from 2020-08-07 11-22-51](https://user-images.githubusercontent.com/3050060/89631113-9dadc700-d8a0-11ea-8063-ad40207decaa.png)
![Screenshot from 2020-08-07 11-19-47](https://user-images.githubusercontent.com/3050060/89631114-9e465d80-d8a0-11ea-96ba-1d6926c8e7a9.png)
![Screenshot from 2020-08-07 11-19-41](https://user-images.githubusercontent.com/3050060/89631117-9edef400-d8a0-11ea-9c66-0df3d8c1ac2d.png)

I didn't add a border for the light theme though, as I felt it as unnecessary.

r? @Manishearth
2020-08-11 01:56:32 +02:00
..
clean Auto merge of #74936 - GuillaumeGomez:const-rustc_const_unstable, r=jyn514 2020-08-10 17:12:42 +00:00
formats More requested changes 2020-07-27 17:34:17 -05:00
html Rollup merge of #75249 - GuillaumeGomez:rust-logo-border, r=Manishearth 2020-08-11 01:56:32 +02:00
json Update driver to add json backend 2020-07-30 14:13:51 -05:00
passes Give precedence to primitives over modules 2020-08-09 08:34:21 -04: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 Update driver to add json backend 2020-07-30 14:13:51 -05:00
core.rs EXTREMELY hacky fix 2020-08-07 21:26:12 -04:00
docfs.rs fix clippy::unit_arg: make it explicit that Ok(()) is being returned 2020-08-07 22:47:32 +02:00
doctree.rs Support configurable deny-warnings for all in-tree crates. 2020-06-25 21:17:21 -07:00
error.rs Move Error and RenderInfo out of html module 2020-07-27 16:00:38 -05: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 Auto merge of #75124 - nnethercote:clean-up-rustdoc-main, r=oli-obk 2020-08-05 09:09:17 +00: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 Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
theme.rs Expand and remove try_something macro. 2020-04-02 19:55:56 +02:00
visit_ast.rs rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03: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.