about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/vec_map.rs
AgeCommit message (Expand)AuthorLines
2021-06-08Explicitly pass find arguments down the predicate so coercions can applySantiago Pastorino-2/+2
2021-06-08Add VecMap::get_by(FnMut -> bool)Santiago Pastorino-0/+7
2021-06-07Add VecMap to rustc_data_structuresSantiago Pastorino-0/+137