rust/src/librustdoc
bors f6cef572d6 Auto merge of #95905 - vacuus:markdown-render, r=GuillaumeGomez
rustdoc: Reduce allocations in a `markdown` function

Not `html::markdown` this time, just `markdown`, haha.
2022-04-12 22:56:06 +00:00
..
clean Rollup merge of #95876 - fee1-dead:note-const-drop, r=oli-obk 2022-04-11 12:06:56 +02:00
doctest Rename TestOptions to GlobalTestOptions 2021-12-12 17:46:19 -08:00
formats Remember mutability in DefKind::Static. 2022-03-29 18:50:52 +02:00
html rustdoc: Reduce allocations in a html::markdown function 2022-04-09 19:14:29 -04:00
json Remove header field from clean::Function 2022-03-29 11:46:57 +02:00
passes rustdoc: Early doc link resolution fixes and refactorings 2022-04-07 00:19:48 +03:00
theme Clean up rustdoc static files 2021-07-07 17:52:18 +02:00
askama.toml Move back templates into html folder 2022-01-19 11:13:24 +01:00
Cargo.toml Update minifier version 2022-03-07 15:10:24 +01:00
config.rs librustdoc: adopt let else in more places 2022-03-04 10:33:29 +01:00
core.rs rustdoc: Early doc link resolution fixes and refactorings 2022-04-07 00:19:48 +03:00
docfs.rs rustdoc: Remove a single-use macro 2021-10-28 18:39:32 -07:00
doctest.rs rustdoc doctest: include signal number in exit status 2022-04-07 11:16:13 -07:00
error.rs Simplify rendering of stylesheet links into HTML 2021-11-24 19:41:47 -08:00
externalfiles.rs librustdoc: adopt let else in more places 2022-03-04 10:33:29 +01:00
fold.rs make GATs print properly in traits 2022-02-27 21:36:29 -08:00
lib.rs rustdoc: Early doc link resolution fixes and refactorings 2022-04-07 00:19:48 +03:00
lint.rs Warn when rustdoc:: group is omitted from lint names 2021-07-03 15:32:09 -04:00
markdown.rs Remove a format invocation 2022-04-12 11:04:37 -04: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 Rollup merge of #93497 - willcrichton:rustdoc-scrape-test, r=GuillaumeGomez 2022-02-18 23:23:05 +01:00
theme.rs rustdoc: Reduce allocations in a theme function 2022-04-10 19:17:38 -04:00
visit.rs make GATs print properly in traits 2022-02-27 21:36:29 -08:00
visit_ast.rs fix typos 2022-03-15 02:00:08 +01: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.