[Pkg-golang-commits] [golang] 01/03: Updated version 1.9.3 from 'upstream/1.9.3'
Michael Hudson-Doyle
mwhudson-guest at moszumanska.debian.org
Tue Jan 30 02:03:55 UTC 2018
This is an automated email from the git hooks/post-receive script.
mwhudson-guest pushed a commit to branch golang-1.9
in repository golang.
commit f0432b3f86daeb6b7200e228487dccd0817bf098
Merge: 8fe246c 45300e4
Author: Michael Hudson-Doyle <michael.hudson at canonical.com>
Date: Tue Jan 30 12:49:59 2018 +1300
Updated version 1.9.3 from 'upstream/1.9.3'
with Debian dir acf4f180b86ba847263229a7ca63861a937e3be6
VERSION | 2 +-
doc/devel/release.html | 24 +++-
doc/docs.html | 42 ++++--
doc/go1.html | 8 +-
doc/help.html | 9 +-
doc/install.html | 14 +-
doc/root.html | 2 +-
src/cmd/compile/internal/gc/builtin.go | 2 +
src/cmd/compile/internal/gc/builtin/runtime.go | 2 +
src/cmd/compile/internal/gc/walk.go | 31 ++--
src/cmd/compile/internal/ssa/gen/386.rules | 78 +++++-----
src/cmd/compile/internal/ssa/gen/generic.rules | 2 +-
src/cmd/compile/internal/ssa/regalloc.go | 11 +-
src/cmd/compile/internal/ssa/rewrite386.go | 192 ++++++++++++-------------
src/cmd/compile/internal/ssa/rewritegeneric.go | 25 ++--
src/cmd/compile/internal/x86/387.go | 6 +
src/database/sql/sql.go | 12 +-
src/math/big/int_test.go | 20 +++
src/math/big/nat.go | 4 +-
src/net/http/h2_bundle.go | 8 ++
src/net/url/url.go | 33 +++++
src/net/url/url_test.go | 7 +
src/runtime/crash_cgo_test.go | 13 ++
src/runtime/hashmap_fast.go | 176 +++++++++++++++++++++++
src/runtime/mgc.go | 7 +-
src/runtime/os3_plan9.go | 3 +
src/runtime/os_nacl.go | 3 +
src/runtime/runtime2.go | 9 +-
src/runtime/signal_unix.go | 10 +-
src/runtime/signal_windows.go | 3 +
src/runtime/sys_linux_amd64.s | 57 ++++++--
src/runtime/testdata/testprogcgo/sigstack.go | 95 ++++++++++++
test/fixedbugs/issue21655.go | 22 +++
test/fixedbugs/issue22429.go | 18 +++
test/fixedbugs/issue22458.go | 26 ++++
test/fixedbugs/issue22683.go | 30 ++++
test/fixedbugs/issue22683.out | 1 +
test/fixedbugs/issue22781.go | 29 ++++
38 files changed, 829 insertions(+), 207 deletions(-)
--
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