[dmd-internals] [D-Programming-Language/dmd] 7f0457: fix Issue 481 - Letting compiler determine length ...

GitHub via dmd-internals dmd-internals at puremagic.com
Tue Jan 27 22:52:58 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 7f0457fa498807d7a500671c163fa4a6c86b567f
      https://github.com/D-Programming-Language/dmd/commit/7f0457fa498807d7a500671c163fa4a6c86b567f
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M src/declaration.c
    M src/hdrgen.c
    M src/init.c
    M src/init.h
    M src/parse.c
    M src/parse.h
    A test/compilable/extra-files/header481.d
    A test/compilable/extra-files/header481.di
    A test/compilable/extra-files/header481i.di
    A test/compilable/testheader481.d
    A test/compilable/testheader481i.d
    A test/fail_compilation/fail481.d
    M test/runnable/declaration.d

  Log Message:
  -----------
  fix Issue 481 - Letting compiler determine length for fixed-length arrays


  Commit: 5812196586146a65c74a71b9d5df9d1b81b8b950
      https://github.com/D-Programming-Language/dmd/commit/5812196586146a65c74a71b9d5df9d1b81b8b950
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M src/declaration.c
    M src/parse.c
    M test/compilable/extra-files/header481.di
    M test/compilable/extra-files/header481i.di
    M test/runnable/declaration.d

  Log Message:
  -----------
  Improve semantic to support "tail-qualified" variable declaration


  Commit: ec88626de49c9452fae2bfb0c9f0879562898d38
      https://github.com/D-Programming-Language/dmd/commit/ec88626de49c9452fae2bfb0c9f0879562898d38
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M src/declaration.c
    M src/init.c
    M src/parse.c
    M test/compilable/extra-files/header481.d
    M test/compilable/extra-files/header481.di
    M test/compilable/extra-files/header481i.di
    M test/runnable/declaration.d

  Log Message:
  -----------
  Allow partial type for AA key type


  Commit: fa296e9f088e0e3ccc9f339423bbef15cb3840aa
      https://github.com/D-Programming-Language/dmd/commit/fa296e9f088e0e3ccc9f339423bbef15cb3840aa
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2015-01-27 (Tue, 27 Jan 2015)

  Changed paths:
    M src/declaration.c
    M src/hdrgen.c
    M src/init.c
    M src/init.h
    M src/parse.c
    M src/parse.h
    A test/compilable/extra-files/header481.d
    A test/compilable/extra-files/header481.di
    A test/compilable/extra-files/header481i.di
    A test/compilable/testheader481.d
    A test/compilable/testheader481i.d
    A test/fail_compilation/fail481.d
    M test/runnable/declaration.d

  Log Message:
  -----------
  Merge pull request #3615 from 9rnsr/fix481

Issue 481 - Letting compiler determine length for fixed-length arrays


Compare: https://github.com/D-Programming-Language/dmd/compare/81c8e5c8ba10...fa296e9f088e


More information about the dmd-internals mailing list