about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/reachable.rs
AgeCommit message (Expand)AuthorLines
2022-07-12Add an indirection for closures in `hir::ExprKind`Maybe Waffle-1/+4
2022-06-18Remove a possible unnecessary assignmentYuki Okushi-2/+0
2022-06-12Make `ExprKind::Closure` a struct variant.Camille GILLOT-1/+1
2022-06-03Encode MIR for 'unreachable' non-generic fnsMichael Goulet-25/+8
2022-05-13check def_kind before fetching itemMiguel Guarniz-21/+27
2022-05-13remove CollectPrivateImplItemsVisitorMiguel Guarniz-70/+57
2022-05-09reviewlcnr-2/+2
2022-05-09only compute `codegen_fn_attrs` where neededlcnr-11/+17
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-2/+1
2022-04-18Make `#[used]` considered reachableGary Guo-0/+5
2022-02-285 - Make more use of let_chainsCaio-17/+15
2022-02-19Adopt let else in more placesest31-3/+2
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-7/+1
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-10/+6
2022-01-15Return a LocalDefId in get_parent_item.Camille GILLOT-1/+1
2021-12-15Remove `in_band_lifetimes` for `rustc_passes`Peter Jaszkowiak-1/+1
2021-11-28Take a LocalDefId in expect_*item.Camille GILLOT-2/+1
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-1/+1
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