rust/src/librustdoc
Yuki Okushi 6dd1a404c1
Rollup merge of #105309 - notriddle:notriddle/sidebar-margin-padding, r=GuillaumeGomez
rustdoc: remove no-op mobile CSS `.sidebar { margin: 0; padding: 0 }`

This isn't overriding anything, because the sidebar never has a margin or padding on it.
2022-12-06 12:48:52 +09:00
..
clean Merge generics and where predicates and prevent duplicates in where predicates 2022-12-02 19:40:40 +01:00
doctest Rename TestOptions to GlobalTestOptions 2021-12-12 17:46:19 -08:00
formats Don't generate tuple struct fields into the search index 2022-10-31 11:21:06 +01:00
html Rollup merge of #105309 - notriddle:notriddle/sidebar-margin-padding, r=GuillaumeGomez 2022-12-06 12:48:52 +09:00
json Rustdoc-Json: Don't include foreign traits 2022-12-02 16:58:10 +00:00
passes Auto merge of #104757 - camelid:consolidate-lints, r=GuillaumeGomez,jyn514,Manishearth 2022-12-04 02:56:45 +00: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 update cpufeatures, swap difference to dissimilar 2022-11-29 19:59:37 +03:00
config.rs couple of clippy::perf fixes 2022-11-18 10:30:47 +01:00
core.rs rustc_hir: Relax lifetime requirements on Visitor::visit_path 2022-12-01 17:04:02 +03:00
docfs.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
doctest.rs Use target exe_suffix for doctests 2022-11-26 20:06:13 -08: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 Remove -Zno-interleave-lints. 2022-12-02 13:59:28 +11: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 rustc_hir: Change representation of import paths to support multiple resolutions 2022-12-01 18:51:05 +03:00
visit_lib.rs rustdoc: Split effective visibilities from rustc from similar data built by rustdoc for external def-ids 2022-10-29 23:36:52 +04:00

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