about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/middle/dependency_format.rs
AgeCommit message (Collapse)AuthorLines
2024-12-19Make DependencyList an IndexVecbjorn3-3/+3
2024-12-13Make dependency_formats an FxIndexMap rather than a list of tuplesbjorn3-1/+2
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-05-01add fixmeklensy-0/+3
2024-05-01DependencyList: remove outdated commentklensy-3/+0
2024-04-29Remove `extern crate rustc_macros` from `rustc_middle`.Nicholas Nethercote-0/+1
2020-08-30mv compiler to compiler/mark-0/+28