[dmd-internals] [D-Programming-Language/dmd] b06fd4: [Refactoring] Reorder function declarations

GitHub via dmd-internals dmd-internals at puremagic.com
Sun Oct 5 01:55:17 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: b06fd4317a9e93140c8377fc5aa10fa4c3b04ac5
      https://github.com/D-Programming-Language/dmd/commit/b06fd4317a9e93140c8377fc5aa10fa4c3b04ac5
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-10-05 (Sun, 05 Oct 2014)

  Changed paths:
    M src/parse.c

  Log Message:
  -----------
  [Refactoring] Reorder function declarations


  Commit: 782aaf100777fe7b557ef75936433cee52e45864
      https://github.com/D-Programming-Language/dmd/commit/782aaf100777fe7b557ef75936433cee52e45864
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-10-05 (Sun, 05 Oct 2014)

  Changed paths:
    M src/parse.c
    M src/parse.h
    M test/fail_compilation/parseStc4.d

  Log Message:
  -----------
  Check redundant/conflicting attributes more


  Commit: 9c7b5ba31a91efb558d6ad50305fb8017b4779b9
      https://github.com/D-Programming-Language/dmd/commit/9c7b5ba31a91efb558d6ad50305fb8017b4779b9
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-10-05 (Sun, 05 Oct 2014)

  Changed paths:
    M src/func.c
    M src/parse.c
    M test/fail_compilation/diag6677.d
    A test/fail_compilation/parseStc5.d

  Log Message:
  -----------
  Check invalid syntax and redundancy on static constructors

Improve diagnostic for issue 6677.


  Commit: 067d3bcf728819ab67ef705b0738163fa461c0e8
      https://github.com/D-Programming-Language/dmd/commit/067d3bcf728819ab67ef705b0738163fa461c0e8
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-10-05 (Sun, 05 Oct 2014)

  Changed paths:
    M src/declaration.h
    M src/func.c
    M src/hdrgen.c
    M src/parse.c
    M src/parse.h
    M test/compilable/extra-files/header1.d
    M test/compilable/extra-files/header1.di
    M test/compilable/extra-files/header1i.di
    M test/fail_compilation/fail7848.d

  Log Message:
  -----------
  Set prefix attributes in storage_class of (Unittest|New|Delete)Declaration

Partially fix issue 8081.


  Commit: 3a44a88cc84a6664bb28e92ba898dfb825d95f55
      https://github.com/D-Programming-Language/dmd/commit/3a44a88cc84a6664bb28e92ba898dfb825d95f55
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2014-10-05 (Sun, 05 Oct 2014)

  Changed paths:
    M src/declaration.h
    M src/func.c
    M src/hdrgen.c
    M src/parse.c
    M src/parse.h
    M test/compilable/extra-files/header1.d
    M test/compilable/extra-files/header1.di
    M test/compilable/extra-files/header1i.di
    M test/fail_compilation/diag6677.d
    M test/fail_compilation/fail7848.d
    M test/fail_compilation/parseStc4.d
    A test/fail_compilation/parseStc5.d

  Log Message:
  -----------
  Merge pull request #4044 from 9rnsr/fix_parse

Improve parsing issues around attributes


Compare: https://github.com/D-Programming-Language/dmd/compare/11026ef7aa1a...3a44a88cc84a


More information about the dmd-internals mailing list