November 23, 2016
  Branch: refs/heads/master
  Home:   https://github.com/dlang/phobos
  Commit: 006ee446f886c5a0f8147908501d287236dd6197
      https://github.com/dlang/phobos/commit/006ee446f886c5a0f8147908501d287236dd6197
  Author: Nick Treleaven <n@trelsoft.com>
  Date:   2016-11-12 (Sat, 12 Nov 2016)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  Fix Issue 16478 - Don't allow to!T() in constraint

Also avoid highlighting 'to' unnecessarily.


  Commit: b967d944a2e8d0639e8ab881e71bc5121804fc22
      https://github.com/dlang/phobos/commit/b967d944a2e8d0639e8ab881e71bc5121804fc22
  Author: Nick Treleaven <n@trelsoft.com>
  Date:   2016-11-12 (Sat, 12 Nov 2016)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  Remove isRawStaticArray - same as isStaticArray

isStaticArray!T already checks !isAggregateType!T.


  Commit: 43f37800ab1cb27706db322c3b5e497b31184a7d
      https://github.com/dlang/phobos/commit/43f37800ab1cb27706db322c3b5e497b31184a7d
  Author: Nick Treleaven <n@trelsoft.com>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  Defer doc changes to another PR


  Commit: b612dcdd56772962635548328f9046e2e46c8f6c
      https://github.com/dlang/phobos/commit/b612dcdd56772962635548328f9046e2e46c8f6c
  Author: Steven Schveighoffer <schveiguy@yahoo.com>
  Date:   2016-11-23 (Wed, 23 Nov 2016)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  Fix constraint


  Commit: 6a059e752f26818789de7cbc45da68bed693bd98
      https://github.com/dlang/phobos/commit/6a059e752f26818789de7cbc45da68bed693bd98
  Author: Steven Schveighoffer <schveiguy@yahoo.com>
  Date:   2016-11-23 (Wed, 23 Nov 2016)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  Merge pull request #4898 from ntrel/to-args

[trivial] std.conv: Don't allow to!T() in constraint


Compare: https://github.com/dlang/phobos/compare/755634684389...6a059e752f26