Skip to content
Snippets Groups Projects
  1. Sep 13, 2013
  2. Sep 12, 2013
  3. Sep 09, 2013
  4. Sep 08, 2013
  5. Sep 07, 2013
  6. Sep 06, 2013
  7. Sep 05, 2013
  8. Sep 04, 2013
  9. Sep 03, 2013
  10. Aug 29, 2013
    • Konstantin Osipov's avatar
      Remove a piece of dead code. · 03b53bf6
      Konstantin Osipov authored
      Remove a piece of dead code which made select_range() and
      select_reverse_range() extremely inefficient (a new iterator
      instance for each tuple) and confusing.
      
      box.index.iterator() creates a closure which is sufficient
      to produce all iteration results. Use of index:next()
      was apparently left by some tricky merge.
      03b53bf6
  11. Aug 28, 2013
  12. Aug 21, 2013
  13. Aug 20, 2013
  14. Aug 19, 2013
  15. Aug 16, 2013
  16. Aug 15, 2013
Loading