about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/diagnostic_items.rs
AgeCommit message (Collapse)AuthorLines
2023-12-18Replace some instances of FxHashMap/FxHashSet with stable alternatives ↵Michael Woerister-3/+4
(mostly in rustc_hir and rustc_ast_lowering) Part of https://github.com/rust-lang/compiler-team/issues/533
2021-10-06Introduce get_diagnostic_nameCameron Steffen-0/+17