rust/src/librustdoc
Mara Bos dda479815a
Rollup merge of #79069 - jyn514:class-none, r=GuillaumeGomez
Get rid of `highlight::Class::None`

This is mostly me learning the codebase for https://github.com/rust-lang/rust/pull/77939, so feel free to close the PR.
It does have the small benefit that we statically know rustdoc isn't generating useless `span`s, though.

r? `@GuillaumeGomez`
cc `@matklad`
2020-11-17 16:13:51 +01:00
..
clean Make markdown module public for doc-tests 2020-11-15 11:21:13 -05:00
doctest Update doctest tests 2020-11-17 10:33:14 +01:00
formats Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
html Rollup merge of #79069 - jyn514:class-none, r=GuillaumeGomez 2020-11-17 16:13:51 +01:00
json Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
passes Rollup merge of #79097 - GuillaumeGomez:code-block-invalid-html-tag-lint, r=jyn514 2020-11-17 10:06:27 +01:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml Simplfy color availability check 2020-11-17 10:33:14 +01:00
config.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
core.rs Fix warnings 2020-11-15 11:21:13 -05:00
docfs.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
doctest.rs Remove unused import 2020-11-17 10:33:14 +01:00
doctree.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -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 Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
lib.rs Simplfy color availability check 2020-11-17 10:33:14 +01: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 Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
visit_ast.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
visit_lib.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00

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