rust/compiler/rustc_lint/src
Jonas Schievink 81647c627a
Rollup merge of #81275 - jyn514:time-render, r=wesleywiser
Fix <unknown> queries and add more timing info to render_html

Closes https://github.com/rust-lang/rust/issues/81251.

##  Fix `<unknown>` queries

This happened because `alloc_query_strings` was never called.

##  Add more timing info to render_html

This still has some issues I'm not sure how to work out:

- `create_renderer` and `renderer_after_krate` aren't shown by default.
  I want something like `verbose_generic_activity_with_arg`, but it doesn't exist.

I'm also not sure how to show activities that aren't on by default - I
tried `-Z self-profile -Z self-profile-args=all`, but it didn't show up.

r? `@wesleywiser`
2021-01-23 20:16:10 +01:00
..
nonstandard_style
array_into_iter.rs
builtin.rs
context.rs
early.rs
internal.rs
late.rs
levels.rs
lib.rs
methods.rs
non_ascii_idents.rs
nonstandard_style.rs
panic_fmt.rs
passes.rs
redundant_semicolon.rs
traits.rs
types.rs
unused.rs