[Pkg-golang-commits] [golang] branch golang-1.7 updated (277ff67 -> 59de511)

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


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

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

      from  277ff67   UNRELEASED->unstable
       new  bc7c976   Imported Upstream version 1.7~rc4
       new  cbb4895   Merge tag 'upstream/1.7_rc4' into golang-1.7
       new  ac83782   update changelog
       new  59de511   UNRELEASED->unstable

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 VERSION                                      |   2 +-
 debian/changelog                             |   6 +
 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 +++++
 25 files changed, 846 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