[phobos] [D-Programming-Language/phobos] a43e8d: Move 'forward' to std.functional.
GitHub via phobos
phobos at puremagic.com
Mon Feb 16 16:50:15 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: a43e8d22cd4b95240cd34cd363e1d9b70c350dbb
https://github.com/D-Programming-Language/phobos/commit/a43e8d22cd4b95240cd34cd363e1d9b70c350dbb
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2015-02-16 (Mon, 16 Feb 2015)
Changed paths:
M std/algorithm/package.d
M std/functional.d
Log Message:
-----------
Move 'forward' to std.functional.
Commit: 873f448ef3a5f2093546bffec55309b68e0fe6ff
https://github.com/D-Programming-Language/phobos/commit/873f448ef3a5f2093546bffec55309b68e0fe6ff
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2015-02-16 (Mon, 16 Feb 2015)
Changed paths:
M std/algorithm/package.d
M std/algorithm/setops.d
M std/algorithm/sorting.d
Log Message:
-----------
Move SortOutput to std.algorithm.sorting.
Commit: d4a85e24c4bb7050ec8c60549478ad6fbb54e043
https://github.com/D-Programming-Language/phobos/commit/d4a85e24c4bb7050ec8c60549478ad6fbb54e043
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2015-02-16 (Mon, 16 Feb 2015)
Changed paths:
M std/range/interfaces.d
Log Message:
-----------
iota is not in std.algorithm, it's in std.range.
Commit: 32ca6fb720d52abcb5d275b06e0fe2b7920d43cf
https://github.com/D-Programming-Language/phobos/commit/32ca6fb720d52abcb5d275b06e0fe2b7920d43cf
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2015-02-16 (Mon, 16 Feb 2015)
Changed paths:
M std/typecons.d
Log Message:
-----------
forward() has moved to std.functional.
Commit: 22a68697f3a46f6de836a6b8a3b83d657de4e1e4
https://github.com/D-Programming-Language/phobos/commit/22a68697f3a46f6de836a6b8a3b83d657de4e1e4
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2015-02-16 (Mon, 16 Feb 2015)
Changed paths:
M std/algorithm/package.d
Log Message:
-----------
Forwarding alias to new location of forward().
Commit: 32db27180e14e54a249ecb77de09fcfc843dd642
https://github.com/D-Programming-Language/phobos/commit/32db27180e14e54a249ecb77de09fcfc843dd642
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2015-02-16 (Mon, 16 Feb 2015)
Changed paths:
M std/algorithm/package.d
Log Message:
-----------
Merge commit '22a6869' into std_algo_cleanup
Add forwarding alias to std.functional.forward to prevent breaking
existing code.
Commit: 4208a0d9fc518d4e154f3858dea9e165ef2919b6
https://github.com/D-Programming-Language/phobos/commit/4208a0d9fc518d4e154f3858dea9e165ef2919b6
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2015-02-16 (Mon, 16 Feb 2015)
Changed paths:
M std/algorithm/package.d
Log Message:
-----------
Deprecation message.
Commit: 5dd6df0bd3288a4ffd14464dc76797158af8c07a
https://github.com/D-Programming-Language/phobos/commit/5dd6df0bd3288a4ffd14464dc76797158af8c07a
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2015-02-16 (Mon, 16 Feb 2015)
Changed paths:
M std/algorithm/package.d
M std/algorithm/setops.d
M std/algorithm/sorting.d
M std/functional.d
M std/range/interfaces.d
M std/typecons.d
Log Message:
-----------
Merge pull request #2996 from quickfur/std_algo_cleanup
std.algorithm cleanup
Compare: https://github.com/D-Programming-Language/phobos/compare/2c5294b64fea...5dd6df0bd328
More information about the phobos
mailing list