rust/src/librustdoc/html
Michael Howell 2405e60769 rustdoc: remove redundant CSS div.desc { display: block }
DIV tags have block display by default. It is from when this rule
used to target a SPAN tag, but became redundant in
4bd6748bb9.
2022-11-30 09:03:08 -07:00
..
highlight rustdoc: rename syntax highlighting CSS class attribute to attr 2022-10-31 13:55:39 -07:00
length_limit Don't panic if close_tag() is called without tags to close 2021-08-25 20:09:17 -07:00
markdown rustdoc: fix unit tests 2022-09-22 16:29:51 -07:00
render rustdoc: remove fnname CSS class that's styled exactly like fn 2022-11-28 10:51:46 -07:00
static rustdoc: remove redundant CSS div.desc { display: block } 2022-11-30 09:03:08 -07:00
templates Improve accessibility: 2022-11-23 15:08:00 +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 javascript to layout notable traits popups 2022-11-07 22:45:24 -07:00
highlight.rs rustdoc: rename syntax highlighting CSS class attribute to attr 2022-10-31 13:55:39 -07:00
layout.rs Fix rustdoc --version when used with download-rustc 2022-11-09 02:54:51 -06:00
length_limit.rs Don't panic if close_tag() is called without tags to close 2021-08-25 20:09:17 -07:00
markdown.rs rustdoc: make the help button a link to a page 2022-10-15 11:38:42 -07:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
sources.rs rustdoc: use real buttons for scrape examples controls 2022-11-19 12:27:40 -07:00
static_files.rs couple of clippy::perf fixes 2022-11-18 10:30:47 +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