rust/src/librustdoc/html
Mara Bos 2ceee72427
Rollup merge of #81227 - CraftSpider:struct-type-clean, r=jyn514
Remove doctree::StructType

Also removes it from the Union type, as unions can only ever be 'Plain'. Adds a new StructType to JSON, 'union', as the easiest way to encode the type of a union there. This leaves only one item in doctree, `Module`.

r? `@jyn514`
2021-01-22 14:30:16 +00:00
..
highlight rustdoc: Highlight edition-specific keywords correctly in code blocks, accounting for code block edition modifiers 2020-12-24 12:46:17 -06:00
markdown impl Default for LangString, replacing all_false by default 2020-12-20 00:26:38 +01:00
render Rollup merge of #81227 - CraftSpider:struct-type-clean, r=jyn514 2021-01-22 14:30:16 +00:00
static Rollup merge of #81161 - GuillaumeGomez:remove-inline-script, r=Nemo157 2021-01-19 10:27:58 +01:00
toc Format the world 2019-12-22 17:42:47 -05:00
escape.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
format.rs Replace under-used ImplPolarity enum with a boolean 2021-01-09 14:59:37 +01:00
highlight.rs rustdoc: Highlight edition-specific keywords correctly in code blocks, accounting for code block edition modifiers 2020-12-24 12:46:17 -06:00
layout.rs Fix rustc::internal lints on rustdoc 2021-01-21 22:25:59 -05:00
markdown.rs Fix rustc::internal lints on rustdoc 2021-01-21 22:25:59 -05:00
mod.rs Make markdown module public for doc-tests 2020-11-15 11:21:13 -05:00
sources.rs rustdoc: Highlight edition-specific keywords correctly in code blocks, accounting for code block edition modifiers 2020-12-24 12:46:17 -06:00
static_files.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
toc.rs clippy fixes for librustdoc 2021-01-01 21:19:10 +01:00