rust/compiler/rustc_data_structures/src/sso
Jubilee Young e8eb691c1f Use arrayvec 0.7, drop smallvec 0.6
With the arrival of min const generics, many alt-vec libraries have
updated to use it in some way and arrayvec is no exception. Use the
latest with minor refactoring.

Also, rustc_workspace_hack is the only user of smallvec 0.6 in the
entire tree, so drop it.
2021-04-21 22:39:08 -07:00
..
either_iter.rs SsoHashSet reimplemented as a wrapper on top of SsoHashMap 2020-09-26 18:42:26 -05:00
map.rs Use arrayvec 0.7, drop smallvec 0.6 2021-04-21 22:39:08 -07:00
mod.rs SsoHashSet reimplemented as a wrapper on top of SsoHashMap 2020-09-26 18:42:26 -05:00
set.rs SsoHashSet/Map - genericiy over Q removed 2020-10-02 20:13:23 -05:00