rust/compiler/rustc_index/src
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
..
bit_set Add additional benchmarks to bit_set 2021-02-02 23:31:30 +00:00
vec mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
bit_set.rs Use arrayvec 0.7, drop smallvec 0.6 2021-04-21 22:39:08 -07:00
lib.rs Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
vec.rs Add fixme comment to revert change once const_panic is stable 2021-04-03 13:07:03 +02:00