Tags: jackwanger/go
Tags
go1.4rc2 LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/179700043
[release-branch.go1.4] remove cmd/link from nacl test zip LGTM=dsymonds R=rsc, dsymonds CC=golang-codereviews https://golang.org/cl/179830043
cmd/objdump: disable test failing on arm5 TBR=adg CC=golang-codereviews https://golang.org/cl/167890043
go1.3.3 LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/151190043
[release-branch.go1.3] net: prevent spurious on-connect events via ep… …oll on linux ««« CL 120820043 / 06a4b59c1393 net: prevent spurious on-connect events via epoll on linux On Linux, adding a socket descriptor to epoll instance before getting the EINPROGRESS return value from connect system call could be a root cause of spurious on-connect events. See golang.org/issue/8276, golang.org/issue/8426 for further information. All credit to Jason Eggleston <[email protected]> Fixes golang#8276. Fixes golang#8426. LGTM=dvyukov R=dvyukov, golang-codereviews, adg, dave, iant, alex.brainman CC=golang-codereviews https://golang.org/cl/120820043 »»» TBR=r, rsc CC=golang-codereviews https://golang.org/cl/128110045
go1.3 LGTM=rsc R=golang-codereviews, minux, rsc CC=golang-codereviews https://golang.org/cl/104250043
go1.3rc2 LGTM=minux, rsc R=golang-codereviews, minux, rsc CC=golang-codereviews https://golang.org/cl/105170044
go1.3rc1 LGTM=minux R=golang-codereviews, minux CC=golang-codereviews https://golang.org/cl/102920050
spec: specify order of init() calls The spec did not specify the order in which init() functions are called. Specify that they are called in source order since we have now also specified the initialization order of independent variables. While technically a language change, no existing code could have relied on this, so this should not break anything. Per suggestion from rsc. LGTM=r, iant R=rsc, iant, r, ken CC=golang-codereviews https://golang.org/cl/98420046
PreviousNext