rust/src/librustdoc
2021-03-01 00:30:40 -05:00
..
clean Remove the dummy cache in DocContext 2021-03-01 00:30:30 -05:00
doctest Fix injected errors when running doctests on a crate named after a keyword 2021-02-11 17:16:43 -05:00
formats Remove unused RenderInfo struct 2021-03-01 00:30:40 -05:00
html Remove the dummy cache in DocContext 2021-03-01 00:30:30 -05:00
json Remove the dummy cache in DocContext 2021-03-01 00:30:30 -05:00
passes Remove the dummy cache in DocContext 2021-03-01 00:30:30 -05:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00
config.rs Remove unused RenderInfo struct 2021-03-01 00:30:40 -05:00
core.rs Remove unused RenderInfo struct 2021-03-01 00:30:40 -05:00
docfs.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
doctest.rs Only store a LocalDefId in hir::MacroDef. 2021-02-15 19:35:55 +01:00
doctree.rs Move StructType to clean, remove it from Unions, make JSON output whether something is a union 2021-01-20 16:46:34 -05:00
error.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
externalfiles.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
fold.rs Put clean::Trait extra information into a new struct to make it more coherent 2021-02-23 21:58:16 +01:00
lib.rs Remove the dummy cache in DocContext 2021-03-01 00:30:30 -05:00
markdown.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
theme.rs Replace under-used ImplPolarity enum with a boolean 2021-01-09 14:59:37 +01:00
visit_ast.rs Remove the dummy cache in DocContext 2021-03-01 00:30:30 -05:00
visit_lib.rs Remove the dummy cache in DocContext 2021-03-01 00:30:30 -05:00

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