about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/foreign_modules.rs
AgeCommit message (Expand)AuthorLines
2025-07-13Retire hir::ForeignItemRef.Camille GILLOT-1/+1
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-2/+2
2023-07-17Do not fetch HIR in native_libs.Camille GILLOT-8/+5
2023-07-17Simplify foreign_modules.Camille GILLOT-3/+15
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-3/+3
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+1
2022-05-06use def_span and def_kind queries instead of calling tcx.hir() methodsMiguel Guarniz-1/+1
2022-04-08remove ItemLikeVisitor impls in incremental, interface, metadata and symbol_m...Miguel Guarniz-25/+8
2022-04-08remove some uses of visit_all_item_likes in incremental, metadata and interfa...Miguel Guarniz-3/+10
2022-02-19Adopt let else in more placesest31-3/+2
2021-12-14Remove `in_band_lifetimes` from `rustc_metadata`Sylvan Bowdler-1/+1
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-1/+1
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::ForeignItem.Camille GILLOT-6/+4
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-4/+1
2020-11-26Remove ForeignMod struct.Camille GILLOT-7/+4
2020-11-26Store ForeignItem in a side table.Camille GILLOT-2/+6
2020-08-30mv compiler to compiler/mark-0/+34