September 12, 2016
  Branch: refs/heads/master
  Home:   https://github.com/dlang/druntime
  Commit: 3e95dbf26f79d78990b26c0cf5006e47dc23aee3
      https://github.com/dlang/druntime/commit/3e95dbf26f79d78990b26c0cf5006e47dc23aee3
  Author: David Nadlinger <code@klickverbot.at>
  Date:   2016-09-11 (Sun, 11 Sep 2016)

  Changed paths:
    M src/rt/util/container/array.d

  Log Message:
  -----------
  util.container.array: Add invariant for _ptr/_length

This was quite useful for debugging a memory corruption issue.


  Commit: b7225fa45024a6d051e2301227848d5478d3a140
      https://github.com/dlang/druntime/commit/b7225fa45024a6d051e2301227848d5478d3a140
  Author: Steven Schveighoffer <schveiguy@yahoo.com>
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
    M src/rt/util/container/array.d

  Log Message:
  -----------
  Merge pull request #1653 from klickverbot/util-array-invariant

util.container.array: Add invariant for _ptr/_length


Compare: https://github.com/dlang/druntime/compare/d6924a9a438a...b7225fa45024