[phobos] [D-Programming-Language/phobos] 55882d: Merge remote-tracking branch 'upstream/master' int...
GitHub via phobos
phobos at puremagic.com
Wed Oct 14 07:10:15 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 55882d936507121fce8f9af7acfcf0d09bc1f64a
https://github.com/D-Programming-Language/phobos/commit/55882d936507121fce8f9af7acfcf0d09bc1f64a
Author: Martin Nowak <code at dawg.eu>
Date: 2015-10-04 (Sun, 04 Oct 2015)
Changed paths:
M .gitignore
M CONTRIBUTING.md
M changelog.dd
M etc/c/curl.d
M etc/c/odbc/sql.d
M etc/c/odbc/sqlext.d
M etc/c/odbc/sqltypes.d
M etc/c/odbc/sqlucode.d
M etc/c/sqlite3.d
M etc/c/zlib.d
M index.d
M posix.mak
M std/algorithm/comparison.d
M std/algorithm/iteration.d
M std/algorithm/mutation.d
M std/algorithm/package.d
M std/algorithm/searching.d
M std/algorithm/setops.d
M std/algorithm/sorting.d
M std/array.d
M std/base64.d
M std/bigint.d
M std/complex.d
M std/concurrency.d
A std/concurrencybase.d
M std/container/array.d
M std/container/binaryheap.d
M std/container/package.d
M std/container/rbtree.d
M std/conv.d
M std/cstream.d
M std/csv.d
M std/datetime.d
M std/digest/digest.d
A std/digest/hmac.d
M std/digest/md.d
M std/digest/ripemd.d
M std/digest/sha.d
M std/encoding.d
M std/exception.d
A std/experimental/allocator/building_blocks/affix_allocator.d
A std/experimental/allocator/building_blocks/allocator_list.d
A std/experimental/allocator/building_blocks/bitmapped_block.d
A std/experimental/allocator/building_blocks/bucketizer.d
A std/experimental/allocator/building_blocks/fallback_allocator.d
A std/experimental/allocator/building_blocks/free_list.d
A std/experimental/allocator/building_blocks/free_tree.d
A std/experimental/allocator/building_blocks/kernighan_ritchie.d
A std/experimental/allocator/building_blocks/null_allocator.d
A std/experimental/allocator/building_blocks/package.d
A std/experimental/allocator/building_blocks/quantizer.d
A std/experimental/allocator/building_blocks/region.d
A std/experimental/allocator/building_blocks/scoped_allocator.d
A std/experimental/allocator/building_blocks/segregator.d
A std/experimental/allocator/building_blocks/stats_collector.d
A std/experimental/allocator/common.d
A std/experimental/allocator/gc_allocator.d
A std/experimental/allocator/mallocator.d
A std/experimental/allocator/mmap_allocator.d
A std/experimental/allocator/package.d
A std/experimental/allocator/showcase.d
A std/experimental/allocator/typed.d
M std/experimental/logger/core.d
M std/experimental/logger/filelogger.d
M std/experimental/logger/multilogger.d
M std/file.d
M std/format.d
M std/functional.d
M std/getopt.d
M std/internal/cstring.d
M std/internal/math/biguintcore.d
M std/internal/math/gammafunction.d
M std/math.d
M std/mmfile.d
M std/net/curl.d
M std/outbuffer.d
M std/parallelism.d
M std/path.d
M std/process.d
M std/random.d
M std/range/interfaces.d
M std/range/package.d
M std/range/primitives.d
M std/regex/internal/parser.d
M std/regex/internal/tests.d
M std/socket.d
M std/socketstream.d
M std/stdio.d
M std/stream.d
M std/string.d
M std/syserror.d
M std/traits.d
M std/typecons.d
M std/typetuple.d
M std/uni.d
M std/uri.d
M std/utf.d
M std/uuid.d
M std/variant.d
M std/windows/syserror.d
M std/zip.d
M std/zlib.d
M unittest.d
M win32.mak
M win64.mak
Log Message:
-----------
Merge remote-tracking branch 'upstream/master' into stable
Commit: d929cea294d3477684e36b3cda3a8d0ec31e21d8
https://github.com/D-Programming-Language/phobos/commit/d929cea294d3477684e36b3cda3a8d0ec31e21d8
Author: Walter Bright <walter at walterbright.com>
Date: 2015-10-06 (Tue, 06 Oct 2015)
Changed paths:
M std/getopt.d
Log Message:
-----------
Merge pull request #3697 from CyberShadow/pull-20151005-194915
std.getopt: Re-add constructor removed in PR #3489
Commit: af28028637db77d7a55461718911297b12ad4e98
https://github.com/D-Programming-Language/phobos/commit/af28028637db77d7a55461718911297b12ad4e98
Author: Martin Nowak <code at dawg.eu>
Date: 2015-10-06 (Tue, 06 Oct 2015)
Changed paths:
M changelog.dd
Log Message:
-----------
changelog entries from dlang.org's upcoming.dd
Commit: 5e83d537cd61deb066279b0a361cfdddb101b551
https://github.com/D-Programming-Language/phobos/commit/5e83d537cd61deb066279b0a361cfdddb101b551
Author: Robert Schadek <robert.schadek at informatik.uni-oldenburg.de>
Date: 2015-10-06 (Tue, 06 Oct 2015)
Changed paths:
M changelog.dd
Log Message:
-----------
Merge pull request #3699 from MartinNowak/upcoming_changelog
changelog entries from dlang.org's upcoming.dd
Commit: a52d43e42004607e035a704926d04fa5734dc3c5
https://github.com/D-Programming-Language/phobos/commit/a52d43e42004607e035a704926d04fa5734dc3c5
Author: Robert burner Schadek <rburners at gmail.com>
Date: 2015-10-07 (Wed, 07 Oct 2015)
Changed paths:
M std/string.d
Log Message:
-----------
std.string.lineSplitter_string_alias_fix
lineSplitter used to accept struct and classes with an alias this to a string
returning function.
This PR add that feature again.
https://github.com/D-Programming-Language/phobos/pull/3694
Commit: 68f4373a6dbe4bc16fa2e3db23a038e6f4707a33
https://github.com/D-Programming-Language/phobos/commit/68f4373a6dbe4bc16fa2e3db23a038e6f4707a33
Author: Robert burner Schadek <rburners at gmail.com>
Date: 2015-10-07 (Wed, 07 Oct 2015)
Changed paths:
M std/string.d
Log Message:
-----------
std.string.stripRight_string_alias_fix
make stripRight accept custom types with alias this to string
member(functions)
Commit: dcec6a153a11e9f3cbd2435cff282cacbabf226e
https://github.com/D-Programming-Language/phobos/commit/dcec6a153a11e9f3cbd2435cff282cacbabf226e
Author: Robert burner Schadek <rburners at gmail.com>
Date: 2015-10-07 (Wed, 07 Oct 2015)
Changed paths:
M std/string.d
Log Message:
-----------
std.string.stripleft_string_alias_fix
make stripLeft accept types with an alias this to a string member(function)
small update
Commit: f85f014ee9264b1ab30b283ae5ef4773c760d28b
https://github.com/D-Programming-Language/phobos/commit/f85f014ee9264b1ab30b283ae5ef4773c760d28b
Author: Martin Nowak <code at dawg.eu>
Date: 2015-10-07 (Wed, 07 Oct 2015)
Changed paths:
M std/string.d
Log Message:
-----------
Merge pull request #3702 from burner/std.string.lineSplitter_string_alias_fix
std.string.lineSplitter_string_alias_fix
Commit: 0b80a960ef77598651a6de4b2e8013229b017828
https://github.com/D-Programming-Language/phobos/commit/0b80a960ef77598651a6de4b2e8013229b017828
Author: Martin Nowak <code at dawg.eu>
Date: 2015-10-07 (Wed, 07 Oct 2015)
Changed paths:
M std/string.d
Log Message:
-----------
Merge pull request #3703 from burner/std.string.stripleft_string_alias_fix
std.string.stripleft_string_alias_fix
Commit: 6490f9f83cbd8ce42c6282acfa42453bcf59e927
https://github.com/D-Programming-Language/phobos/commit/6490f9f83cbd8ce42c6282acfa42453bcf59e927
Author: Martin Nowak <code at dawg.eu>
Date: 2015-10-07 (Wed, 07 Oct 2015)
Changed paths:
M std/string.d
Log Message:
-----------
Merge pull request #3704 from burner/std.string.stripRight_string_alias_fix
std.string.stripRight_string_alias_fix
Commit: 5ed2368fc447225c0acceff74997a681c0cbab3b
https://github.com/D-Programming-Language/phobos/commit/5ed2368fc447225c0acceff74997a681c0cbab3b
Author: Martin Nowak <code at dawg.eu>
Date: 2015-10-12 (Mon, 12 Oct 2015)
Changed paths:
M changelog.dd
Log Message:
-----------
Added the two new comparison algorithms to the changelog
Commit: 4eab18f14ae66ce5c6a3c37e64d3af6a1c1d49ba
https://github.com/D-Programming-Language/phobos/commit/4eab18f14ae66ce5c6a3c37e64d3af6a1c1d49ba
Author: Martin Nowak <code at dawg.eu>
Date: 2015-10-12 (Mon, 12 Oct 2015)
Changed paths:
M changelog.dd
Log Message:
-----------
fix link to moveEmplace
Commit: 96bc6da667ef98561e27e2e0787d8e026df33e47
https://github.com/D-Programming-Language/phobos/commit/96bc6da667ef98561e27e2e0787d8e026df33e47
Author: Martin Nowak <code at dawg.eu>
Date: 2015-10-14 (Wed, 14 Oct 2015)
Changed paths:
M std/algorithm/mutation.d
Log Message:
-----------
missing docs for moveEmplace
Commit: 17b913c18eb40345c9894543186c7c42d6f645a6
https://github.com/D-Programming-Language/phobos/commit/17b913c18eb40345c9894543186c7c42d6f645a6
Author: Martin Nowak <code at dawg.eu>
Date: 2015-10-14 (Wed, 14 Oct 2015)
Changed paths:
M std/algorithm/mutation.d
Log Message:
-----------
Merge pull request #3718 from MartinNowak/moveEmplace
missing docs for moveEmplace
Commit: f127643ed7fc8cf8f81f86d1187b29ba4a92aa1c
https://github.com/D-Programming-Language/phobos/commit/f127643ed7fc8cf8f81f86d1187b29ba4a92aa1c
Author: Martin Nowak <code at dawg.eu>
Date: 2015-10-14 (Wed, 14 Oct 2015)
Changed paths:
M changelog.dd
M std/algorithm/mutation.d
M std/string.d
Log Message:
-----------
Merge remote-tracking branch 'upstream/stable' into merge_stable
Commit: 61683527c081e3e1855cfa785389657825062d4c
https://github.com/D-Programming-Language/phobos/commit/61683527c081e3e1855cfa785389657825062d4c
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2015-10-14 (Wed, 14 Oct 2015)
Changed paths:
M changelog.dd
M std/algorithm/mutation.d
M std/string.d
Log Message:
-----------
Merge pull request #3719 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
Compare: https://github.com/D-Programming-Language/phobos/compare/2e911f89f28f...61683527c081
More information about the phobos
mailing list