aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-02go1.7rc5go1.7rc5Chris Broadfoot
2016-08-02all: merge master into release-branch.go1.7Chris Broadfoot
2016-08-02VERSION: remove erroneously committed VERSION fileChris Broadfoot
2016-08-02all: merge master into release-branch.go1.7Chris Broadfoot
2016-08-02runtime: fix nanotime for macOS Sierra, again.Brad Fitzpatrick
2016-08-02cmd/doc: ensure functions with unexported return values are shownJoe Tsai
2016-08-02go1.7rc4go1.7rc4Chris Broadfoot
2016-08-02cmd/doc: handle embedded interfaces properlyJoe Tsai
2016-08-01all: merge master into release-branch.go1.7Chris Broadfoot
2016-08-02net: prevent cancelation goroutine from adjusting fd timeout after connectBrad Fitzpatrick
2016-08-02doc/go1.7.html: mention Server.Serve HTTP/2 behavior changeBrad Fitzpatrick
2016-08-02net/http: update bundled http2Brad Fitzpatrick
2016-07-29cmd/compile: fix possible spill of invalid pointer with DUFFZERO on AMD64Cherry Zhang
2016-07-28doc/go1.7.html: add known issues section for FreeBSD crashesBrad Fitzpatrick
2016-07-27runtime: reduce GC assist extra creditRhys Hiltner
2016-07-27net/http: fix data race with concurrent use of Server.ServeBrad Fitzpatrick
2016-07-26crypto/x509: detect OS X version for FetchPEMRoots at run timeBrad Fitzpatrick
2016-07-26net/http: update bundled http2Brad Fitzpatrick
2016-07-26runtime/pprof: document use of pprof packageAustin Clements
2016-07-26crypto/x509: use Go 1.6 implementation for FetchPEMRoots for OS X 10.8Brad Fitzpatrick
2016-07-26context: add test for WithDeadline in the pastJack Lindamood
2016-07-26net/http: make Transport.RoundTrip return raw Conn.Read error on peek failureBrad Fitzpatrick
2016-07-26doc: add s390x information to asm.htmlMichael Munday
2016-07-25compress/flate: document HuffmanOnlyJoe Tsai
2016-07-22net/http: fix potential for-select spin with closed Context.Done channelBrad Fitzpatrick
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