rust/src/librustdoc
Matthias Krüger 32c96248c5
Rollup merge of #103643 - notriddle:notriddle/summary-focus-visible, r=GuillaumeGomez
rustdoc: stop hiding focus outlines on non-rustdoc-toggle details tags

We really shouldn't be overriding this kind of stuff unless the browser default is really broken (like outlining the thing that isn't clickable). This directly reverts b8f4e74cbc.
2022-10-28 07:06:47 +02:00
..
clean Rollup merge of #103408 - compiler-errors:rpitit-rustdoc, r=GuillaumeGomez 2022-10-27 15:03:56 +02:00
doctest Rename TestOptions to GlobalTestOptions 2021-12-12 17:46:19 -08:00
formats Remove -Ztime option. 2022-10-06 15:49:44 +11:00
html Rollup merge of #103643 - notriddle:notriddle/summary-focus-visible, r=GuillaumeGomez 2022-10-28 07:06:47 +02:00
json rustdoc: render more cross-crate hrtbs properly 2022-10-05 23:14:15 +02:00
passes rustdoc: parse self-closing tags and attributes in invalid_html_tags 2022-10-24 17:52:35 -07:00
theme Correctly handle parens 2022-09-15 13:53:20 +02:00
askama.toml Move back templates into html folder 2022-01-19 11:13:24 +01:00
Cargo.toml Replace rustc_data_structures::thin_vec::ThinVec with thin_vec::ThinVec. 2022-08-29 15:42:13 +10:00
config.rs Avoid cloning RenderOptions. 2022-10-19 08:09:40 +11:00
core.rs rustdoc: Eliminate uses of EarlyDocLinkResolver::all_traits 2022-10-19 12:55:38 +04:00
docfs.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
doctest.rs Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726 2022-10-24 19:32:25 +09:00
error.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
externalfiles.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
fold.rs rustdoc: remove clean::TraitWithExtraInfo 2022-09-27 12:27:04 -07:00
lib.rs rustdoc: Use unix_sigpipe instead of rustc_driver::set_sigpipe_handler 2022-10-24 20:40:46 +02:00
lint.rs Change default lint level of INVALID_HTML_TAGS to warning 2022-10-10 18:28:29 +02:00
markdown.rs Avoid cloning RenderOptions. 2022-10-19 08:09:40 +11:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
scrape_examples.rs separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
theme.rs Correctly handle parens 2022-09-15 13:53:20 +02:00
visit.rs rustdoc: remove clean::TraitWithExtraInfo 2022-09-27 12:27:04 -07:00
visit_ast.rs Populate effective visibilities in 'rustc_resolve' 2022-10-16 21:47:14 +03:00
visit_lib.rs Populate effective visibilities in 'rustc_resolve' 2022-10-16 21:47:14 +03:00

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