September 24, 2016
  Branch: refs/heads/master
  Home:   https://github.com/dlang/phobos
  Commit: 2a2e04b9c7b0c7fa10b22254b95aa2cb7826a82c
      https://github.com/dlang/phobos/commit/2a2e04b9c7b0c7fa10b22254b95aa2cb7826a82c
  Author: anonymous <aG0aep6G@users.noreply.github.com>
  Date:   2016-09-18 (Sun, 18 Sep 2016)

  Changed paths:
    M std/experimental/allocator/building_blocks/free_tree.d

  Log Message:
  -----------
  fix issue 16506 - segfaults in std.experimental.allocator: FreeTree with GCAllocator or Mallocator


  Commit: 46599a63ed899276bff5053970e468bce645e3fc
      https://github.com/dlang/phobos/commit/46599a63ed899276bff5053970e468bce645e3fc
  Author: anonymous <aG0aep6G@users.noreply.github.com>
  Date:   2016-09-19 (Mon, 19 Sep 2016)

  Changed paths:
    M std/experimental/allocator/building_blocks/free_tree.d

  Log Message:
  -----------
  fix issue 16507 - std.experimental.allocator: FreeTree clears too eagerly

Try parent allocator without clearing first. Documentation says so.


  Commit: 4afa2045c50853801bf93fce1771d20cc843d349
      https://github.com/dlang/phobos/commit/4afa2045c50853801bf93fce1771d20cc843d349
  Author: anonymous <aG0aep6G@users.noreply.github.com>
  Date:   2016-09-19 (Mon, 19 Sep 2016)

  Changed paths:
    M std/experimental/allocator/building_blocks/free_tree.d

  Log Message:
  -----------
  cover "desperation mode"


  Commit: 25418edb0611ca6de06c6a8d7281407cd4c9a2e6
      https://github.com/dlang/phobos/commit/25418edb0611ca6de06c6a8d7281407cd4c9a2e6
  Author: Andrei Alexandrescu <andrei@erdani.com>
  Date:   2016-09-24 (Sat, 24 Sep 2016)

  Changed paths:
    M std/experimental/allocator/building_blocks/free_tree.d

  Log Message:
  -----------
  Merge pull request #4798 from aG0aep6G/FreeTree

std.experimental.allocator: fix FreeTree issues 16506 and 16507


Compare: https://github.com/dlang/phobos/compare/8c16746cc8a5...25418edb0611