| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -1/+2 | |
| It allows using `LocalDefId` instead of `DefId` when possible, and also encode cheaper `Visibility<DefIndex>` into metadata. | ||||
| 2022-02-24 | resolve/metadata: Stop encoding macros as reexports | Vadim Petrochenkov | -0/+2 | |
| 2022-01-09 | rustc_middle: Rename `Export` to `ModChild` and add some comments | Vadim Petrochenkov | -0/+24 | |
| Also rename `module_exports`/`export_map` to `module_reexports`/`reexport_map` for clarity. | ||||
