rust/compiler/rustc_metadata
Vadim Petrochenkov 7c40a6fb34 resolve: Pre-compute non-reexport module children
Instead of repeating the same logic by walking HIR during metadata encoding.

The only difference is that we are no longer encoding `macro_rules` items, but we never currently need them as a part of this list.
They can be encoded separately if this need ever arises.

`module_reexports` is also un-querified, because I don't see any reasons to make it a query, only overhead.
2023-04-12 15:22:03 +03:00
..
src resolve: Pre-compute non-reexport module children 2023-04-12 15:22:03 +03:00
Cargo.toml Add try_canonicalize to rustc_fs_util and use it over fs::canonicalize 2023-03-16 21:50:23 +01:00
messages.ftl Simplify message paths 2023-03-11 22:51:57 +01:00