[Pkg-golang-commits] [golang] branch golang-1.8 updated (55f75ed -> 1c2a237)

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Thu Jun 1 09:24:46 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  55f75ed   releasing package golang-1.8 version 1.8.1-1
       new  ca842c5   Imported Upstream version 1.8.3
       new  054e171   Merge tag 'upstream/1.8.3' into golang-1.8
       new  1c2a237   releasing package golang-1.8 version 1.8.3-1

The 3 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/cmd.html                                       |    8 -
 doc/devel/release.html                             |   21 +
 src/cmd/compile/internal/amd64/galign.go           |    1 +
 src/cmd/compile/internal/amd64/ggen.go             |   21 +
 src/cmd/compile/internal/arm/galign.go             |    1 +
 src/cmd/compile/internal/arm/ggen.go               |   21 +
 src/cmd/compile/internal/arm64/galign.go           |    1 +
 src/cmd/compile/internal/arm64/ggen.go             |   17 +
 src/cmd/compile/internal/gc/go.go                  |    6 +
 src/cmd/compile/internal/gc/gsubr.go               |    9 +
 src/cmd/compile/internal/gc/pgen.go                |   23 +
 src/cmd/compile/internal/gc/ssa_test.go            |    3 +
 src/cmd/compile/internal/gc/testdata/cmpConst.go   | 2217 ++++++++++++++++++++
 .../internal/gc/testdata/gen/cmpConstGen.go        |  248 +++
 src/cmd/compile/internal/mips/galign.go            |    1 +
 src/cmd/compile/internal/mips/ggen.go              |   17 +
 src/cmd/compile/internal/mips64/galign.go          |    1 +
 src/cmd/compile/internal/mips64/ggen.go            |   17 +
 src/cmd/compile/internal/ppc64/galign.go           |    1 +
 src/cmd/compile/internal/ppc64/ggen.go             |   17 +
 src/cmd/compile/internal/s390x/galign.go           |    1 +
 src/cmd/compile/internal/s390x/ggen.go             |   13 +
 src/cmd/compile/internal/ssa/check.go              |   33 +
 src/cmd/compile/internal/ssa/cse.go                |   10 +-
 src/cmd/compile/internal/ssa/export_test.go        |   16 +-
 src/cmd/compile/internal/ssa/gen/S390X.rules       |    4 +-
 src/cmd/compile/internal/ssa/regalloc.go           |   18 +
 src/cmd/compile/internal/ssa/regalloc_test.go      |   65 +
 src/cmd/compile/internal/ssa/rewriteS390X.go       |    8 +-
 src/cmd/compile/internal/ssa/schedule.go           |   31 +-
 src/cmd/compile/internal/x86/galign.go             |    1 +
 src/cmd/compile/internal/x86/ggen.go               |   17 +
 src/cmd/go/build.go                                |   20 +
 src/crypto/elliptic/elliptic_test.go               |   36 +
 src/crypto/elliptic/p256_asm_amd64.s               |   10 +-
 src/database/sql/sql.go                            |    2 +-
 src/database/sql/sql_test.go                       |    5 +-
 src/net/http/h2_bundle.go                          |   19 +-
 src/runtime/malloc.go                              |   14 +-
 src/runtime/mbitmap.go                             |    1 +
 src/runtime/mgc.go                                 |    2 +-
 src/runtime/sys_linux_386.s                        |    7 +-
 src/runtime/sys_linux_amd64.s                      |    9 +-
 src/runtime/sys_linux_arm.s                        |    7 +-
 test/fixedbugs/issue20029.go                       |   32 +
 test/fixedbugs/issue20097.go                       |   18 +
 test/fixedbugs/issue20335.go                       |   19 +
 49 files changed, 3021 insertions(+), 56 deletions(-)
 create mode 100644 src/cmd/compile/internal/gc/testdata/cmpConst.go
 create mode 100644 src/cmd/compile/internal/gc/testdata/gen/cmpConstGen.go
 create mode 100644 test/fixedbugs/issue20029.go
 create mode 100644 test/fixedbugs/issue20097.go
 create mode 100644 test/fixedbugs/issue20335.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