rust/compiler/rustc_metadata
bjorn3 3198496385 Make dependency_formats an FxIndexMap rather than a list of tuples
It is treated as a map already. This is using FxIndexMap rather than
UnordMap because the latter doesn't provide an api to pick a single
value iff all values are equal, which each_linked_rlib depends on.
2024-12-13 11:29:15 +00:00
..
src Make dependency_formats an FxIndexMap rather than a list of tuples 2024-12-13 11:29:15 +00:00
Cargo.toml aix: fix archive format 2024-11-21 10:33:07 -05:00
messages.ftl Allow injecting a profiler runtime into #![no_core] crates 2024-11-24 21:12:40 +11:00