Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using a local clone.

Change Log: 2.066.1

previous version: 2.066.0 – next version: 2.067.0

Download D 2.066.1
released October 15, 2014


List of all bug fixes in D 2.066.1.

DMD Compiler regressions

  1. Bugzilla 11312: [REG2.063] Avoid auto-dereference for UFCS functions
  2. Bugzilla 11946: need 'this' to access member when passing field to template parameter
  3. Bugzilla 13294: [IFTI] IFTI fails or works incorrectly for function with const and mutable ref parameters of most types
  4. Bugzilla 13299: [dmd-2.066-rc2] - Property not found with typesafe variadic opDispatch
  5. Bugzilla 13303: Internal error: ..\ztc\cgcs.c 351 with rvalue Variant.get call
  6. Bugzilla 13311: [REG2.065] ICE, CtorDeclaration::semantic(Scope*): Assertion tf && tf->ty == Tfunction failed
  7. Bugzilla 13321: Wrong goto skips declaration error
  8. Bugzilla 13353: [REG2.066] [ICE] assertion with is() and templated interface
  9. Bugzilla 13374: Wrong template overload resolution when passing function to alias/string parameter
  10. Bugzilla 13378: Wrong failure of template value parameter deduction in IFTI
  11. Bugzilla 13379: Latest dmd fails with recursive template expansion in std.regex
  12. Bugzilla 13394: invariant fail to link since 2.066 when using separate compilation
  13. Bugzilla 13400: Linking problems with bigints and std.functional.memoize
  14. Bugzilla 13415: [REG2.066] '-inline' causes wrong enclosing scope pointer for nested function called from templated struct
  15. Bugzilla 13417: [REG2.066] segmentation fault when deduce template type
  16. Bugzilla 13424: [REG2.066] Initialization of delegate to do-nothing default causes segfault at runtime
  17. Bugzilla 13427: [REG2.066] cannot inline default argument alloca(...)
  18. Bugzilla 13472: [REG2.066] trying to insert a null into an array of object segfaults the compiler
  19. Bugzilla 13476: [REG2.065] Writing stubs for dynamically loaded functions no longer works. (circular reference)
  20. Bugzilla 13478: [REG2.066] Templates not emitted when also referenced in speculative contexts
  21. Bugzilla 13504: ICE(backend/cgelem.c 2418) with "-O -cov"

DMD Compiler bugs

  1. Bugzilla 13235: Wrong code on mutually recursive tuple type
  2. Bugzilla 13204: recursive alias declaration
  3. Bugzilla 13333: Incorrect error ungagging during the resolution of forward references
  4. Bugzilla 12503: Bad optimization with scope(success) and return statement
  5. Bugzilla 13383: wrong code with -O with ints, longs and bitwise operations
  6. Bugzilla 13413: dmd does not follow symlink when searching for dmd.conf
  7. Bugzilla 13323: UDA applied to import statement causes compilation to fail without error

DMD Compiler enhancements

  1. Bugzilla 12567: Modules can't be marked as deprecated

Phobos regressions

  1. Bugzilla 13618: removing deprecated std.metastrings module breaks code

Phobos bugs

  1. Bugzilla 13313: std.datetime fails unittests on Windows

Druntime regressions

  1. Bugzilla 13399: va_arg is nothrow yet may throw

Druntime bugs

  1. Bugzilla 13377: core/sys/posix/syslog.d is in druntime/src but not in druntime/src/import
  2. Bugzilla 13414: Static destructors not called correctly with dynamic loading

Installer regressions

  1. Bugzilla 13233: Windows installer: downloading external installers (Visual D/dmc) does not work
previous version: 2.066.0 – next version: 2.067.0