[dmd-internals] [D-Programming-Language/dmd] 70cbf1: fix Issue 5737 - postblit not called for locals in...
GitHub
noreply at github.com
Mon May 7 18:09:12 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 70cbf1b9fb947a7abe920836e0b5746a39254ac0
https://github.com/D-Programming-Language/dmd/commit/70cbf1b9fb947a7abe920836e0b5746a39254ac0
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-05-04 (Fri, 04 May 2012)
Changed paths:
M src/expression.c
M test/runnable/sdtor.d
Log Message:
-----------
fix Issue 5737 - postblit not called for locals initialized from ref functions
Commit: 9c03f1445966163321cf40456f35f83f534f2b1a
https://github.com/D-Programming-Language/dmd/commit/9c03f1445966163321cf40456f35f83f534f2b1a
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-05-04 (Fri, 04 May 2012)
Changed paths:
M src/expression.c
M test/runnable/sdtor.d
Log Message:
-----------
fix Issue 6199 - [GSoC] Postblit not called when returning a reference to a by-value function.
Commit: 7f18602f38082d8b837112fed1d5d10b222e3b87
https://github.com/D-Programming-Language/dmd/commit/7f18602f38082d8b837112fed1d5d10b222e3b87
Author: Walter Bright <walter at walterbright.com>
Date: 2012-05-07 (Mon, 07 May 2012)
Changed paths:
M src/expression.c
M test/runnable/sdtor.d
Log Message:
-----------
Merge pull request #927 from 9rnsr/fix_postblit
Issue 5737 & 6199 - fix postblit call with ref return
Compare: https://github.com/D-Programming-Language/dmd/compare/ef57464...7f18602
More information about the dmd-internals
mailing list