rust/src/librustdoc
bors 512bd84f51 Auto merge of #94075 - mikebenfield:wip-enum, r=oli-obk
Use niche-filling optimization even when multiple variants have data.

Fixes #46213
2022-09-07 23:40:06 +00:00
..
clean Use niche-filling optimization even when multiple variants have data. 2022-09-07 20:12:45 +00:00
doctest Rename TestOptions to GlobalTestOptions 2021-12-12 17:46:19 -08:00
formats rustdoc: box ItemKind::Trait 2022-08-16 13:09:37 -07:00
html Rollup merge of #101538 - notriddle:notriddle/content-methods-div, r=GuillaumeGomez 2022-09-07 21:48:23 +02:00
json Rustdoc-Json: More accurate struct type. 2022-09-07 09:42:23 +01:00
passes Rollup merge of #101279 - GuillaumeGomez:doc_auto_cfg_nested_impl, r=notriddle 2022-09-01 21:37:20 +02:00
theme Update minifier version to 0.2.1 2022-06-07 11:38:51 +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 Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
core.rs Change maybe_body_owned_by to take local def id 2022-07-29 18:25:58 -04: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 Revert let_chains stabilization 2022-08-29 19:34:11 +02:00
lint.rs Move/rename lazy::Sync{OnceCell,Lazy} to sync::{Once,Lazy}Lock 2022-06-16 19:54:42 +04: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 Update minifier version to 0.2.1 2022-06-07 11:38:51 +02:00
visit.rs Rustdoc-Json: Add enum discriminant 2022-09-03 22:15:26 +01:00
visit_ast.rs Fix rustdoc JSON inline 2022-07-16 13:39:38 +02:00
visit_lib.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00

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