November 22, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 6ee121df3eec74835b9d6e75b57af6f25bf009a9
      https://github.com/D-Programming-Language/dmd/commit/6ee121df3eec74835b9d6e75b57af6f25bf009a9
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2014-11-22 (Sat, 22 Nov 2014)

  Changed paths:
    M src/interpret.c
    M test/compilable/interpret3.d

  Log Message:
  -----------
  fix Issue 13669 - [CTFE] Destructor call on static array variable is not yet supported in CTFE


  Commit: 36ef68192330595296e783bc45ca55aabf90c40c
      https://github.com/D-Programming-Language/dmd/commit/36ef68192330595296e783bc45ca55aabf90c40c
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2014-11-22 (Sat, 22 Nov 2014)

  Changed paths:
    M src/backend/rtlsym.h
    M src/e2ir.c
    M src/interpret.c
    M test/runnable/sdtor.d

  Log Message:
  -----------
  fix Issue 13661 - static array init does not call destructors


  Commit: 4aeb77189e665374ec79b85429123c63e27199cc
      https://github.com/D-Programming-Language/dmd/commit/4aeb77189e665374ec79b85429123c63e27199cc
  Author: Walter Bright <walter@walterbright.com>
  Date:   2014-11-22 (Sat, 22 Nov 2014)

  Changed paths:
    M src/backend/rtlsym.h
    M src/e2ir.c
    M src/interpret.c
    M test/compilable/interpret3.d
    M test/runnable/sdtor.d

  Log Message:
  -----------
  Merge pull request #4100 from 9rnsr/fix13661

Issue 13661 - static array init does not call destructors


Compare: https://github.com/D-Programming-Language/dmd/compare/81d5a43762b1...4aeb77189e66