about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/diagnostic_items.rs
AgeCommit message (Expand)AuthorLines
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-4/+4
2022-05-13remove DiagnosticItemCollectorMiguel Guarniz-39/+28
2022-05-10fix typolcnr-1/+1
2022-03-22use `format-args-capture` and remove unnecessary nested if blocks in some par...Takayuki Maeda-4/+3
2021-10-06Introduce get_diagnostic_nameCameron Steffen-20/+14
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-1/+1
2021-08-28Treat macros as HIR itemsinquisitivecrystal-4/+0
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-5/+4
2021-07-25Merge the BTreeMap in hir::Crate.Camille GILLOT-1/+1
2021-07-01Rename all_crate_nums query to crates and remove useless wrapperbjorn3-1/+1
2021-05-12Use () for lang items.Camille GILLOT-11/+7
2021-03-09Access attrs directly from HirId in rustc_passes::diagnostic_item.Camille GILLOT-6/+8
2021-02-15Use less HirId when referring to items.Camille GILLOT-8/+7
2021-02-15Only store a LocalDefId in hir::MacroDef.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::ForeignItem.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-1/+1
2020-11-26Use visitor for its very purpose.Camille GILLOT-13/+3
2020-11-26Store ForeignItem in a side table.Camille GILLOT-0/+2
2020-10-18Allow #[rustc_diagnostic_item] on macros.Mara Bos-0/+4
2020-10-27Cache foreign_modules queryRyan Levick-1/+1
2020-09-19transmute: use diagnostic itemBastian Kauschke-1/+13
2020-08-30mv compiler to compiler/mark-0/+131