Just a heads-up. 7763b40c71372c6be7a65673a968f6174bab4209 Changes core::vec::init_elt to take the count first and the initialization element second. For most existing uses this change will not typecheck so you'll know it's busted, but for vectors of uint it will compile correctly and break mysteriously.