[phobos] [D-Programming-Language/phobos] 3f30d2: Add `@nogc` to endian related functions in std.bit...

GitHub via phobos phobos at puremagic.com
Fri Aug 22 07:41:28 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 3f30d2d3b6ce2a8642b2a47fd1876b6dd928b69f
      https://github.com/D-Programming-Language/phobos/commit/3f30d2d3b6ce2a8642b2a47fd1876b6dd928b69f
  Author: sinkuu <sinkuu at aol.jp>
  Date:   2014-08-22 (Fri, 22 Aug 2014)

  Changed paths:
    M std/bitmanip.d

  Log Message:
  -----------
  Add `@nogc` to endian related functions in std.bitmanip


  Commit: cd5da9b21ac678d2ce152963ef91360226738d16
      https://github.com/D-Programming-Language/phobos/commit/cd5da9b21ac678d2ce152963ef91360226738d16
  Author: sinkuu <sinkuu at aol.jp>
  Date:   2014-08-22 (Fri, 22 Aug 2014)

  Changed paths:
    M std/digest/sha.d
    M std/internal/digest/sha_SSSE3.d

  Log Message:
  -----------
  Add `@nogc` to std.digest.sha


  Commit: 93dce5dfb984622036933c845ea4435dc62ed494
      https://github.com/D-Programming-Language/phobos/commit/93dce5dfb984622036933c845ea4435dc62ed494
  Author: sinkuu <sinkuu at aol.jp>
  Date:   2014-08-22 (Fri, 22 Aug 2014)

  Changed paths:
    M std/digest/crc.d

  Log Message:
  -----------
  Add `@nogc` to std.digest.crc


  Commit: 359287b9ffbe0066701077613e6ab3b71b8c7a34
      https://github.com/D-Programming-Language/phobos/commit/359287b9ffbe0066701077613e6ab3b71b8c7a34
  Author: sinkuu <sinkuu at aol.jp>
  Date:   2014-08-22 (Fri, 22 Aug 2014)

  Changed paths:
    M std/digest/md.d

  Log Message:
  -----------
  Add `@nogc` to std.digest.md


  Commit: c3dfee2434e8df264550976ed14149d3ca69ca46
      https://github.com/D-Programming-Language/phobos/commit/c3dfee2434e8df264550976ed14149d3ca69ca46
  Author: sinkuu <sinkuu at aol.jp>
  Date:   2014-08-22 (Fri, 22 Aug 2014)

  Changed paths:
    M std/digest/ripemd.d

  Log Message:
  -----------
  Add `@nogc` to std.digest.ripemd


  Commit: a8718ac74d6047a9e9b875ead38c6e29ba1a66cc
      https://github.com/D-Programming-Language/phobos/commit/a8718ac74d6047a9e9b875ead38c6e29ba1a66cc
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2014-08-22 (Fri, 22 Aug 2014)

  Changed paths:
    M std/bitmanip.d
    M std/digest/crc.d
    M std/digest/md.d
    M std/digest/ripemd.d
    M std/digest/sha.d
    M std/internal/digest/sha_SSSE3.d

  Log Message:
  -----------
  Merge pull request #2451 from sinkuu/digest_nogc

Add `@nogc` to digest algorithms


Compare: https://github.com/D-Programming-Language/phobos/compare/c721b24b8f4a...a8718ac74d60


More information about the phobos mailing list