rust/compiler/rustc_lint/src
bors d6f0642827 Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin
Remove HirId -> LocalDefId map from HIR.

Having this map in HIR prevents the creating of new definitions after HIR has been built.
Thankfully, we do not need it.

Based on https://github.com/rust-lang/rust/pull/103902
2023-01-28 16:11:33 +00:00
..
nonstandard_style
array_into_iter.rs refactor: cleanup 2023-01-09 18:57:02 -05:00
builtin.rs Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin 2023-01-28 16:11:33 +00:00
context.rs fix #104440 2023-01-16 21:06:34 +09:00
deref_into_dyn_supertrait.rs migrate: deref_into_dyn_supertrait.rs 2023-01-09 18:57:02 -05:00
early.rs fix issues in unused lint 2023-01-14 17:11:04 +08:00
enum_intrinsics_non_enums.rs refactor: cleanup 2023-01-09 18:57:02 -05:00
errors.rs refactor: cleanup 2023-01-09 18:57:02 -05:00
expect.rs Auto merge of #106776 - oli-obk:om_nom_nom_nom_nom, r=cjgillot 2023-01-13 13:57:21 +00:00
for_loops_over_fallibles.rs fix: use LocalDefId instead of HirId in trait res 2023-01-23 11:42:18 +00:00
hidden_unicode_codepoints.rs migrate: hidden_unicode_codepoints.rs 2023-01-09 17:07:25 -05:00
internal.rs remove redundant clones 2023-01-15 15:02:02 +01:00
late.rs Remove HirId -> LocalDefId map from HIR. 2023-01-28 09:55:26 +00:00
let_underscore.rs refactor: cleanup 2023-01-09 18:57:02 -05:00
levels.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
lib.rs fix issues in unused lint 2023-01-14 17:11:04 +08:00
lints.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
methods.rs refactor: cleanup 2023-01-09 18:57:02 -05:00
non_ascii_idents.rs refactor: cleanup 2023-01-09 18:57:02 -05:00
non_fmt_panic.rs refactor: cleanup 2023-01-09 18:57:02 -05:00
nonstandard_style.rs Remove HirId -> LocalDefId map from HIR. 2023-01-28 09:55:26 +00:00
noop_method_call.rs refactor: cleanup 2023-01-09 18:57:02 -05:00
opaque_hidden_inferred_bound.rs
pass_by_value.rs remove redundant clones 2023-01-15 15:02:02 +01:00
passes.rs Take a LocalDefId in hir::Visitor::visit_fn. 2023-01-28 09:51:50 +00:00
redundant_semicolon.rs refactor: cleanup 2023-01-09 18:57:02 -05:00
tests.rs
traits.rs refactor: cleanup 2023-01-09 18:57:02 -05:00
types.rs Remove HirId -> LocalDefId map from HIR. 2023-01-28 09:55:26 +00:00
unused.rs Rollup merge of #106148 - chenyukang:yukang/fix-105061-unused, r=lcnr 2023-01-17 20:33:03 +05:30