rust/compiler/rustc_metadata
bors 7418413a7f Auto merge of #115306 - tmiasko:encode-reachable-mir, r=cjgillot
Encode only MIR reachable from other crates

Only reachable items might participate in the code generation in the
downstream crates. Omit redundant optimized MIR of unreachable items
from a crate metadata.

Additionally, include reachable closures in reachable set, so that
unreachable closures can be omitted on the same basis.
2023-09-10 16:31:11 +00:00
..
src Auto merge of #115306 - tmiasko:encode-reachable-mir, r=cjgillot 2023-09-10 16:31:11 +00:00
Cargo.toml drop unused deps, gate libc under unix for one crate 2023-04-22 15:22:21 +03:00
messages.ftl Suggest x build library for a custom toolchain that fails to load core 2023-07-04 09:37:40 +08:00