about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/reachable.rs
AgeCommit message (Expand)AuthorLines
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-10/+10
2021-01-23Allow to query the HIR crate node.Camille GILLOT-0/+1
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-1/+3
2020-11-26Formatting.Camille GILLOT-1/+3
2020-11-26Remove ForeignMod struct.Camille GILLOT-1/+1
2020-11-26Store ForeignItem in a side table.Camille GILLOT-0/+2
2020-08-30mv compiler to compiler/mark-0/+435