about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/thin_vec/tests.rs
AgeCommit message (Expand)AuthorLines
2022-08-29Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.Nicholas Nethercote-42/+0
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-2/+2
2021-04-05Add `FromIterator` and `IntoIterator` impls for `ThinVec`Camelid-0/+42