[dmd-internals] [D-Programming-Language/dmd] 8de50e: fix trivial code logic bug

GitHub noreply at github.com
Mon Dec 30 11:54:28 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 8de50e5fd097103ab7bbd49b6da810d7c9a916da
      https://github.com/D-Programming-Language/dmd/commit/8de50e5fd097103ab7bbd49b6da810d7c9a916da
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-12-22 (Sun, 22 Dec 2013)

  Changed paths:
    M src/parse.c

  Log Message:
  -----------
  fix trivial code logic bug


  Commit: 403d5b0e9c7078f421b996452943aa2b6bd910fe
      https://github.com/D-Programming-Language/dmd/commit/403d5b0e9c7078f421b996452943aa2b6bd910fe
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-12-22 (Sun, 22 Dec 2013)

  Changed paths:
    M src/parse.c
    M src/parse.h

  Log Message:
  -----------
  [Rafactoring] Parser::skipParens


  Commit: 2fa5014ccbc70cb0d38b75a2b0b6a73792781eed
      https://github.com/D-Programming-Language/dmd/commit/2fa5014ccbc70cb0d38b75a2b0b6a73792781eed
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-12-22 (Sun, 22 Dec 2013)

  Changed paths:
    M test/compilable/testDIP42.d

  Log Message:
  -----------
  Add testcase for statement scope


  Commit: dff2062a3cfd12e53e0593c0232b6d9a8b87c95a
      https://github.com/D-Programming-Language/dmd/commit/dff2062a3cfd12e53e0593c0232b6d9a8b87c95a
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-12-22 (Sun, 22 Dec 2013)

  Changed paths:
    M src/parse.c
    M test/compilable/testDIP42.d
    M test/fail_compilation/diag10792.d

  Log Message:
  -----------
  Allow optional template parameters for AutoDeclarations


  Commit: ccde7c7e87bae3640e252afa9c6a7ef3af14a8ec
      https://github.com/D-Programming-Language/dmd/commit/ccde7c7e87bae3640e252afa9c6a7ef3af14a8ec
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-12-22 (Sun, 22 Dec 2013)

  Changed paths:
    M src/parse.c
    M test/compilable/testDIP42.d

  Log Message:
  -----------
  Allow optional template parameters for variable declarations


  Commit: 3fb53c670e610ed9d006484eec6209a9f70f027a
      https://github.com/D-Programming-Language/dmd/commit/3fb53c670e610ed9d006484eec6209a9f70f027a
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2013-12-30 (Mon, 30 Dec 2013)

  Changed paths:
    M src/parse.c
    M src/parse.h
    M test/compilable/testDIP42.d
    M test/fail_compilation/diag10792.d

  Log Message:
  -----------
  Merge pull request #2467 from 9rnsr/extend_dip42

Extend DIP42 proposal to more generic


Compare: https://github.com/D-Programming-Language/dmd/compare/ea43dca7555f...3fb53c670e61


More information about the dmd-internals mailing list