aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-18doc/go1.7.html: avoid term of artAustin Clements
2016-07-18doc/go1.7.html: the 1.6.3 release supports SierraIan Lance Taylor
2016-07-18[release-branch.go1.7] go1.7rc2go1.7rc2Chris Broadfoot
2016-07-18doc: document go1.6.3Chris Broadfoot
2016-07-18[release-branch.go1.7] net/http, net/http/cgi: fix for CGI + HTTP_PROXY secur...Brad Fitzpatrick
2016-07-18net/http, net/http/cgi: fix for CGI + HTTP_PROXY security issueBrad Fitzpatrick
2016-07-18doc/go1.7.html: mention specific runtime improvementsAustin Clements
2016-07-17net: demote TestDialerDualStack to a flaky testBrad Fitzpatrick
2016-07-16fmt: properly handle early io.EOF Reads in readRune.readByteJoe Tsai
2016-07-15doc/go1.7.html: remove erroneous note about ppc64 and power8Ian Lance Taylor
2016-07-14runtime/internal/atomic: fix assembly arg sizesJosh Bleecher Snyder
2016-07-13runtime/pprof: don't print extraneous 0 after goexitIan Lance Taylor
2016-07-13all: rename vendored golang.org/x/net packages to golang_orgBrad Fitzpatrick
2016-07-13doc/go1.7.html: earlier Go versions don't work on macOS SierraIan Lance Taylor
2016-07-13doc/go1.7.html: document that http.Server now enforces request versionsEmmanuel Odeke
2016-07-13doc/effective_go: clarify advice on returning interfacesBryan C. Mills
2016-07-12cmd/go: don't fail on invalid GOOS/GOARCH pair when using gccgoBrad Fitzpatrick
2016-07-12runtime: add ctxt parameter to cgocallback called from GoIan Lance Taylor
2016-07-12reflect: an unnamed type has no PkgPathIan Lance Taylor
2016-07-12Revert "regexp: add the Fanout benchmarkIan Lance Taylor
2016-07-11regexp: add the Fanout benchmarkMichael Matloob
2016-07-11gofmt: remove unneeded call to os.ExitFrancesc Campoy
2016-07-11doc/go1.7.html: no concurrent calls of math/rand methodsIan Lance Taylor
2016-07-11math/rand: fix raciness in Rand.ReadIan Lance Taylor
2016-07-11net/http: fix vet warning of leaked context in error pathsBrad Fitzpatrick
2016-07-08syscall: add another output for TestGroupCleanupUserNamespaceIan Lance Taylor
2016-07-08runtime: fix case in KeepAlive commentIan Lance Taylor
2016-07-08doc/go1.7.html: fix name of IsExistIan Lance Taylor
2016-07-08[release-branch.go1.7] runtime: fix nanotime for macOS Sierrago1.7rc1Ian Lance Taylor
2016-07-08runtime: fix nanotime for macOS SierraIan Lance Taylor
2016-07-08[release-branch.go1.7] go1.7rc1Chris Broadfoot
2016-07-08runtime: handle selects with duplicate channels in shrinkstackIan Lance Taylor
2016-07-07lib/time: update to IANA release 2016f (July 2016)Brad Fitzpatrick
2016-07-07net/http: deflake TestClientRedirectContextBrad Fitzpatrick
2016-07-07path/filepath: fix typo in commentIan Lance Taylor
2016-07-06path/filepath: document Clean behavior for each functionIan Lance Taylor
2016-07-06cmd/compile, syscall: add //go:uintptrescapes comment, and use itIan Lance Taylor
2016-07-06encoding/xml: update docs to follow conventionSam Whited
2016-07-05encoding/gob: document Encode, EncodeValue nil pointer panicsEmmanuel Odeke
2016-07-04cmd/vet: remove copylock warning about result types and callsIan Lance Taylor
2016-07-04syscall: fix missing use of use function in GetfsstatMikio Hara
2016-07-03cmd/go: remove noVCSSuffix check for OpenStackMonty Taylor
2016-07-02cmd/compile: mark live heap-allocated pparamout vars as needzeroIan Lance Taylor
2016-07-01cmd/compile: don't lose //go:nointerface pragma in export dataRobert Griesemer
2016-07-01cmd/compile: don't set line number to 0 when building SSACherry Zhang
2016-06-30net/http: update bundled http2Brad Fitzpatrick
2016-06-30cmd/vet: lostcancel: treat naked return as a use of named resultsAlan Donovan
2016-06-30all: be consistent about spelling of cancelationBrad Fitzpatrick
2016-06-30context: cancel the context in ExampleWithTimeout, with explanationAlan Donovan
2016-06-30runtime/internal/sys: implement Ctz and Bswap in assembly for 386Austin Clements