[Pkg-golang-commits] [golang] branch golang-1.8 updated (ab409a5 -> bab27e0)

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Thu Jan 26 21:25:21 UTC 2017


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

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

      from  ab409a5   releasing package golang-1.8 version 1.8~rc2-1
       new  4b47906   Imported Upstream version 1.8~rc3
       new  515b053   Merge tag 'upstream/1.8_rc3' into golang-1.8
       new  3e68db6   New upstream release.
       new  bab27e0   releasing package golang-1.8 version 1.8~rc3-1

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/gccgo_install.html                             |  63 +++++------
 doc/go1.8.html                                     |  19 +++-
 doc/install-source.html                            |   3 +
 misc/cgo/test/issue18146.go                        |   2 +-
 misc/cgo/test/sigaltstack.go                       |   6 +-
 .../plugin.go => testsanitizers/msan_shared.go}    |   7 +-
 misc/cgo/testsanitizers/test.bash                  |  21 ++++
 misc/cgo/testshared/src/depBase/dep.go             |   2 +
 misc/cgo/testshared/src/exe/exe.go                 |   9 ++
 src/cmd/compile/internal/gc/util.go                |   9 +-
 src/cmd/compile/internal/ssa/gen/S390X.rules       |   6 +-
 src/cmd/compile/internal/ssa/nilcheck.go           |  22 +++-
 src/cmd/compile/internal/ssa/rewriteS390X.go       |  12 +-
 src/cmd/go/go_test.go                              |  23 ++++
 src/cmd/go/pkg.go                                  |   2 +-
 src/cmd/link/internal/ld/dwarf.go                  |   2 +-
 src/database/sql/sql.go                            |  91 ++++++++++-----
 src/database/sql/sql_test.go                       | 123 +++++++++++++++++----
 src/go/printer/nodes.go                            |  17 ++-
 src/go/printer/printer.go                          |  11 +-
 src/go/printer/testdata/comments2.golden           |  59 ++++++++++
 src/go/printer/testdata/comments2.input            |  63 +++++++++++
 src/net/http/client.go                             |  21 ++--
 src/net/http/client_test.go                        |  61 ++++++----
 src/net/http/serve_test.go                         |   2 +-
 src/runtime/memmove_amd64.s                        |  10 +-
 src/runtime/memmove_test.go                        |  20 ++++
 src/runtime/msan.go                                |   4 +-
 src/runtime/runtime-gdb_test.go                    |  22 +++-
 src/runtime/symtab.go                              |  19 ++++
 test/fixedbugs/issue18725.go                       |  24 ++++
 test/nilptr3.go                                    |  36 +++---
 34 files changed, 620 insertions(+), 179 deletions(-)
 copy misc/cgo/{testplugin/src/issue18676/plugin.go => testsanitizers/msan_shared.go} (61%)
 create mode 100644 test/fixedbugs/issue18725.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