[dmd-internals] [D-Programming-Language/dmd] c808cb: Extract a chain of gotos to a separate function.

GitHub via dmd-internals dmd-internals at puremagic.com
Mon Apr 6 10:09:32 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: c808cbb63aa4ea0aca050ab938569946a7287099
      https://github.com/D-Programming-Language/dmd/commit/c808cbb63aa4ea0aca050ab938569946a7287099
  Author: Clement Courbet <courbet at google.com>
  Date:   2015-03-24 (Tue, 24 Mar 2015)

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

  Log Message:
  -----------
  Extract a chain of gotos to a separate function.


  Commit: cf800f63a16113f538660bda59baa68e83fb315c
      https://github.com/D-Programming-Language/dmd/commit/cf800f63a16113f538660bda59baa68e83fb315c
  Author: Clement Courbet <courbet at google.com>
  Date:   2015-03-24 (Tue, 24 Mar 2015)

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

  Log Message:
  -----------
  Parse T[0].U as a type.


  Commit: 4ec043ae317391a3cb48d4cf1e2b5230a6b26e1f
      https://github.com/D-Programming-Language/dmd/commit/4ec043ae317391a3cb48d4cf1e2b5230a6b26e1f
  Author: Clement Courbet <courbet at google.com>
  Date:   2015-03-24 (Tue, 24 Mar 2015)

  Changed paths:
    M src/hdrgen.c

  Log Message:
  -----------
  print correctly


  Commit: 7767d4ec0efa1aa6e4f54d10323325a6f270343e
      https://github.com/D-Programming-Language/dmd/commit/7767d4ec0efa1aa6e4f54d10323325a6f270343e
  Author: Clement Courbet <courbet at google.com>
  Date:   2015-03-24 (Tue, 24 Mar 2015)

  Changed paths:
    M src/dsymbol.c
    M src/mtype.c

  Log Message:
  -----------
  implement resolving for TypeQualified with indices.


  Commit: 9e8074590711a5511417e8756954acac4f8bab83
      https://github.com/D-Programming-Language/dmd/commit/9e8074590711a5511417e8756954acac4f8bab83
  Author: Clement Courbet <courbet at google.com>
  Date:   2015-03-24 (Tue, 24 Mar 2015)

  Changed paths:
    A test/compilable/b1215.d

  Log Message:
  -----------
  add test


  Commit: 5e449ec93fc515c8dc74dfbbc2cb9ee955b8c70d
      https://github.com/D-Programming-Language/dmd/commit/5e449ec93fc515c8dc74dfbbc2cb9ee955b8c70d
  Author: Clement Courbet <courbet at google.com>
  Date:   2015-03-25 (Wed, 25 Mar 2015)

  Changed paths:
    M src/dsymbol.c
    M src/hdrgen.c
    M src/mtype.c
    M src/parse.c
    M src/parse.h
    M test/compilable/b1215.d

  Log Message:
  -----------
  fix style issues


  Commit: 6fb8a3955e3f3168626a35a3b9a6987022bb4756
      https://github.com/D-Programming-Language/dmd/commit/6fb8a3955e3f3168626a35a3b9a6987022bb4756
  Author: Clement Courbet <courbet at google.com>
  Date:   2015-03-29 (Sun, 29 Mar 2015)

  Changed paths:
    M src/dsymbol.c
    M src/dsymbol.h
    M src/hdrgen.c
    M src/mtype.c
    M src/mtype.h
    M src/parse.c
    M test/compilable/b1215.d

  Log Message:
  -----------
  Handle the case when the index expression is mistaken for a type.


  Commit: c1c2b6404c4228e182a0a1eb63af3075ccf55ae3
      https://github.com/D-Programming-Language/dmd/commit/c1c2b6404c4228e182a0a1eb63af3075ccf55ae3
  Author: Clement Courbet <courbet at google.com>
  Date:   2015-03-29 (Sun, 29 Mar 2015)

  Changed paths:
    M test/compilable/b1215.d

  Log Message:
  -----------
  fix mistake in test


  Commit: a8c313e557104da8ebbba22a313fd7a290fba06e
      https://github.com/D-Programming-Language/dmd/commit/a8c313e557104da8ebbba22a313fd7a290fba06e
  Author: Clement Courbet <courbet at google.com>
  Date:   2015-03-29 (Sun, 29 Mar 2015)

  Changed paths:
    M src/dsymbol.c
    M src/dsymbol.h
    M src/mtype.c
    M src/mtype.h

  Log Message:
  -----------
  a few renames as suggested + error messages.


  Commit: 1dcf646bc4cd92d329bf528d1e55c7222a747219
      https://github.com/D-Programming-Language/dmd/commit/1dcf646bc4cd92d329bf528d1e55c7222a747219
  Author: Clement Courbet <courbet at google.com>
  Date:   2015-03-30 (Mon, 30 Mar 2015)

  Changed paths:
    M src/dsymbol.c
    M src/dsymbol.h
    M src/mtype.c
    M src/mtype.h

  Log Message:
  -----------
  More renames.


  Commit: a42e162a016dc760c92398c4ddd5402865763eb8
      https://github.com/D-Programming-Language/dmd/commit/a42e162a016dc760c92398c4ddd5402865763eb8
  Author: Clement Courbet <courbet at google.com>
  Date:   2015-04-06 (Mon, 06 Apr 2015)

  Changed paths:
    M src/dsymbol.c
    M src/hdrgen.c
    M src/mtype.c
    M src/parse.c

  Log Message:
  -----------
  Add space in type casts: (T*) -> (T *)


  Commit: cff9a4d330742ec414d1f472aada0d643cc0959e
      https://github.com/D-Programming-Language/dmd/commit/cff9a4d330742ec414d1f472aada0d643cc0959e
  Author: Clement Courbet <courbet at google.com>
  Date:   2015-04-06 (Mon, 06 Apr 2015)

  Changed paths:
    M test/compilable/b1215.d

  Log Message:
  -----------
  better tests


  Commit: d1a35d2ee6f6dfd8c288ec50b0c29981d5ddbc8d
      https://github.com/D-Programming-Language/dmd/commit/d1a35d2ee6f6dfd8c288ec50b0c29981d5ddbc8d
  Author: Clement Courbet <courbet at google.com>
  Date:   2015-04-06 (Mon, 06 Apr 2015)

  Changed paths:
    M test/compilable/b1215.d

  Log Message:
  -----------
  disable obj file generation


  Commit: 0b36d54bca7d7f2c8148e9a15f11ba088979d9ba
      https://github.com/D-Programming-Language/dmd/commit/0b36d54bca7d7f2c8148e9a15f11ba088979d9ba
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

  Changed paths:
    M src/dsymbol.c
    M src/dsymbol.h
    M src/hdrgen.c
    M src/mtype.c
    M src/mtype.h
    M src/parse.c
    M src/parse.h
    A test/compilable/b1215.d

  Log Message:
  -----------
  Merge pull request #4516 from legrosbuffle/fix1215

Fix1215


Compare: https://github.com/D-Programming-Language/dmd/compare/b9177ab9322f...0b36d54bca7d


More information about the dmd-internals mailing list