rust/src/librustdoc
Dylan DPC 53a790c58a
Rollup merge of #69049 - pthariensflame:improvement/imgbot, r=GuillaumeGomez
Optimize image sizes

This was done by [ImgBot](https://imgbot.net/) on my own fork, which I then immediately merged and turned into this manual pull request. Below is reproduced [ImgBot's own message](https://github.com/pthariensflame/rust/pull/3#issue-373452394) on the content of this PR.

r? @steveklabnik since this is a documentation PR, I guess.

---

> ## Beep boop. Your images are optimized!
>
> Your image file size has been reduced by **21%** 🎉
>
> <details>
> <summary>
> Details
> </summary>
>
> | File | Before | After | Percent reduction |
> |:--|:--|:--|:--|
> | /src/etc/installer/gfx/rust-logo.png | 5.71kb | 3.82kb | 33.11% |
> | /src/librustdoc/html/static/down-arrow.svg | 0.63kb | 0.50kb | 20.44% |
> | /src/librustdoc/html/static/wheel.svg | 3.86kb | 3.68kb | 4.66% |
> | /src/librustdoc/html/static/brush.svg | 0.47kb | 0.44kb | 4.61% |
> | | | | |
> | **Total :** | **10.65kb** | **8.44kb** | **20.82%** |
> </details>
>
> ---
>
> [📝docs](https://imgbot.net/docs) | [:octocat: repo](https://github.com/dabutvin/ImgBot) | [🙋issues](https://github.com/dabutvin/ImgBot/issues) | [🏅swag](https://goo.gl/forms/1GX7wlhGEX8nkhGO2) | [🏪marketplace](https://github.com/marketplace/imgbot)
2020-02-13 02:52:53 +01:00
..
clean Review comments. 2020-02-11 23:21:21 +01:00
html [ImgBot] Optimize images 2020-02-11 03:01:20 +00:00
passes Run RustFmt 2020-02-11 19:49:01 +10: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 Show value for consts in the documentation 2019-12-24 10:10:36 +01:00
config.rs Make issue references consistent 2020-02-09 20:43:49 +01:00
core.rs Make issue references consistent 2020-02-09 20:43:49 +01:00
docfs.rs nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
doctree.rs Add constness field to hir::ItemKind::Impl 2020-01-19 23:41:44 -08:00
externalfiles.rs nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
fold.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs Remove unused feature gates from librustdoc 2020-02-07 13:59:23 +01:00
markdown.rs remove redundant imports (clippy::single_component_path_imports) 2020-02-04 01:05:45 +01:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs Rollup merge of #68889 - Zoxc:hir-krate, r=eddyb 2020-02-07 17:00:19 +01:00
theme.rs Minify CSS rules to be able to handle minified theme files as well 2020-02-12 15:49:39 +01:00
visit_ast.rs Add constness field to hir::ItemKind::Impl 2020-01-19 23:41:44 -08:00
visit_lib.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00

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