rust/src/librustdoc/html
Nicholas Nethercote ca2561a07b Avoid cloning RenderOptions.
By moving `RenderOptions` out of `Option`, because the two structs' uses
are almost entirely separate.

The only complication is that `unstable_features` is needed in both
structs, but it's a tiny `Copy` type so its duplication seems fine.
2022-10-19 08:09:40 +11:00
..
highlight Extend decoration test to detect regressions 2022-08-20 14:24:05 +02: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 Avoid cloning RenderOptions. 2022-10-19 08:09:40 +11:00
static Rollup merge of #103162 - notriddle:notriddle/crate-search, r=GuillaumeGomez 2022-10-17 23:09:08 +02:00
templates rustdoc: remove unused .sub-logo-container DOM on non-source pages 2022-10-16 17:57:26 -07: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 more dupe word typos 2022-10-14 12:57:56 +08:00
highlight.rs Clean up rustdoc highlight.rs imports a bit 2022-10-08 22:09:51 +02:00
layout.rs Improve loading of crates.js and sidebar-items.js 2022-06-20 11:12:55 -07: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: give .line-number / .line-numbers meaningful names 2022-09-26 11:48:03 -07:00
static_files.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04: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