November 20, 2011
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos

  Commit: 1d54bfafb92bd2fb6b039f2182989b3ed7163fc9
      https://github.com/D-Programming-Language/phobos/commit/1d54bfafb92bd2fb6b039f2182989b3ed7163fc9
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2011-11-20 (Sun, 20 Nov 2011)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  Removed typedef tests in std.conv.

Now that typedef has been deprecated, having it in std.conv's tests results in any code which imports std.conv and builds with -unittest having to build with -d, which is unacceptable IMHO. I don't like getting rid of the tests, but they were passing, and presumably, the overloads of std.conv.to which use typedef will be deprecated shortly as well.


  Commit: b4751aae0b3aa600f1f9fb01e4b105f624a6c8c7
      https://github.com/D-Programming-Language/phobos/commit/b4751aae0b3aa600f1f9fb01e4b105f624a6c8c7
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2011-11-20 (Sun, 20 Nov 2011)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  Deprecated overloads for std.conv.to which use typedef.


  Commit: 28c768d21b13e826e3864c60c071bfa680d9340d
      https://github.com/D-Programming-Language/phobos/commit/28c768d21b13e826e3864c60c071bfa680d9340d
  Author: David Simcha <dsimcha at gmail.com>
  Date:   2011-11-20 (Sun, 20 Nov 2011)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  Merge pull request #327 from jmdavis/typedef

Deprecated overloads of std.conv.to which use typedef


Compare: https://github.com/D-Programming-Language/phobos/compare/1007330...28c768d