about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ich/impls_hir.rs
AgeCommit message (Expand)AuthorLines
2021-10-03Move ICH to rustc_query_system.Camille GILLOT-150/+0
2021-10-03Move some HashStable impls.Camille GILLOT-41/+0
2021-06-11Hash DefId in rustc_span.Camille GILLOT-41/+0
2021-03-09Remove hir::Expr::attrs.Camille GILLOT-2/+1
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-2/+1
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-1/+1
2020-10-08Implement the instruction_set attributexd009642-0/+6
2020-08-30mv compiler to compiler/mark-0/+228