[phobos] [D-Programming-Language/phobos] 63a9ec: Merge remote-tracking branch 'upstream/master' int...

GitHub via phobos phobos at puremagic.com
Sun Jan 24 16:43:08 PST 2016


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 63a9ec77a9b70dd26f90c05218616866df999558
      https://github.com/D-Programming-Language/phobos/commit/63a9ec77a9b70dd26f90c05218616866df999558
  Author: Martin Nowak <code at dawg.eu>
  Date:   2016-01-03 (Sun, 03 Jan 2016)

  Changed paths:
    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 posix.mak
    M std/algorithm/comparison.d
    M std/algorithm/internal.d
    M std/algorithm/iteration.d
    M std/algorithm/mutation.d
    M std/algorithm/searching.d
    M std/algorithm/setops.d
    M std/algorithm/sorting.d
    M std/array.d
    M std/ascii.d
    M std/bigint.d
    M std/bitmanip.d
    M std/c/fenv.d
    M std/c/freebsd/socket.d
    M std/c/linux/linux.d
    M std/c/linux/linuxextern.d
    M std/c/linux/pthread.d
    M std/c/linux/socket.d
    M std/c/linux/termios.d
    M std/c/linux/tipc.d
    M std/c/locale.d
    M std/c/math.d
    M std/c/osx/socket.d
    M std/c/process.d
    M std/c/stdarg.d
    M std/c/stddef.d
    M std/c/stdio.d
    M std/c/stdlib.d
    M std/c/string.d
    M std/c/time.d
    M std/c/wcharh.d
    M std/c/windows/com.d
    M std/c/windows/stat.d
    M std/c/windows/windows.d
    M std/c/windows/winsock.d
    M std/complex.d
    M std/concurrency.d
    M std/container/array.d
    M std/container/dlist.d
    M std/container/package.d
    M std/container/rbtree.d
    M std/container/slist.d
    M std/conv.d
    M std/csv.d
    M std/datetime.d
    M std/digest/digest.d
    M 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
    M std/experimental/allocator/building_blocks/free_list.d
    M std/experimental/allocator/building_blocks/free_tree.d
    M std/experimental/allocator/building_blocks/package.d
    M std/experimental/allocator/common.d
    M std/experimental/allocator/mallocator.d
    M std/experimental/allocator/package.d
    M std/experimental/allocator/typed.d
    M std/experimental/logger/core.d
    A std/experimental/ndslice/internal.d
    A std/experimental/ndslice/iteration.d
    A std/experimental/ndslice/package.d
    A std/experimental/ndslice/selection.d
    A std/experimental/ndslice/slice.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/digest/sha_SSSE3.d
    M std/internal/math/biguintcore.d
    M std/internal/math/errorfunction.d
    M std/internal/math/gammafunction.d
    M std/internal/test/dummyrange.d
    A std/internal/test/uda.d
    M std/json.d
    M std/math.d
    M std/mathspecial.d
    M std/meta.d
    M std/net/curl.d
    M std/net/isemail.d
    M std/numeric.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/ir.d
    M std/regex/internal/kickstart.d
    M std/regex/internal/parser.d
    M std/regex/internal/tests.d
    M std/regex/package.d
    M std/socket.d
    M std/stdint.d
    M std/stdio.d
    M std/string.d
    M std/system.d
    M std/traits.d
    M std/typecons.d
    M std/uni.d
    M std/uri.d
    M std/utf.d
    M std/uuid.d
    M std/variant.d
    M std/windows/iunknown.d
    M std/windows/registry.d
    M std/xml.d
    M std/zip.d
    M std/zlib.d
    M win32.mak
    M win64.mak

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master' into stable


  Commit: 34c5711c304f936bae88098d00ecbffd8cb53957
      https://github.com/D-Programming-Language/phobos/commit/34c5711c304f936bae88098d00ecbffd8cb53957
  Author: Martin Nowak <code at dawg.eu>
  Date:   2016-01-03 (Sun, 03 Jan 2016)

  Changed paths:
    M std/experimental/allocator/gc_allocator.d
    M std/experimental/allocator/mallocator.d

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master' into stable


  Commit: b7a71ef3ac82c4f332e198bff85974d236e06ee7
      https://github.com/D-Programming-Language/phobos/commit/b7a71ef3ac82c4f332e198bff85974d236e06ee7
  Author: Ilya Yaroshenko <ilyayaroshenko at gmail.com>
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
    M changelog.dd

  Log Message:
  -----------
  add ndslice to the changelog


  Commit: feb3374a0c7d94f400197ce1a43a49dc076b5750
      https://github.com/D-Programming-Language/phobos/commit/feb3374a0c7d94f400197ce1a43a49dc076b5750
  Author: Brian Schott <briancschott at gmail.com>
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
    M changelog.dd

  Log Message:
  -----------
  Merge pull request #3901 from 9il/patch-4

add ndslice to the changelog


  Commit: 9a452e7baebfc503e89beb2648e96a0edb08eeef
      https://github.com/D-Programming-Language/phobos/commit/9a452e7baebfc503e89beb2648e96a0edb08eeef
  Author: Robert burner Schadek <rburners at gmail.com>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
    M std/experimental/logger/filelogger.d
    M std/experimental/logger/package.d

  Log Message:
  -----------
  std.logger_consolidate_default_loglevel

* change default FileLogger LogLevel to all
* fix minor doc error


  Commit: 814bb86e7a1d3f14f76bd9d6223f91dfd4f1eaa9
      https://github.com/D-Programming-Language/phobos/commit/814bb86e7a1d3f14f76bd9d6223f91dfd4f1eaa9
  Author: Robert burner Schadek <rburners at gmail.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
    M std/experimental/logger/package.d

  Log Message:
  -----------
  std.logger.minor_doc_fix

* Bastiian Veelo spelling error from forum


  Commit: 3da2fb0bda16f866dbaad2fe50740424bb4be88c
      https://github.com/D-Programming-Language/phobos/commit/3da2fb0bda16f866dbaad2fe50740424bb4be88c
  Author: veelo <veelo at users.noreply.github.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
    M std/experimental/logger/package.d

  Log Message:
  -----------
  Documentation fixes.


  Commit: 2f4b761102d217672b2b51e3e1a4eb233c58fe4a
      https://github.com/D-Programming-Language/phobos/commit/2f4b761102d217672b2b51e3e1a4eb233c58fe4a
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
    M std/experimental/logger/package.d

  Log Message:
  -----------
  Merge pull request #3906 from burner/std.logger.minor_doc_fix

std.logger.minor_doc_fix


  Commit: 032ef0fe9e201bcc702538a42415847d80cc74f9
      https://github.com/D-Programming-Language/phobos/commit/032ef0fe9e201bcc702538a42415847d80cc74f9
  Author: Bastiaan Veelo <Bastiaan at Veelo.net>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
    M std/experimental/logger/package.d

  Log Message:
  -----------
  Merge branch 'stable' of https://github.com/D-Programming-Language/phobos


  Commit: ef34db555641133ee5a81e648038c68a508db20e
      https://github.com/D-Programming-Language/phobos/commit/ef34db555641133ee5a81e648038c68a508db20e
  Author: Bastiaan Veelo <Bastiaan at Veelo.net>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
    M std/experimental/logger/package.d

  Log Message:
  -----------
  Merge branch 'D-Programming-Language-stable' into patch-2


  Commit: 25c78fea94a4747d0c7d5fcc853d65dbaf21e68e
      https://github.com/D-Programming-Language/phobos/commit/25c78fea94a4747d0c7d5fcc853d65dbaf21e68e
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
    M std/experimental/logger/filelogger.d
    M std/experimental/logger/package.d

  Log Message:
  -----------
  Merge pull request #3902 from burner/std.logger_consolidate_default_loglevel

std.logger_consolidate_default_loglevel


  Commit: bfd508723b06cba5719d557349ef978965b71f10
      https://github.com/D-Programming-Language/phobos/commit/bfd508723b06cba5719d557349ef978965b71f10
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
    M std/experimental/logger/package.d

  Log Message:
  -----------
  Merge pull request #3908 from veelo/patch-2

Documentation fixes.


  Commit: ca3b4c839770a02f2414b20aa11c38f79419871b
      https://github.com/D-Programming-Language/phobos/commit/ca3b4c839770a02f2414b20aa11c38f79419871b
  Author: Robert Schadek <robert.schadek at informatik.uni-oldenburg.de>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
    M changelog.dd

  Log Message:
  -----------
  Default LogLevel change of FileLogger added to changelog


  Commit: 144641f5c7f5c9e51ca473caf6fabcc2dc513651
      https://github.com/D-Programming-Language/phobos/commit/144641f5c7f5c9e51ca473caf6fabcc2dc513651
  Author: Brian Schott <briancschott at gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
    M changelog.dd

  Log Message:
  -----------
  Merge pull request #3912 from D-Programming-Language/changelog_filelogger_default_loglevel

Default LogLevel change of FileLogger added to changelog


  Commit: 4013498c9e5fcb4c2ea0d75b69a2518db3c1f9d4
      https://github.com/D-Programming-Language/phobos/commit/4013498c9e5fcb4c2ea0d75b69a2518db3c1f9d4
  Author: Jack Stouffer <jack at jackstouffer.com>
  Date:   2016-01-09 (Sat, 09 Jan 2016)

  Changed paths:
    M std/algorithm/sorting.d

  Log Message:
  -----------
  Fixed template constraint in topN


  Commit: dbf8ad9b7ba21f57903e8647a4cd406a2c4b586a
      https://github.com/D-Programming-Language/phobos/commit/dbf8ad9b7ba21f57903e8647a4cd406a2c4b586a
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M std/algorithm/sorting.d

  Log Message:
  -----------
  Merge pull request #3914 from JackStouffer/patch-4

Fix Too Permissive Template Constraint in topN


  Commit: f6b94c8e58633af6a2d1177941befa4f90408dbe
      https://github.com/D-Programming-Language/phobos/commit/f6b94c8e58633af6a2d1177941befa4f90408dbe
  Author: Martin Nowak <code at dawg.eu>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M std/experimental/ndslice/package.d
    M std/experimental/ndslice/slice.d
    M win32.mak
    M win64.mak

  Log Message:
  -----------
  Merge pull request #3905 from 9il/slice

[2.070][ndslice] upgrade win*.mak & uncomment unittest with dummyranges


  Commit: 10d1dc4a5ba4fc82698aca9dac3d7c8f32d912f0
      https://github.com/D-Programming-Language/phobos/commit/10d1dc4a5ba4fc82698aca9dac3d7c8f32d912f0
  Author: Martin Nowak <code at dawg.eu>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M changelog.dd
    M std/algorithm/sorting.d
    M std/experimental/logger/filelogger.d
    M std/experimental/logger/package.d

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/stable' into merge_stable


  Commit: 581574e4493ffdb08600d21ef30b224ad3d16a3a
      https://github.com/D-Programming-Language/phobos/commit/581574e4493ffdb08600d21ef30b224ad3d16a3a
  Author: Martin Nowak <code at dawg.eu>
  Date:   2016-01-25 (Mon, 25 Jan 2016)

  Changed paths:
    M changelog.dd
    M std/algorithm/sorting.d
    M std/experimental/logger/filelogger.d
    M std/experimental/logger/package.d

  Log Message:
  -----------
  Merge pull request #3935 from MartinNowak/merge_stable

Merge remote-tracking branch 'upstream/stable' into merge_stable


Compare: https://github.com/D-Programming-Language/phobos/compare/6be208785876...581574e4493f


More information about the phobos mailing list