aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-21go1.7rc3go1.7rc3Chris Broadfoot
2016-07-21[dev.ssa] cmd/compile: 386 port now worksKeith Randall
2016-07-21all: merge master into release-branch.go1.7Chris Broadfoot
2016-07-21misc/trace: disable trace resolution warningBrad Fitzpatrick
2016-07-21[dev.ssa] cmd/compile: simplify MOVWreg on ARMCherry Zhang
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-20[dev.ssa] cmd/internal/obj, etc.: add and use NEGF, NEGD instructions on ARMCherry Zhang
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-19[dev.ssa] cmd/compile: more 386 port changesKeith Randall
2016-07-18[dev.ssa] cmd/compile: fix verbose typing of DIVKeith Randall
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-18[dev.ssa] cmd/compile: implement more 64-bit ops on 386Keith Randall
2016-07-18[dev.ssa] cmd/compile: use 2-result divide opKeith Randall
2016-07-18[dev.ssa] cmd/compile: clean up tuple types and selectsKeith Randall
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-16[dev.ssa] cmd/compile: support NaCl in SSA for ARMCherry Zhang
2016-07-16[dev.ssa] cmd/compile: add floating point optimizations in SSA for ARMCherry Zhang
2016-07-15doc/go1.7.html: remove erroneous note about ppc64 and power8Ian Lance Taylor
2016-07-15[dev.ssa] cmd/compile: fix argument size of runtime call in SSA for ARMCherry Zhang
2016-07-15[dev.ssa] cmd/compile: don't sink spills that satisfy merge edges in SSACherry Zhang
2016-07-15[dev.ssa] cmd/compile: use shifted and indexed ops in SSA for ARMCherry Zhang
2016-07-14runtime/internal/atomic: fix assembly arg sizesJosh Bleecher Snyder
2016-07-13[dev.ssa] cmd/compile: initial 386 SSA portKeith Randall
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-13[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall
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