aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-21go1.7rc3go1.7rc3Chris Broadfoot
2016-07-21all: merge master into release-branch.go1.7Chris Broadfoot
2016-07-21misc/trace: disable trace resolution warningBrad Fitzpatrick
2016-07-21cmd/compile: change phi location to be optimistic at backedgesDavid Chase
2016-07-21cmd/compile: move phi args which are constants closer to the phiKeith Randall
2016-07-21runtime: add explicit `INT $3` at end of Darwin amd64 sigtrampIan Lance Taylor
2016-07-20runtime: support smaller physical pages than PhysPageSizeAustin Clements
2016-07-20runtime/race: fix memory leakDmitry Vyukov
2016-07-20runtime: add as many extra M's as neededIan Lance Taylor
2016-07-20net/smtp: document that the smtp package is frozenBrad Fitzpatrick
2016-07-18doc/go1.7.html: start sentence on a new lineAustin Clements
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