about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/sso/mod.rs
AgeCommit message (Expand)AuthorLines
2023-04-11Use `itertools::Either` instead of own `EitherIter` implMaybe Waffle-1/+0
2020-09-26SsoHashSet reimplemented as a wrapper on top of SsoHashMapValerii Lashmanov-72/+1
2020-09-26SsoHashSet/SsoHashMap API greatly expandedValerii Lashmanov-0/+72
2020-09-26MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMapValerii Lashmanov-0/+5