summary refs log tree commit diff
path: root/compiler/rustc_middle/src/hir/map/blocks.rs
AgeCommit message (Expand)AuthorLines
2021-03-09Do not store attrs in FnKind.Camille GILLOT-25/+13
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-12-24use matches!() macro in more placesMatthias Krüger-16/+4
2020-08-30mv compiler to compiler/mark-0/+263