about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/metadata.rs
AgeCommit message (Expand)AuthorLines
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2024-04-29Remove `extern crate rustc_macros` from `rustc_middle`.Nicholas Nethercote-1/+1
2023-04-18rustc_metadata: Remove `Span` from `ModChild`Vadim Petrochenkov-3/+0
2023-04-12resolve: Pre-compute non-reexport module childrenVadim Petrochenkov-2/+0
2023-04-08resolve: Preserve reexport chains in `ModChild`renVadim Petrochenkov-1/+25
2022-09-07rustc: Parameterize `ty::Visibility` over used IDVadim Petrochenkov-1/+2
2022-02-24resolve/metadata: Stop encoding macros as reexportsVadim Petrochenkov-0/+2
2022-01-09rustc_middle: Rename `Export` to `ModChild` and add some commentsVadim Petrochenkov-0/+24