[dmd-internals] [D-Programming-Language/dmd] 283aa4: Use constConv in CallExp::implicitConvTo() and New...

GitHub via dmd-internals dmd-internals at puremagic.com
Wed Feb 11 15:23:37 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 283aa4add2868dc7424c5232f18bbcfc392ed26a
      https://github.com/D-Programming-Language/dmd/commit/283aa4add2868dc7424c5232f18bbcfc392ed26a
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-02-10 (Tue, 10 Feb 2015)

  Changed paths:
    M src/cast.c

  Log Message:
  -----------
  Use constConv in CallExp::implicitConvTo() and NewExp::implicitConvTo()

As same as the fix for issue 13640 (commit: 7cf3baf8f0c75a7e3641786af4dfe0441e3918d6).


  Commit: e17d26719eb61a30518c997718c14e38bb2912da
      https://github.com/D-Programming-Language/dmd/commit/e17d26719eb61a30518c997718c14e38bb2912da
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-02-10 (Tue, 10 Feb 2015)

  Changed paths:
    M src/cast.c
    M test/runnable/implicit.d

  Log Message:
  -----------
  fix Issue 14155 - A defect in DIP29: the return value of some pure functions cannot be unique pointer


  Commit: f42159ac11325fcfa61134feef2da6ae9701b6e4
      https://github.com/D-Programming-Language/dmd/commit/f42159ac11325fcfa61134feef2da6ae9701b6e4
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-02-10 (Tue, 10 Feb 2015)

  Changed paths:
    M test/runnable/implicit.d

  Log Message:
  -----------
  fix Issue 14141 - `pure` member function returning qualified member result is implicitly convertible to unqualified


  Commit: 50e1b75c44dca2a47bcded4e639e5775792ae517
      https://github.com/D-Programming-Language/dmd/commit/50e1b75c44dca2a47bcded4e639e5775792ae517
  Author: Walter Bright <walter at walterbright.com>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M src/cast.c
    M test/runnable/implicit.d

  Log Message:
  -----------
  Merge pull request #4397 from 9rnsr/fix14155

[REG2.066] Issue 14155 - A defect in DIP29: the return value of some pure functions cannot be unique pointer


Compare: https://github.com/D-Programming-Language/dmd/compare/5c6810e1df99...50e1b75c44dc


More information about the dmd-internals mailing list