March 12, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 046cfdec90e0a4c40860d38d92e1ffba6ced8e22
      https://github.com/D-Programming-Language/phobos/commit/046cfdec90e0a4c40860d38d92e1ffba6ced8e22
  Author: Tomoya Tanjo <ttanjo@gmail.com>
  Date:   2014-03-12 (Wed, 12 Mar 2014)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Make std.stdio.File.error and flush @trusted


  Commit: 74957f5ccd06acd4f42a08d8a7af4afb0ce0b7bd
      https://github.com/D-Programming-Language/phobos/commit/74957f5ccd06acd4f42a08d8a7af4afb0ce0b7bd
  Author: Tomoya Tanjo <ttanjo@gmail.com>
  Date:   2014-03-12 (Wed, 12 Mar 2014)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Remove unnecessary enforce


  Commit: 7bbef15d032079bab53ac987bef7d4093009b8e9
      https://github.com/D-Programming-Language/phobos/commit/7bbef15d032079bab53ac987bef7d4093009b8e9
  Author: Tomoya Tanjo <ttanjo@gmail.com>
  Date:   2014-03-12 (Wed, 12 Mar 2014)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Add test-cases for Issue 12349


  Commit: cb26b36f89806bc03d3fcb54b6605066a1557b2e
      https://github.com/D-Programming-Language/phobos/commit/cb26b36f89806bc03d3fcb54b6605066a1557b2e
  Author: Andrej Mitrovic <andrej.mitrovich@gmail.com>
  Date:   2014-03-12 (Wed, 12 Mar 2014)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Merge pull request #1997 from tom-tan/trusted-std-stdio-File-error-flush

std.File.flush and error causes segfault after calling close


Compare: https://github.com/D-Programming-Language/phobos/compare/d362176f3860...cb26b36f8980