rust/src/librustdoc
2022-06-25 21:43:54 +02:00
..
clean Auto merge of #98279 - cjgillot:all-fresh-nofn, r=petrochenkov 2022-06-22 10:48:58 +00:00
doctest Rename TestOptions to GlobalTestOptions 2021-12-12 17:46:19 -08:00
formats Don't generate "Impls on Foreign Types" for std 2022-06-04 11:10:51 -07:00
html Fix CSS rule for selected and hovered items in the source sidebar 2022-06-25 21:43:54 +02:00
json Filter out keyword items in rustdoc JSON output 2022-06-22 16:26:04 +02:00
passes Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se 2022-06-19 00:17:13 +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 Update minifier version to 0.2.1 2022-06-07 11:38:51 +02:00
config.rs fix simple clippy lints 2022-05-24 12:24:41 -04:00
core.rs Move/rename lazy::Sync{OnceCell,Lazy} to sync::{Once,Lazy}Lock 2022-06-16 19:54:42 +04:00
docfs.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
doctest.rs Preserve the path of the target spec json file for usage by rustdoc 2022-06-19 15:33:09 +00: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 Remove fields_stripped fields (and equivalents) 2022-05-21 13:21:12 +02:00
lib.rs Make ResolverAstLowering a struct. 2022-06-14 22:44:27 +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 Move finish out of the Encoder trait. 2022-06-16 16:20:32 +10:00
theme.rs Update minifier version to 0.2.1 2022-06-07 11:38:51 +02:00
visit.rs fix simple clippy lints 2022-05-24 12:24:41 -04:00
visit_ast.rs Exclude cfg "doc" and "doctest" from feature doc_auto_cfg 2022-06-16 01:11:29 +08: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.