rust/compiler/rustc_lint/src
bors fd20a8be0d Auto merge of #81453 - jumbatm:clashing-extern-decl-perf, r=nagisa
clashing_extern_declarations: Use symbol interning to avoid string alloc.

Use symbol interning as a hack to avoid allocating a string for every symbol name we store in the seen set. This hopefully addresses the minor perf regression described in https://github.com/rust-lang/rust/pull/80009#issuecomment-763526902.

r? `@nagisa`
2021-01-30 16:41:05 +00:00
..
nonstandard_style mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
array_into_iter.rs Implement rustc side of report-future-incompat 2020-10-30 20:02:14 -04:00
builtin.rs Use symbol interning to avoid string alloc. 2021-01-28 08:03:36 +10:00
context.rs Rollup merge of #81176 - camsteffen:qpath-res, r=oli-obk 2021-01-29 09:17:32 +09: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 Reset LateContext enclosing body in nested items 2021-01-18 13:38:14 -06:00
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 Fix doctest 2020-10-26 18:19:49 -04:00
non_ascii_idents.rs Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwco 2020-09-14 21:43:17 +00:00
nonstandard_style.rs Rollup merge of #80628 - matthiaskrgr:match_ref_pats, r=varkor 2021-01-03 17:09:11 +01:00
panic_fmt.rs Improve panic_fmt lint messages. 2020-10-29 19:44:06 +01:00
passes.rs Add check_generic_arg early pass 2020-10-16 17:14:36 -03:00
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 ty::{IntTy,UintTy,FloatTy} in rustc 2021-01-18 21:09:30 +01:00
unused.rs Review changes 2021-01-16 18:56:37 -05:00