[phobos] [D-Programming-Language/phobos] 0842fc: @nogc for std.range.primitives.{empty, save, popFron...

GitHub via phobos phobos at puremagic.com
Thu Apr 23 21:55:02 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 0842fc7841b9c3db558681717c2d8b4da1479ce6
      https://github.com/D-Programming-Language/phobos/commit/0842fc7841b9c3db558681717c2d8b4da1479ce6
  Author: anonymous <aG0aep6G at users.noreply.github.com>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M std/range/primitives.d

  Log Message:
  -----------
  @nogc for std.range.primitives.{empty,save,popFront,popBack,front,back}

Excluding the UTF-decoding variants, because those throw GC allocated
exceptions.

Makes sure that issue 12666 - "@nogc std.array.front, popFront, and more"
stays fixed.


  Commit: d74e4d787a440a00a3d9f9bd7f5c2511e577c15c
      https://github.com/D-Programming-Language/phobos/commit/d74e4d787a440a00a3d9f9bd7f5c2511e577c15c
  Author: JakobOvrum <JakobOvrum at users.noreply.github.com>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M std/range/primitives.d

  Log Message:
  -----------
  Merge pull request #3219 from aG0aep6G/12666

@nogc for std.range.primitives.{empty,save,popFront,popBack,front,back}


Compare: https://github.com/D-Programming-Language/phobos/compare/35b456503b67...d74e4d787a44


More information about the phobos mailing list