[dmd-internals] [D-Programming-Language/dmd] 7c02a0: Add internal-only functions after parsing 'object'...

GitHub via dmd-internals dmd-internals at puremagic.com
Thu Jul 30 02:34:23 PDT 2015


  Branch: refs/heads/stable
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 7c02a011e3e1c43ad5005d0174919750428f7858
      https://github.com/D-Programming-Language/dmd/commit/7c02a011e3e1c43ad5005d0174919750428f7858
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-07-30 (Thu, 30 Jul 2015)

  Changed paths:
    M src/clone.c
    M src/module.c

  Log Message:
  -----------
  Add internal-only functions after parsing 'object' module

By this, we can avoid the mutual dependency between compiler and druntime.


  Commit: d167403e777bcf91c50a7fd8eedf5100ac1ab50d
      https://github.com/D-Programming-Language/dmd/commit/d167403e777bcf91c50a7fd8eedf5100ac1ab50d
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-07-30 (Thu, 30 Jul 2015)

  Changed paths:
    M src/clone.c
    M src/declaration.c
    M src/e2ir.c
    M src/idgen.d
    M src/interpret.c
    M src/module.c
    M src/struct.c
    A test/compilable/test14838.d
    M test/runnable/sdtor.d

  Log Message:
  -----------
  fix Issue 14838 - Wrong attribute inference for auto-generated class destructor with static array of non-POD type


  Commit: 7e531002058efa96e24e953ed2292cba6379e90f
      https://github.com/D-Programming-Language/dmd/commit/7e531002058efa96e24e953ed2292cba6379e90f
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-07-30 (Thu, 30 Jul 2015)

  Changed paths:
    M src/clone.c
    M src/declaration.c
    M src/e2ir.c
    M src/idgen.d
    M src/interpret.c
    M src/module.c
    M src/struct.c
    A test/compilable/test14838.d
    M test/runnable/sdtor.d

  Log Message:
  -----------
  Merge pull request #4845 from 9rnsr/fix14838

[REG 2.066] Issue 14838 - Wrong attribute inference for auto-generated class destructor with static array of non-POD type


Compare: https://github.com/D-Programming-Language/dmd/compare/8c978c9485fb...7e531002058e


More information about the dmd-internals mailing list