[dmd-internals] [D-Programming-Language/dmd] ac329e: Merge pull request #3054 from WalterBright/fix1159...
GitHub
noreply at github.com
Tue Jan 7 02:32:36 PST 2014
Branch: refs/heads/2.065
Home: https://github.com/D-Programming-Language/dmd
Commit: ac329ecd01fb9a24d1ec9d60f2d26fe2a14f8e62
https://github.com/D-Programming-Language/dmd/commit/ac329ecd01fb9a24d1ec9d60f2d26fe2a14f8e62
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2014-01-07 (Tue, 07 Jan 2014)
Changed paths:
M src/mtype.c
A test/fail_compilation/fail11591.d
M test/runnable/sdtor.d
M test/runnable/test12.d
Log Message:
-----------
Merge pull request #3054 from WalterBright/fix11591
Regression fix Issue 11591 - std.typecons.Tuple -s with classes fails at runtime as associative array keys
Commit: d554ec7532bd8fc1f35efdc05df22096501dea6a
https://github.com/D-Programming-Language/dmd/commit/d554ec7532bd8fc1f35efdc05df22096501dea6a
Author: Walter Bright <walter at walterbright.com>
Date: 2014-01-07 (Tue, 07 Jan 2014)
Changed paths:
M src/attrib.c
M test/runnable/uda.d
Log Message:
-----------
Merge pull request #3056 from 9rnsr/fix11844
Issue 11844 - ICE(template.c:6643) Assertion failed: (td->semanticRun != PASSinit)
Commit: 0895bed3880b2f925e30cc53727d6cfd533a4c8c
https://github.com/D-Programming-Language/dmd/commit/0895bed3880b2f925e30cc53727d6cfd533a4c8c
Author: Walter Bright <walter at walterbright.com>
Date: 2014-01-07 (Tue, 07 Jan 2014)
Changed paths:
M src/enum.c
M src/enum.h
A test/fail_compilation/ice11849a.d
A test/fail_compilation/ice11849b.d
Log Message:
-----------
Merge pull request #3057 from 9rnsr/fix11849
Issue 11849 - Recursive enum causes segfault
Commit: e1866902b88e36537197da16b098afd2df304425
https://github.com/D-Programming-Language/dmd/commit/e1866902b88e36537197da16b098afd2df304425
Author: Walter Bright <walter at walterbright.com>
Date: 2014-01-07 (Tue, 07 Jan 2014)
Changed paths:
M src/template.c
A test/fail_compilation/ice11553.d
M test/runnable/template9.d
Log Message:
-----------
Merge pull request #2826 from 9rnsr/fix11553
Issue 11553 - dmd segfault with recursive template
Commit: cf682f6e4ec2ad093dbec7d655b1ec3afbfd3730
https://github.com/D-Programming-Language/dmd/commit/cf682f6e4ec2ad093dbec7d655b1ec3afbfd3730
Author: Don Clugston <dclugston at googlemail.com>
Date: 2014-01-07 (Tue, 07 Jan 2014)
Changed paths:
M src/glue.c
A test/runnable/imports/std11863bitmanip.d
A test/runnable/imports/std11863conv.d
A test/runnable/imports/std11863format.d
A test/runnable/test11863.d
Log Message:
-----------
Merge pull request #3069 from 9rnsr/fix11863
[REG2.064] Issue 11863 - std.conv.to!string(int/uint, radix) returns incorrect string
Compare: https://github.com/D-Programming-Language/dmd/compare/af1c13828ea3...cf682f6e4ec2
More information about the dmd-internals
mailing list