October 13, 2012
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 0c4ebc2ce702ca6e06379d80e78efc9ccb050ced
      https://github.com/D-Programming-Language/phobos/commit/0c4ebc2ce702ca6e06379d80e78efc9ccb050ced
  Author: H. S. Teoh <hsteoh@quickfur.ath.cx>
  Date:   2012-10-09 (Tue, 09 Oct 2012)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Fix issue 8792.

std.algorithm.joiner(ror).Result.save fails to copy over _valid_current, resulting in a defective copy returned by .save.


  Commit: d215dabbe2c70e737556933e6820ae5b0bf9ab93
      https://github.com/D-Programming-Language/phobos/commit/d215dabbe2c70e737556933e6820ae5b0bf9ab93
  Author: H. S. Teoh <hsteoh@quickfur.ath.cx>
  Date:   2012-10-09 (Tue, 09 Oct 2012)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Add unittest for issue 8792.


  Commit: a3289101b1561fa6ab87c7d24b14d9839d4f028c
      https://github.com/D-Programming-Language/phobos/commit/a3289101b1561fa6ab87c7d24b14d9839d4f028c
  Author: Jonathan M Davis <jmdavisProg@gmx.com>
  Date:   2012-10-13 (Sat, 13 Oct 2012)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Merge pull request #853 from quickfur/issue8792

Fix issue 8792


Compare: https://github.com/D-Programming-Language/phobos/compare/28e18269d02d...a3289101b156