1. 20 Dec, 2016 2 commits
    • Joe Tsai's avatar
      Revert: "archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fields" · 5df59a4f
      Joe Tsai authored
      This change reverts the following CLs:
      	CL/18274: handle mtime in NTFS/UNIX/ExtendedTS extra fields
      	CL/30811: only use Extended Timestamp on non-zero MS-DOS timestamps
      
      We are reverting support for extended timestamps since the support was not
      not complete. CL/18274 added full support for reading extended timestamp fields
      and minimal support for writing them. CL/18274 is incomplete because it made
      no changes to the FileHeader struct, so timezone information was lost when
      reading and/or writing.
      
      While CL/18274 was a step in the right direction, we should provide full
      support for high precision timestamps in both the reader and writer.
      This will probably require that we add a new field of type time.Time.
      The complete fix is too involved to add in the time remaining for Go 1.8
      and will be completed in Go 1.9.
      
      Updates #10242
      Updates #17403
      Updates #18359
      Fixes #18378
      
      Change-Id: Icf6d028047f69379f7979a29bfcb319a02f4783e
      Reviewed-on: https://go-review.googlesource.com/34651
      Run-TryBot: Joe Tsai <thebrokentoaster@gmail.com>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
      5df59a4f
    • Dhananjay Nakrani's avatar
      cmd/cover: retain un-attached compiler directives · 7eee5127
      Dhananjay Nakrani authored
      Parser doesn't attach some compiler directives to anything in the tree.
      We have to explicitely retain them in the generated code. This change,
      makes cover explicitely print out any compiler directive that wasn't
      handled in the ast.Visitor.
      
      Fixes #18285.
      
      Change-Id: Ib60f253815e92d7fc85051a7f663a61116e40a91
      Reviewed-on: https://go-review.googlesource.com/34563
      Run-TryBot: Rob Pike <r@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: 's avatarRob Pike <r@golang.org>
      Reviewed-by: 's avatarRuss Cox <rsc@golang.org>
      7eee5127
  2. 19 Dec, 2016 7 commits
  3. 16 Dec, 2016 6 commits
  4. 15 Dec, 2016 20 commits
  5. 14 Dec, 2016 5 commits