rust/src/librustdoc
Matthias Krüger 548c3eaa24
Rollup merge of #102005 - notriddle:notriddle/td-summary-column, r=Dylan-DPC
rustdoc: remove unused CSS `td.summary-column`

It was added in 2a1bad70dd to go with this module summary function:

2a1bad70dd/src/librustdoc/html/format.rs (L767-L780)

The corresponding HTML was removed in 0a46933c4d.
2022-09-19 17:55:23 +02:00
..
clean remove the Subst trait, always use EarlyBinder 2022-09-19 11:37:27 +02:00
doctest Rename TestOptions to GlobalTestOptions 2021-12-12 17:46:19 -08:00
formats Rustdoc support 2022-09-09 01:31:45 +00:00
html rustdoc: remove unused CSS td.summary-column 2022-09-18 20:03:17 -07:00
json Rustdoc-Json: Don't loose subitems of foreign traits. 2022-09-13 18:34:15 +01:00
passes Rollup merge of #101735 - notriddle:notriddle/backslash-escaped-html, r=GuillaumeGomez 2022-09-12 22:47:18 +02: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 Simplify CSS parser to check themes 2022-09-14 19:36:03 +02:00
core.rs change AccessLevels representation 2022-09-14 18:11:00 +03:00
docfs.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
doctest.rs Simplify rustc_hir::intravisit::Visitor::visit_variant_data. 2022-08-11 10:54:01 +10: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-Json: Add enum discriminant 2022-09-03 22:15:26 +01:00
lib.rs Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
lint.rs Feature gate the rustdoc::missing_doc_code_examples lint 2022-09-12 21:20:24 +02:00
markdown.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04: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 the receiver from arguments in HIR 2022-09-05 22:25:49 +09:00
theme.rs Correctly handle parens 2022-09-15 13:53:20 +02:00
visit.rs Rustdoc-Json: Add enum discriminant 2022-09-03 22:15:26 +01:00
visit_ast.rs change AccessLevels representation 2022-09-14 18:11:00 +03:00
visit_lib.rs change AccessLevels representation 2022-09-14 18:11:00 +03:00

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