[Pkg-golang-commits] [golang] branch upstream-1.8 updated (ac89423 -> 4b47906)

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


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

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

      from  ac89423   Imported Upstream version 1.8~rc2
      adds  4b47906   Imported Upstream version 1.8~rc3

No new revisions were added by this update.

Summary of changes:
 VERSION                                            |   2 +-
 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 +++---
 33 files changed, 614 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