rust/src/librustdoc
Mark Rousskov ad40e4517f Provide warnings for invalid code blocks in markdown files
Previously we would only warn on Rust code but we can also do so when
testing markdown (the diag::Handler is available).
2018-07-31 11:37:21 -06:00
..
clean Delete unused code in rustdoc 2018-07-30 16:33:56 -06:00
html Provide warnings for invalid code blocks in markdown files 2018-07-31 11:37:21 -06:00
passes Delete unused code in rustdoc 2018-07-30 16:33:56 -06:00
Cargo.toml Minify css 2018-06-25 23:28:20 +02:00
core.rs Replace push loops with collect() and extend() where possible 2018-07-29 18:53:22 +02:00
doctree.rs Delete unused code in rustdoc 2018-07-30 16:33:56 -06:00
externalfiles.rs replace error/warning println with structured diag 2018-05-14 11:03:22 -05:00
fold.rs Delete unused code in rustdoc 2018-07-30 16:33:56 -06:00
lib.rs Delete unused code in rustdoc 2018-07-30 16:33:56 -06:00
markdown.rs Provide warnings for invalid code blocks in markdown files 2018-07-31 11:37:21 -06:00
README.md Move librustdoc readme to rustc guide 2018-03-12 20:09:50 -05:00
test.rs Provide warnings for invalid code blocks in markdown files 2018-07-31 11:37:21 -06:00
theme.rs replace error/warning println with structured diag 2018-05-14 11:03:22 -05:00
visit_ast.rs Auto merge of #52211 - bjorn3:misc_rustdoc_changes, r=QuietMisdreavus 2018-07-23 09:37:03 +00:00
visit_lib.rs Remove is_import field 2018-06-03 11:29:44 -06:00

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