[Pkg-golang-commits] [golang] branch upstream-1.7 updated (e77459e -> bc7c976)

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Tue Aug 2 03:33:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

mwhudson-guest pushed a change to branch upstream-1.7
in repository golang.

      from  e77459e   Imported Upstream version 1.7~rc3
      adds  bc7c976   Imported Upstream version 1.7~rc4

No new revisions were added by this update.

Summary of changes:
 VERSION                                      |   2 +-
 doc/asm.html                                 |  58 +++++
 doc/go1.7.html                               |  17 ++
 src/cmd/compile/internal/amd64/ssa.go        |  44 +++-
 src/cmd/compile/internal/ssa/gen/AMD64.rules |   2 +-
 src/cmd/compile/internal/ssa/gen/AMD64Ops.go |   4 +-
 src/cmd/compile/internal/ssa/rewrite.go      |  46 ----
 src/cmd/compile/internal/ssa/rewriteAMD64.go |  13 +-
 src/compress/flate/deflate.go                |  13 +-
 src/context/context_test.go                  |   6 +
 src/crypto/x509/root_cgo_darwin.go           |  60 +++++
 src/net/dial_unix_test.go                    | 108 +++++++++
 src/net/fd_unix.go                           |  55 +++--
 src/net/hook_unix.go                         |   3 +-
 src/net/http/h2_bundle.go                    | 339 ++++++++++++++++++---------
 src/net/http/serve_test.go                   |  11 +
 src/net/http/server.go                       |  38 ++-
 src/net/http/transport.go                    |  52 +++-
 src/net/http/transport_internal_test.go      |   9 +-
 src/net/http/transport_test.go               |  39 +++
 src/runtime/mgc.go                           |   9 +-
 src/runtime/mgcmark.go                       |  11 +-
 src/runtime/pprof/pprof.go                   |  63 ++++-
 test/fixedbugs/issue16515.go                 |  53 +++++
 24 files changed, 840 insertions(+), 215 deletions(-)
 create mode 100644 src/net/dial_unix_test.go
 create mode 100644 test/fixedbugs/issue16515.go

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-golang/golang.git



More information about the pkg-golang-commits mailing list