1. Jun 29, 2017
    • asynchronous rob's avatar
      Merge pull request #5949 from Vurich/upgrade-elastic-array · a4195f27
      asynchronous rob authored
      Upgrade elastic array
      a4195f27
    • Vurich's avatar
      Fix tests · 01ce28bc
      Vurich authored
      01ce28bc
    • Vurich's avatar
      Upgrade `elastic-array` to 0.9.0 · 3d8dc114
      Vurich authored
      This is a huge change, which includes some changes to replace code that
      originally cloned to reuse allocations instead. The updated
      `elastic-array` crate renames its consuming `Vec`-conversion method to
      `into_vec`, which means that I can do a simple
      `sed -i 's/to_vec/into_vec/'` and then fix the compilation errors.
      
      This commit is probably a minor performance win and definitely a
      significant readability win.
      3d8dc114
  2. Jun 28, 2017
  3. Jun 27, 2017
  4. Jun 26, 2017
  5. Jun 23, 2017
  6. Jun 22, 2017
  7. Jun 19, 2017