[phobos] [D-Programming-Language/phobos] 279963: fix Issue 8055 - std.algorithm.move corrupts moved...
GitHub
noreply at github.com
Tue May 8 10:13:15 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 279963c9d0351809f1cab76f861af8a4832c1ec9
https://github.com/D-Programming-Language/phobos/commit/279963c9d0351809f1cab76f861af8a4832c1ec9
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-05-06 (Sun, 06 May 2012)
Changed paths:
M std/algorithm.d
Log Message:
-----------
fix Issue 8055 - std.algorithm.move corrupts moved object field
Commit: dc6fb32f8749138ec9304c8e5e1b009b5d5dcb2e
https://github.com/D-Programming-Language/phobos/commit/dc6fb32f8749138ec9304c8e5e1b009b5d5dcb2e
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-05-06 (Sun, 06 May 2012)
Changed paths:
M std/algorithm.d
Log Message:
-----------
fix Issue 8057 - std.algorithm.move cannot use for nested struct
Commit: af50634ea7f0074d21dbcff3716c5dc2e5b9ce64
https://github.com/D-Programming-Language/phobos/commit/af50634ea7f0074d21dbcff3716c5dc2e5b9ce64
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-05-07 (Mon, 07 May 2012)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Use endsWith.
Commit: 9d02596a508314dca6a4acdffa35446e9c34ea8b
https://github.com/D-Programming-Language/phobos/commit/9d02596a508314dca6a4acdffa35446e9c34ea8b
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-05-08 (Tue, 08 May 2012)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Optimize unary move().
Commit: 892038953dfd645952a482a06f692ea6fba2f437
https://github.com/D-Programming-Language/phobos/commit/892038953dfd645952a482a06f692ea6fba2f437
Author: Kato Shoichi <zan77137 at nifty.com>
Date: 2012-05-08 (Tue, 08 May 2012)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Merge pull request #572 from 9rnsr/fix_move
Issue 8055 & 8057 - Fix std.algorithm.move issues
Compare: https://github.com/D-Programming-Language/phobos/compare/36f5539...8920389
More information about the phobos
mailing list