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 Implement rustc side of report-future-incompat 2020-10-30 20:02:14 -04:00
builtin.rs Account for labels when suggesting loop instead of while true 2021-01-21 21:41:46 -08:00
context.rs Fix formatting for removed lints 2021-01-17 16:18:02 -05:00
early.rs Remove special casing of rustdoc in rustc_lint 2021-01-22 14:50:21 -05:00
internal.rs Only deny doc_keyword in std and set it as "allow" by default 2020-12-03 16:48:17 +01:00
late.rs
levels.rs Fix formatting for removed lints 2021-01-17 16:18:02 -05:00
lib.rs Auto merge of #78242 - Nadrieril:rename-overlapping_endpoints-lint, r=varkor 2020-12-22 10:32:03 +00:00
methods.rs
non_ascii_idents.rs
nonstandard_style.rs Rollup merge of #80628 - matthiaskrgr:match_ref_pats, r=varkor 2021-01-03 17:09:11 +01:00
panic_fmt.rs
passes.rs
redundant_semicolon.rs Lint on redundant trailing semicolon after item 2020-12-29 16:30:02 -05:00
traits.rs Review changes 2021-01-16 18:56:37 -05:00
types.rs Use Option::map_or instead of .map(..).unwrap_or(..) 2021-01-14 19:23:59 +01:00
unused.rs Review changes 2021-01-16 18:56:37 -05:00