September 05, 2012
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 67b231d9329ed21d16f65d546f815d33bd0739e6
      https://github.com/D-Programming-Language/phobos/commit/67b231d9329ed21d16f65d546f815d33bd0739e6
  Author: Justin Whear <justin@economicmodeling.com>
  Date:   2012-09-05 (Wed, 05 Sep 2012)

  Changed paths:
    M std/container.d

  Log Message:
  -----------
  Fix documentation mistake in RedBlackTree

RedBlackTree.empty was documented as "Returns true if at least one element exists), when it actually returns false (as expected) when there are items.


  Commit: 7326c53cb506a5691f338762704ad1732084d97c
      https://github.com/D-Programming-Language/phobos/commit/7326c53cb506a5691f338762704ad1732084d97c
  Author: Brad Roberts <braddr@puremagic.com>
  Date:   2012-09-05 (Wed, 05 Sep 2012)

  Changed paths:
    M std/container.d

  Log Message:
  -----------
  Merge pull request #775 from jwhear/master

Fix small doc mistake in std.container


Compare: https://github.com/D-Programming-Language/phobos/compare/09dbdcb8b27a...7326c53cb506