rust/src/librustdoc/html
Michael Howell 8cb5be96c4 rustdoc: use [svgo] to shrink wheel.svg
[svgo]: https://github.com/svg/svgo

    $ du -bs src/librustdoc/html/static/images/wheel.svg wheel-old.svg
    2972    src/librustdoc/html/static/images/wheel.svg
    3764    wheel-old.svg

100*((2972-3764)/3764) = -21.04%
2023-02-08 14:17:19 -07:00
..
highlight rustdoc: rename syntax highlighting CSS class attribute to attr 2022-10-31 13:55:39 -07:00
length_limit Remove from librustdoc and clippy too 2023-01-27 20:44:19 -08:00
markdown Extend rustdoc hashtag prepended line test 2022-12-11 14:39:09 +01:00
render rustdoc: trait bound formatting 2023-02-04 19:10:04 +01:00
static rustdoc: use [svgo] to shrink wheel.svg 2023-02-08 14:17:19 -07:00
templates Rollup merge of #107471 - notriddle:notriddle/default-settings, r=GuillaumeGomez 2023-02-07 17:57:14 +01:00
toc Format the world 2019-12-22 17:42:47 -05:00
url_parts_builder Document and test UrlPartsBuilder::push_fmt 2022-01-14 12:05:35 -08:00
escape.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
format.rs rustdoc: use a newline instead of <br> to format code headers 2023-02-07 11:23:25 -07:00
highlight.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
layout.rs rustdoc: remove meta keywords from HTML 2023-01-30 12:20:06 -07:00
length_limit.rs Remove from librustdoc and clippy too 2023-01-27 20:44:19 -08:00
markdown.rs Turn MarkdownWithToc into a struct with named fields 2023-02-06 16:31:17 +01:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
sources.rs rustdoc: remove meta keywords from HTML 2023-01-30 12:20:06 -07:00
static_files.rs Inline CSS background images directly into the CSS 2023-02-01 11:51:02 +01:00
tests.rs rustdoc: avoid many Symbol to String conversions. 2022-01-14 11:57:18 -08:00
toc.rs fix clippy perf lints 2022-05-24 13:35:54 -04:00
url_parts_builder.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00