about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/stable_hash_impls.rs
AgeCommit message (Expand)AuthorLines
2021-03-09Remove hir::Item::attrs.Camille GILLOT-2/+1
2021-03-09Remove hir::ImplItem::attrs.Camille GILLOT-11/+2
2021-03-09Remove hir::TraitItem::attrs.Camille GILLOT-2/+1
2021-03-09Remove hir::ForeignItem::attrs.Camille GILLOT-2/+1
2021-03-09Remove hir::MacroDef::attrs.Camille GILLOT-2/+1
2021-02-15Only store a LocalDefId in hir::MacroDef.Camille GILLOT-2/+16
2021-02-15Only store a LocalDefId in hir::ForeignItem.Camille GILLOT-6/+20
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-5/+5
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-5/+5
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-5/+5
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-0/+9
2020-11-26Store ForeignItem in a side table.Camille GILLOT-2/+17
2020-08-30mv compiler to compiler/mark-0/+167