December 02, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 038d2f1054cc859f048f3a6620f762d86d3640bc
      https://github.com/D-Programming-Language/phobos/commit/038d2f1054cc859f048f3a6620f762d86d3640bc
  Author: Nick Treleaven <nick.treleaven@btinternet.com>
  Date:   2014-12-02 (Tue, 02 Dec 2014)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Move single-element predicate-only find above subrange find


  Commit: a2450fd1a563575c800c37b1d351ed3ae0d11de8
      https://github.com/D-Programming-Language/phobos/commit/a2450fd1a563575c800c37b1d351ed3ae0d11de8
  Author: Nick Treleaven <nick.treleaven@btinternet.com>
  Date:   2014-12-02 (Tue, 02 Dec 2014)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Properly document BoyerMooreFinder

Before it was ditto-ing the find(haystack, needles) docs which return a
tuple instead.
Move boyerMooreFinder above the struct so ddoc finds a parameter name.
Remove note about bug 4759, which is now resolved.


  Commit: 3d02f3accfd9c6fb6797bc31636082b1d6cbcabe
      https://github.com/D-Programming-Language/phobos/commit/3d02f3accfd9c6fb6797bc31636082b1d6cbcabe
  Author: Nick Treleaven <nick.treleaven@btinternet.com>
  Date:   2014-12-02 (Tue, 02 Dec 2014)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Remove broken glossary links


  Commit: f24d80967880b496829ae0051f2c1c2c35d62ca8
      https://github.com/D-Programming-Language/phobos/commit/f24d80967880b496829ae0051f2c1c2c35d62ca8
  Author: H. S. Teoh <hsteoh@quickfur.ath.cx>
  Date:   2014-12-02 (Tue, 02 Dec 2014)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Merge pull request #2779 from ntrel/find-docs

Improve std.algorithm.find overload docs


Compare: https://github.com/D-Programming-Language/phobos/compare/69d1348952c9...f24d80967880