July 30, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 1bb1f611428fa282e2b54b007be2e888a5e7f571
      https://github.com/D-Programming-Language/phobos/commit/1bb1f611428fa282e2b54b007be2e888a5e7f571
  Author: Robert Blake Anderton <rbanderton@gmail.com>
  Date:   2014-07-30 (Wed, 30 Jul 2014)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Made File.writeln infer @safe/@trusted/etc. Also wrapped stdout in @trusted private function so writeln (and family) free functions don't always infer @system.


  Commit: 72aa8a9dca85fb03fdaaea74f1ca3303171caaeb
      https://github.com/D-Programming-Language/phobos/commit/72aa8a9dca85fb03fdaaea74f1ca3303171caaeb
  Author: David Nadlinger <code@klickverbot.at>
  Date:   2014-07-30 (Wed, 30 Jul 2014)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Merge pull request #2233 from rbanderton/fix-writeln-inference

Fix Issue 6644 - std.stdio write/writef(ln) are not @trusted


Compare: https://github.com/D-Programming-Language/phobos/compare/b5a783bf40bf...72aa8a9dca85