rust/src/librustdoc
bors 8080f54677 Auto merge of #79575 - jyn514:time-passes, r=Mark-Simulacrum
Don't time `emit_ignored_resolution_errors`

This printed several hundred lines each time rustdoc was run, almost all
of which rounded to 0.000. Since this isn't useful info, don't print it
everywhere, so other perf info is easier to read.

r? `@Mark-Simulacrum`
2020-12-09 04:17:29 +00:00
..
clean Use true ID for def_id. 2020-12-05 22:38:57 +00:00
doctest Update doctest tests 2020-11-17 10:33:14 +01:00
formats Render Markdown in search results 2020-12-03 14:11:37 -08:00
html Use summary_opts() in another spot 2020-12-06 18:52:36 -08:00
json Use true ID for def_id. 2020-12-05 22:38:57 +00:00
passes Use item_name instead of pretty printing 2020-12-02 10:25:16 -05: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 Auto merge of #79575 - jyn514:time-passes, r=Mark-Simulacrum 2020-12-09 04:17:29 +00:00
docfs.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
doctest.rs Fix unknown-crate when using self-profile with rustdoc 2020-12-01 12:54:03 -05:00
doctree.rs Pass around Symbols instead of Idents in doctree 2020-12-01 23:18:46 -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 fold_item_recur non-nullable 2020-11-22 12:59:01 -05:00
lib.rs Add missing feature flag 2020-12-03 14:11:37 -08: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 Pass around Symbols instead of Idents in doctree 2020-12-01 23:18:46 -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.