rust/src/librustdoc
2020-03-07 17:27:32 +01:00
..
clean fix various typos 2020-03-06 15:19:31 +01:00
html fix various typos 2020-03-06 15:19:31 +01:00
passes Auto merge of #69380 - Zoxc:parent-module, r=michaelwoerister 2020-03-01 14:21:03 +00:00
test Normalize syntax::edition imports. 2020-01-02 19:31:38 +01:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml Update pulldown-cmark dependency 2020-02-14 22:39:45 +01:00
config.rs Make issue references consistent 2020-02-09 20:43:49 +01:00
core.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
docfs.rs Don't always eval arguments inside .expect(), use unwrap_or_else and closure. (clippy::expect_fun_call) 2020-03-05 16:39:20 +01:00
doctree.rs Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
externalfiles.rs nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
fold.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
markdown.rs use char instead of &str for single char patterns 2020-02-27 14:57:22 +01:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
theme.rs use is_empty() instead of len() == x to determine if structs are empty. 2020-02-28 15:16:27 +01:00
visit_ast.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
visit_lib.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00

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