October 24, 2011
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd

  Commit: 9224e1cae4b0d08898f4ee737c1ea510fc84fbdc
      https://github.com/D-Programming-Language/dmd/commit/9224e1cae4b0d08898f4ee737c1ea510fc84fbdc
  Author: Don Clugston <dclugston at googlemail.com>
  Date:   2011-10-24 (Mon, 24 Oct 2011)

  Changed paths:
    M src/template.c

  Log Message:
  -----------
  6700 Regression(2.053) using $ inside a slice of a tuple

Tuple expressions shouldn't be interpreted, since they may be types rather than expressions. They have special treatment a few lines lower down.


  Commit: 5c29b2990be511cc99cdbff7cfed384296c4a8b6
      https://github.com/D-Programming-Language/dmd/commit/5c29b2990be511cc99cdbff7cfed384296c4a8b6
  Author: Don Clugston <dclugston at googlemail.com>
  Date:   2011-10-24 (Mon, 24 Oct 2011)

  Changed paths:
    M test/runnable/variadic.d

  Log Message:
  -----------
  Test case for 6700


  Commit: 9a2deb565372b627e773f52c1ab25b663e57913a
      https://github.com/D-Programming-Language/dmd/commit/9a2deb565372b627e773f52c1ab25b663e57913a
  Author: Don Clugston <dclugston at googlemail.com>
  Date:   2011-10-24 (Mon, 24 Oct 2011)

  Changed paths:
    R test/fail_compilation/fail135.d

  Log Message:
  -----------
  Remove invalid test - closes 6698

This test case is for bug 701, which hasn't been fixed yet.


  Commit: b628b5cb75e70bdee434e2b9e71bc77566785b7a
      https://github.com/D-Programming-Language/dmd/commit/b628b5cb75e70bdee434e2b9e71bc77566785b7a
  Author: Walter Bright <walter at walterbright.com>
  Date:   2011-10-24 (Mon, 24 Oct 2011)

  Changed paths:
    M src/template.c
  R test/fail_compilation/fail135.d
  M test/runnable/variadic.d

  Log Message:
  -----------
  Merge pull request #473 from donc/regression6700

Fix regression bug 6700 (introduced DMD2.053)


Compare: https://github.com/D-Programming-Language/dmd/compare/1870718...b628b5c