[phobos] [dlang/phobos] b3ea2e: Revert "std.socket: Decorate Socket methods"
GitHub via phobos
phobos at puremagic.com
Sun Nov 20 15:19:09 PST 2016
Branch: refs/heads/master
Home: https://github.com/dlang/phobos
Commit: b3ea2e431243242c7282391ab088ca8cfa9b64cd
https://github.com/dlang/phobos/commit/b3ea2e431243242c7282391ab088ca8cfa9b64cd
Author: Vladimir Panteleev <git at thecybershadow.net>
Date: 2016-10-13 (Thu, 13 Oct 2016)
Changed paths:
M std/socket.d
Log Message:
-----------
Revert "std.socket: Decorate Socket methods"
This reverts commit 1fc5f9b34ca9bb333ee429ab2ca39e07c3304f01.
Commit: 448ddbe2e88d66feb0df3f679bc282840ac4bb26
https://github.com/dlang/phobos/commit/448ddbe2e88d66feb0df3f679bc282840ac4bb26
Author: Vladimir Panteleev <git at thecybershadow.net>
Date: 2016-10-13 (Thu, 13 Oct 2016)
Changed paths:
M std/socket.d
Log Message:
-----------
std.socket: Add test for issue 16514
Commit: f783d975a28febea3a323bae3ce5f902cec17aa9
https://github.com/dlang/phobos/commit/f783d975a28febea3a323bae3ce5f902cec17aa9
Author: Martin Nowak <code at dawg.eu>
Date: 2016-10-16 (Sun, 16 Oct 2016)
Changed paths:
M std/traits.d
Log Message:
-----------
fix Issue 16582 - ParameterDefaults fails w/ scope parameter
- workaround scope escape error to get default parameter
- would require a working `return scope` for a proper implementation
Commit: 5ebd77334356df34e3fef346b2d0d7787d066a9b
https://github.com/dlang/phobos/commit/5ebd77334356df34e3fef346b2d0d7787d066a9b
Author: Ilya Yaroshenko <ilyayaroshenko at gmail.com>
Date: 2016-10-16 (Sun, 16 Oct 2016)
Changed paths:
M std/experimental/ndslice/slice.d
Log Message:
-----------
reduce test template bloat
Commit: 4472eb84dca1acd9f614df20d5e5b724a8ba9581
https://github.com/dlang/phobos/commit/4472eb84dca1acd9f614df20d5e5b724a8ba9581
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2016-10-16 (Sun, 16 Oct 2016)
Changed paths:
M std/experimental/ndslice/slice.d
Log Message:
-----------
Merge pull request #4867 from 9il/test
reduce test template bloat
Commit: e333b7ad4e69b603bc9dfc1cb74593baf43b2193
https://github.com/dlang/phobos/commit/e333b7ad4e69b603bc9dfc1cb74593baf43b2193
Author: Walter Bright <WalterBright at users.noreply.github.com>
Date: 2016-10-17 (Mon, 17 Oct 2016)
Changed paths:
M std/traits.d
Log Message:
-----------
Merge pull request #4864 from MartinNowak/fix16582
fix Issue 16582 - ParameterDefaults fails w/ scope parameter
Commit: be6571ca379cc7cd34111c59c1dd6d1f6c17f4eb
https://github.com/dlang/phobos/commit/be6571ca379cc7cd34111c59c1dd6d1f6c17f4eb
Author: Petar Kirov <petar.p.kirov at gmail.com>
Date: 2016-10-23 (Sun, 23 Oct 2016)
Changed paths:
M std/meta.d
Log Message:
-----------
Resurrect ApplyLeft and ApplyRight's documentation
Also put the signature of `isImplicitlyConvertible` in a comment to make the example more clear.
Commit: 0c41f51281ac4020cb74466036e0162fe9adc95f
https://github.com/dlang/phobos/commit/0c41f51281ac4020cb74466036e0162fe9adc95f
Author: Martin Nowak <code at dawg.eu>
Date: 2016-10-24 (Mon, 24 Oct 2016)
Changed paths:
M std/socket.d
Log Message:
-----------
Merge pull request #4859 from CyberShadow/pull-20161013-075150
Revert #4273 + add test
Commit: dff5422fa553a0e6f2342353bbab894c103c05aa
https://github.com/dlang/phobos/commit/dff5422fa553a0e6f2342353bbab894c103c05aa
Author: Martin Nowak <code at dawg.eu>
Date: 2016-10-24 (Mon, 24 Oct 2016)
Changed paths:
M std/experimental/ndslice/slice.d
Log Message:
-----------
Merge pull request #4873 from 9il/stable
❗️❗️❗️Implicit cast to const slices in case of underlaying range is a pointer.
Commit: d8ca14c05d27bb887b33ad9fac5d45cad0a56786
https://github.com/dlang/phobos/commit/d8ca14c05d27bb887b33ad9fac5d45cad0a56786
Author: Martin Nowak <code at dawg.eu>
Date: 2016-10-24 (Mon, 24 Oct 2016)
Changed paths:
M std/meta.d
Log Message:
-----------
Merge pull request #4875 from ZombineDev/patch-7
Resurrect ApplyLeft and ApplyRight's documentation
Commit: 0f5b131d0a4ccbea787a4a1d095ab50131fb0965
https://github.com/dlang/phobos/commit/0f5b131d0a4ccbea787a4a1d095ab50131fb0965
Author: Martin Nowak <code at dawg.eu>
Date: 2016-11-05 (Sat, 05 Nov 2016)
Changed paths:
M std/experimental/ndslice/slice.d
M std/meta.d
M std/socket.d
M std/traits.d
Log Message:
-----------
Merge remote-tracking branch 'upstream/stable' into merge_stable
Conflicts:
std/traits.d
Commit: 26a6857e7b95aa38e3c444096fe88f779dfa836a
https://github.com/dlang/phobos/commit/26a6857e7b95aa38e3c444096fe88f779dfa836a
Author: Martin Nowak <code at dawg.eu>
Date: 2016-11-21 (Mon, 21 Nov 2016)
Changed paths:
M std/experimental/ndslice/slice.d
M std/meta.d
M std/socket.d
M std/traits.d
Log Message:
-----------
Merge pull request #4889 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
Compare: https://github.com/dlang/phobos/compare/efe9ea0569d9...26a6857e7b95
More information about the phobos
mailing list