[dmd-internals] [D-Programming-Language/dmd] 58e903: [Refactoring] for StructDeclaration::buildCpCtor

GitHub noreply at github.com
Fri May 10 12:29:52 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 58e903bae5148821086485ccec4564b6f3d00b23
      https://github.com/D-Programming-Language/dmd/commit/58e903bae5148821086485ccec4564b6f3d00b23
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-10 (Fri, 10 May 2013)

  Changed paths:
    M src/clone.c

  Log Message:
  -----------
  [Refactoring] for StructDeclaration::buildCpCtor


  Commit: c94a8d7505eba58783f26d673a91e05ca65c5a0d
      https://github.com/D-Programming-Language/dmd/commit/c94a8d7505eba58783f26d673a91e05ca65c5a0d
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-10 (Fri, 10 May 2013)

  Changed paths:
    M src/clone.c

  Log Message:
  -----------
  Add loc for internal generated code

For:
1. Avoid "no line number" issues
2. For the DDMD automatic code translation to D


  Commit: 65dfa73ebe20e8bfc10f328ccac8ff44653ea771
      https://github.com/D-Programming-Language/dmd/commit/65dfa73ebe20e8bfc10f328ccac8ff44653ea771
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-10 (Fri, 10 May 2013)

  Changed paths:
    R test/compilable/test10053.d
    M test/runnable/sdtor.d

  Log Message:
  -----------
  Move test case for issue 10053 to runnable/sdtor.d

Collecting tests for struct destructor into same file is useful.


  Commit: 487b38293bee52927dd10ac4c6ab5e6d87428f78
      https://github.com/D-Programming-Language/dmd/commit/487b38293bee52927dd10ac4c6ab5e6d87428f78
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-10 (Fri, 10 May 2013)

  Changed paths:
    M src/clone.c
    M test/runnable/sdtor.d

  Log Message:
  -----------
  fix Issue 10055 - Incorrect attribute merging in dtor/postblit building


  Commit: 43650b955f35e0fe0aea92d95e3ae7c707796e23
      https://github.com/D-Programming-Language/dmd/commit/43650b955f35e0fe0aea92d95e3ae7c707796e23
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-05-10 (Fri, 10 May 2013)

  Changed paths:
    M src/clone.c
    R test/compilable/test10053.d
    M test/runnable/sdtor.d

  Log Message:
  -----------
  Merge pull request #2006 from 9rnsr/fix10055

[REG2.063a] Issue 10055 - Incorrect attribute merging in dtor/postblit building


Compare: https://github.com/D-Programming-Language/dmd/compare/e6355edf9f36...43650b955f35


More information about the dmd-internals mailing list