rust/src/librustdoc
bors e916815d21 Auto merge of #92526 - djc:rustdoc-askama, r=jsha
Migrate rustdoc from Tera to Askama

See #84419.

Should probably get a benchmarking run to verify if it has the intended effect on rustdoc performance.

cc `@jsha` `@jyn514.`
2022-01-13 00:29:34 +00:00
..
clean Store a Symbol instead of an Ident in VariantDef/FieldDef 2022-01-11 10:16:22 -05:00
doctest Rename TestOptions to GlobalTestOptions 2021-12-12 17:46:19 -08:00
formats Give clearer names to several search index functions 2021-12-27 19:19:56 -08:00
html Auto merge of #92526 - djc:rustdoc-askama, r=jsha 2022-01-13 00:29:34 +00:00
json Auto merge of #92377 - compiler-errors:rustdoc-lifetimes, r=camelid,jyn514 2021-12-30 08:26:07 +00:00
passes Store a Symbol instead of an Ident in VariantDef/FieldDef 2022-01-11 10:16:22 -05:00
templates Address feedback 2022-01-10 18:40:57 +01:00
theme Clean up rustdoc static files 2021-07-07 17:52:18 +02:00
Cargo.toml Migrate rustdoc from Tera to Askama 2022-01-10 18:40:54 +01:00
config.rs Remove configuration which became unused in 8abb4bb698 2022-01-10 18:40:57 +01:00
core.rs rustdoc: Introduce a resolver cache for sharing data between early doc link resolution and later passes 2022-01-07 16:21:53 +08:00
docfs.rs rustdoc: Remove a single-use macro 2021-10-28 18:39:32 -07:00
doctest.rs doctest: Rename options to rustdoc_options 2021-12-12 17:46:19 -08:00
error.rs Simplify rendering of stylesheet links into HTML 2021-11-24 19:41:47 -08:00
externalfiles.rs rustdoc: Fix some unescaped HTML tags in docs 2021-11-19 15:54:05 -05:00
fold.rs rustdoc: Use conditional for _stripped fold 2021-11-04 09:43:13 -07:00
lib.rs rustdoc: Introduce a resolver cache for sharing data between early doc link resolution and later passes 2022-01-07 16:21:53 +08:00
lint.rs Warn when rustdoc:: group is omitted from lint names 2021-07-03 15:32:09 -04:00
markdown.rs Rename TestOptions to GlobalTestOptions 2021-12-12 17:46:19 -08:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
scrape_examples.rs Don't emit shared files when scraping dependencies 2021-12-11 10:13:16 -08:00
theme.rs fix clippy::single_char_pattern perf findings 2021-12-14 12:40:28 +01:00
visit.rs List all cases explicitly in Doc{Folder,Visitor} 2021-11-01 16:15:46 -07:00
visit_ast.rs rustc_middle: Rename Export to ModChild and add some comments 2022-01-09 09:22:07 +08:00
visit_lib.rs rustc_metadata: Rename item_children(_untracked) to module_children(_untracked) 2022-01-09 09:22:06 +08:00

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