[dmd-internals] [D-Programming-Language/dmd] fb2bc1: Refactoring for the detection mechanism of express...

GitHub noreply at github.com
Tue Jan 29 16:48:00 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: fb2bc10460a3105ee2d64e4d167309e1e084ed64
      https://github.com/D-Programming-Language/dmd/commit/fb2bc10460a3105ee2d64e4d167309e1e084ed64
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-01-29 (Tue, 29 Jan 2013)

  Changed paths:
    M src/declaration.c
    M src/declaration.h
    M src/expression.c
    M src/expression.h
    M test/fail_compilation/diag8770.d
    M test/fail_compilation/fail2361.d

  Log Message:
  -----------
  Refactoring for the detection mechanism of expression modifiable.


  Commit: 2bff284fd0e39529c15326d3bce0fce7fb10be32
      https://github.com/D-Programming-Language/dmd/commit/2bff284fd0e39529c15326d3bce0fce7fb10be32
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-01-29 (Tue, 29 Jan 2013)

  Changed paths:
    M src/declaration.c
    M src/statement.c
    M test/runnable/assignable.d

  Log Message:
  -----------
  fix Issue 8783 - ref foreach update of const fixed size arrays in constructor


  Commit: e52dfc41fb6e83c13635dc6ac14d3a4ede8d4ac5
      https://github.com/D-Programming-Language/dmd/commit/e52dfc41fb6e83c13635dc6ac14d3a4ede8d4ac5
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-01-29 (Tue, 29 Jan 2013)

  Changed paths:
    M src/declaration.c
    M src/declaration.h
    M src/expression.c
    M src/expression.h
    M src/statement.c
    M test/fail_compilation/diag8770.d
    M test/fail_compilation/fail2361.d
    M test/runnable/assignable.d

  Log Message:
  -----------
  Merge pull request #1570 from 9rnsr/fix8783

Issue 8783 - ref foreach update of const fixed size arrays in constructor


Compare: https://github.com/D-Programming-Language/dmd/compare/6bb0a54cb865...e52dfc41fb6e


More information about the dmd-internals mailing list