rust/src/librustdoc
bors 903427b2e8 Auto merge of #95255 - petrochenkov:suggresolve, r=michaelwoerister
resolve: Do not build expensive suggestions if they are not actually used

And remove a bunch of (conditionally) unused parameters from path resolution functions.

This helps with performance issues in https://github.com/rust-lang/rust/pull/94857, and should be helpful in general even without that.
2022-03-25 11:35:19 +00:00
..
clean Rename ~const Drop to ~const Destruct 2022-03-21 17:04:03 +11:00
doctest Rename TestOptions to GlobalTestOptions 2021-12-12 17:46:19 -08:00
formats resolve the conflict in compiler/rustc_session/src/parse.rs 2022-03-16 20:12:30 +08:00
html Remove animation on source sidebar 2022-03-19 16:59:56 +01:00
json rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
passes resolve: Optimize path resolution for rustdoc 2022-03-25 02:03:54 +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 rustc_error: make ErrorReported impossible to construct 2022-03-16 10:35:24 -05:00
docfs.rs rustdoc: Remove a single-use macro 2021-10-28 18:39:32 -07:00
doctest.rs Auto merge of #92361 - vacuus:doctest-run-test-out-lines, r=CraftSpider 2022-03-25 04:01:00 +00: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 rustc_error: make ErrorReported impossible to construct 2022-03-16 10:35:24 -05:00
lint.rs Warn when rustdoc:: group is omitted from lint names 2021-07-03 15:32:09 -04:00
markdown.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -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
scrape_examples.rs Rollup merge of #93497 - willcrichton:rustdoc-scrape-test, r=GuillaumeGomez 2022-02-18 23:23:05 +01:00
theme.rs fix clippy::single_char_pattern perf findings 2021-12-14 12:40:28 +01: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.