summary refs log tree commit diff
path: root/compiler/rustc_passes/src/reachable.rs
AgeCommit message (Expand)AuthorLines
2021-08-28Remove obsolete `MacroDef` variant of `OwnerNode`inquisitivecrystal-2/+1
2021-08-28Treat macros as HIR itemsinquisitivecrystal-0/+1
2021-08-15Fix `reachable_set` for non-function items in non-library crateshyd-dev-15/+16
2021-08-12Add associated functions that have custom linkage to `reachable_set`hyd-dev-13/+21
2021-07-31rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tablesVadim Petrochenkov-4/+2
2021-05-17Auto merge of #85178 - cjgillot:local-crate, r=oli-obkbors-6/+3
2021-05-12Use () for privacy.Camille GILLOT-2/+1
2021-05-12Use () in reachable_set.Camille GILLOT-4/+2
2021-04-25Reachable statics have reachable initializersTomasz Miąsko-2/+1
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-4/+3
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