[dmd-internals] [D-Programming-Language/dmd] 57c510: clean code style
GitHub via dmd-internals
dmd-internals at puremagic.com
Tue Sep 15 06:44:09 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 57c510d2570f1f2e1ef3f6b92577ff67674a7738
https://github.com/D-Programming-Language/dmd/commit/57c510d2570f1f2e1ef3f6b92577ff67674a7738
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-09-15 (Tue, 15 Sep 2015)
Changed paths:
M src/mtype.d
Log Message:
-----------
clean code style
Commit: 38ede7450d198bde07d8089bb6fce2fff7c2d950
https://github.com/D-Programming-Language/dmd/commit/38ede7450d198bde07d8089bb6fce2fff7c2d950
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-09-15 (Tue, 15 Sep 2015)
Changed paths:
M src/mtype.d
M test/runnable/xtest46.d
Log Message:
-----------
fix Issue 15045 - hasElaborateCopyConstructor is true for struct with opDispatch
Stop forwarding these special aggregate members through
opDispatch, alias this, or opDot.
__ctor (Id.ctor)
__dtor (Id.dtor)
__xdtor (Id.__xdtor)
__postblit (Id.postblit)
__xpostblit (Id.__xpostblit)
Commit: 2c94b22fce321b36d18c5eefd2d845a442f3afad
https://github.com/D-Programming-Language/dmd/commit/2c94b22fce321b36d18c5eefd2d845a442f3afad
Author: Martin Nowak <code at dawg.eu>
Date: 2015-09-15 (Tue, 15 Sep 2015)
Changed paths:
M src/mtype.d
M test/runnable/xtest46.d
Log Message:
-----------
Merge pull request #5077 from 9rnsr/fix15045
[REG2.069-devel] Issue 15045 - hasElaborateCopyConstructor is true for struct with opDispatch
Compare: https://github.com/D-Programming-Language/dmd/compare/6354326b335a...2c94b22fce32
More information about the dmd-internals
mailing list