about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/late.rs
AgeCommit message (Expand)AuthorLines
2021-09-30Do not pass hir::Crate to lints.Camille GILLOT-4/+2
2021-09-12Gather module items after lowering.Camille GILLOT-4/+2
2021-09-02Rename walk_crate.Camille GILLOT-1/+1
2021-09-02Stop using walk_crate.Camille GILLOT-3/+2
2021-08-28Treat macros as HIR itemsinquisitivecrystal-4/+0
2021-07-25Add inferred args to typeckkadmin-0/+5
2021-05-17Auto merge of #85178 - cjgillot:local-crate, r=oli-obkbors-3/+3
2021-05-15Fix unused attributes on macro_rules.Eric Huss-0/+4
2021-05-12Use () for privacy.Camille GILLOT-3/+3
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-3/+3
2021-03-09Track HirId when visiting attributes.Camille GILLOT-4/+7
2021-03-09Access attrs directly from HirId in rustc_lint::late.Camille GILLOT-14/+13
2021-02-15Index Modules using their LocalDefId.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::ForeignItem.Camille GILLOT-2/+2
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-2/+2
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-2/+2
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-2/+2
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-1/+1
2021-01-18Reset LateContext enclosing body in nested itemsCameron Steffen-0/+4
2020-10-24Fix inconsistencies in handling of inert attributes on statementsAaron Hill-6/+7
2020-08-30mv compiler to compiler/mark-0/+499