[dmd-internals] [D-Programming-Language/dmd] 688267: fix Issue 10044 - Wrong di generation for IsExp wi...
GitHub
noreply at github.com
Wed May 8 10:20:47 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 68826750815b6f4d2609a3831c3a8fbf3f759308
https://github.com/D-Programming-Language/dmd/commit/68826750815b6f4d2609a3831c3a8fbf3f759308
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M src/expression.c
M test/compilable/extra-files/header.di
M test/compilable/extra-files/inlineheader.di
M test/compilable/header.d
M test/compilable/inlineheader.d
Log Message:
-----------
fix Issue 10044 - Wrong di generation for IsExp with TemplateParameterList
Commit: ed9d02fca95df59a1f713a55a5d7e3f833c69870
https://github.com/D-Programming-Language/dmd/commit/ed9d02fca95df59a1f713a55a5d7e3f833c69870
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M src/class.c
M src/expression.c
M src/init.c
M src/statement.c
M src/staticassert.c
M src/template.c
M test/compilable/extra-files/header.di
M test/compilable/extra-files/inlineheader.di
M test/compilable/header.d
M test/compilable/inlineheader.d
M test/fail_compilation/diag9004.d
M test/fail_compilation/ice6538.d
M test/runnable/Fix5140.d
Log Message:
-----------
Add space after comma
More fix for issue 2273
Commit: 3256530ac41c17f264033a6d38becfc6d65382ff
https://github.com/D-Programming-Language/dmd/commit/3256530ac41c17f264033a6d38becfc6d65382ff
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M src/cond.c
M test/compilable/extra-files/header.di
M test/compilable/extra-files/inlineheader.di
Log Message:
-----------
Add space after `static if`
Commit: b95d8df7083d96a32ccd3c694e85a4471c3f0559
https://github.com/D-Programming-Language/dmd/commit/b95d8df7083d96a32ccd3c694e85a4471c3f0559
Author: Don Clugston <dclugston at googlemail.com>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M src/class.c
M src/cond.c
M src/expression.c
M src/init.c
M src/statement.c
M src/staticassert.c
M src/template.c
M test/compilable/extra-files/header.di
M test/compilable/extra-files/inlineheader.di
M test/compilable/header.d
M test/compilable/inlineheader.d
M test/fail_compilation/diag9004.d
M test/fail_compilation/ice6538.d
M test/runnable/Fix5140.d
Log Message:
-----------
Merge pull request #1976 from 9rnsr/fix_comma_fmt
[REG2.063a] fix issue 10044, and more adding a space after comma
Compare: https://github.com/D-Programming-Language/dmd/compare/e6ccdf5d43c7...b95d8df7083d
More information about the dmd-internals
mailing list