February 02, 2015
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: d2112760e14aabdbd421a6d1f0c0c6a4b64e8a3b
      https://github.com/D-Programming-Language/phobos/commit/d2112760e14aabdbd421a6d1f0c0c6a4b64e8a3b
  Author: Andrei Alexandrescu <andrei@erdani.com>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

  Changed paths:
    M std/concurrency.d

  Log Message:
  -----------
  Avoid use after remove from hashtable


  Commit: 8e918f343891575fe3ce2cdb0dce376da50c75f9
      https://github.com/D-Programming-Language/phobos/commit/8e918f343891575fe3ce2cdb0dce376da50c75f9
  Author: Steven Schveighoffer <schveiguy@yahoo.com>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M std/concurrency.d

  Log Message:
  -----------
  Merge pull request #2944 from andralex/use-after-remove

Avoid use after remove from hashtable


Compare: https://github.com/D-Programming-Language/phobos/compare/e65a331ebdd3...8e918f343891