about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/vec_map
AgeCommit message (Expand)AuthorLines
2023-03-17Remove VecMapMichael Goulet-48/+0
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-2/+2
2021-06-07Add VecMap to rustc_data_structuresSantiago Pastorino-0/+48