[Pkg-golang-commits] [golang] branch upstream-1.8 updated (4b47906 -> e3882f5)
Michael Hudson-Doyle
mwhudson-guest at moszumanska.debian.org
Thu Mar 2 21:32:27 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 4b47906 Imported Upstream version 1.8~rc3
new e3882f5 Imported Upstream version 1.8
The 1 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 +-
doc/conduct.html | 36 +-
doc/devel/release.html | 14 +
doc/go1.8.html | 18 +-
doc/install-source.html | 4 +-
src/cmd/compile/internal/gc/sinit.go | 2 +-
src/cmd/compile/internal/s390x/ssa.go | 7 +-
src/cmd/compile/internal/ssa/gen/ARM64.rules | 84 +++-
src/cmd/compile/internal/ssa/gen/PPC64.rules | 6 +-
src/cmd/compile/internal/ssa/gen/S390X.rules | 109 +++--
src/cmd/compile/internal/ssa/gen/S390XOps.go | 3 +
src/cmd/compile/internal/ssa/opGen.go | 28 ++
src/cmd/compile/internal/ssa/rewriteARM64.go | 156 +++---
src/cmd/compile/internal/ssa/rewritePPC64.go | 12 +-
src/cmd/compile/internal/ssa/rewriteS390X.go | 316 ++++++------
src/cmd/compile/internal/syntax/parser.go | 5 +-
src/cmd/dist/test.go | 5 +-
src/cmd/go/alldocs.go | 9 +-
src/cmd/go/get.go | 2 +-
src/cmd/go/go_test.go | 205 +++-----
src/cmd/go/main.go | 2 +-
src/cmd/go/testdata/timeoutbench_test.go | 10 +
src/cmd/link/internal/ld/config.go | 2 +
src/crypto/x509/root_linux.go | 2 +-
src/database/sql/ctxutil.go | 54 +-
src/database/sql/sql.go | 151 ++++--
src/database/sql/sql_test.go | 125 ++++-
src/encoding/xml/marshal.go | 26 +-
src/encoding/xml/marshal_test.go | 544 ++++++++++++++++++++-
src/go/build/build.go | 2 +-
src/reflect/all_test.go | 13 +-
src/reflect/type.go | 1 +
src/runtime/mgc.go | 10 +-
src/runtime/testdata/testprogcgo/threadpprof.go | 2 +-
src/runtime/testdata/testprogcgo/traceback.go | 6 +-
src/testing/testing.go | 1 +
.../golang_org/x/crypto/curve25519/const_amd64.h | 8 +
.../golang_org/x/crypto/curve25519/const_amd64.s | 4 +-
.../golang_org/x/crypto/curve25519/freeze_amd64.s | 4 +-
.../x/crypto/curve25519/ladderstep_amd64.s | 20 +-
.../golang_org/x/crypto/curve25519/mul_amd64.s | 4 +-
.../golang_org/x/crypto/curve25519/square_amd64.s | 4 +-
test/fixedbugs/issue18808.go | 63 +++
test/fixedbugs/issue18906.go | 36 ++
test/fixedbugs/issue18915.go | 21 +
test/fixedbugs/issue6036.go | 2 +-
test/writebarrier.go | 16 +
47 files changed, 1527 insertions(+), 629 deletions(-)
create mode 100644 src/cmd/go/testdata/timeoutbench_test.go
create mode 100644 src/vendor/golang_org/x/crypto/curve25519/const_amd64.h
create mode 100644 test/fixedbugs/issue18808.go
create mode 100644 test/fixedbugs/issue18906.go
create mode 100644 test/fixedbugs/issue18915.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