Use util::str::str_join in more places
f14f09e
Instead of intermediate allocations of `Vec`s, we should utilize `str_join` which operates on iterators