November 21, 2016
  Branch: refs/heads/stable
  Home:   https://github.com/dlang/phobos
  Commit: 74acd69f8be866b2b32b7f9de63948989eecbba1
      https://github.com/dlang/phobos/commit/74acd69f8be866b2b32b7f9de63948989eecbba1
  Author: anonymous <aG0aep6G@users.noreply.github.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M std/algorithm/sorting.d

  Log Message:
  -----------
  remove pointless LREFs

The LREFs were broken. Could fix that with underscores, but the links would just point back at the current section. There's no point in having such links.


  Commit: dfebb1f5ff9da3abfd4f77e4b7b7b01f4fafe1ca
      https://github.com/dlang/phobos/commit/dfebb1f5ff9da3abfd4f77e4b7b7b01f4fafe1ca
  Author: anonymous <aG0aep6G@users.noreply.github.com>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M std/algorithm/sorting.d

  Log Message:
  -----------
  [Ddoc] backticks around isSorted and isStrictlyMonotonic

DDOX doesn't do auto-highlighting, but the symbols need to be formatted as code there, too.


  Commit: 5891dce851129ec5a264121aee832470d7b2518a
      https://github.com/dlang/phobos/commit/5891dce851129ec5a264121aee832470d7b2518a
  Author: Andrei Alexandrescu <andrei@erdani.com>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M std/algorithm/sorting.d

  Log Message:
  -----------
  Merge pull request #4913 from aG0aep6G/std.algorithm.sorting-lrefs

remove pointless LREFs


Compare: https://github.com/dlang/phobos/compare/2a6b43605d49...5891dce85112