aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-09[release-branch.go1.5] go1.5.1go1.5.1Chris Broadfoot
2015-09-09[release-branch.go1.5] doc: document go1.5.1Chris Broadfoot
2015-09-08[release-branch.go1.5] cmd/asm: handle CMPF and CMPD on ARMRob Pike
2015-09-08[release-branch.go1.5] fmt: in Scanf, %c can scan a space, so don't skip spac...Rob Pike
2015-09-08[release-branch.go1.5] doc: mention that go install removes binaries built by...Rob Pike
2015-09-08[release-branch.go1.5] AUTHORS: add Oracle as corporate copyright holderBrad Fitzpatrick
2015-09-08Revert "[release-branch.go1.5] runtime: check that stack barrier unwind is in...Chris Broadfoot
2015-09-08[release-branch.go1.5] runtime: check that stack barrier unwind is in syncAustin Clements
2015-09-08[release-branch.go1.5] net/http/httputil: permit nil request body in ReverseP...Brad Fitzpatrick
2015-09-08[release-branch.go1.5] net: restore LookupPort for integer stringsRuss Cox
2015-09-08[release-branch.go1.5] cmd/go: properly ignore import comments for vendored p...Vincent Vanackere
2015-09-08[release-branch.go1.5] cmd/compile: fix register allocation for == operatorUlrich Kunitz
2015-09-08[release-branch.go1.5] runtime: don't install a stack barrier in cgocallback_...Austin Clements
2015-09-08[release-branch.go1.5] runtime: add GODEBUG for stack barriers at every frameAustin Clements
2015-09-08[release-branch.go1.5] cmd/compile: fix uninitialized memory in compare of in...Austin Clements
2015-09-08[release-branch.go1.5] internal/syscall/windows/registry: remove debugging dregAlex Brainman
2015-09-08[release-branch.go1.5] cmd/asm: fix potential infinite loop in parserDidier Spezia
2015-09-08[release-branch.go1.5] cmd/go: -a does apply to the standard libraryIan Lance Taylor
2015-09-06cmd/link/internal/ld: align PE .text section to 32-byte when external linkingShenghou Ma
2015-09-04[release-branch.go1.5] build: Fix bootstrap.bash for official source tarballsDave Cheney
2015-09-03[release-branch.go1.5] net: add -lsendfile to cgo LDFLAGS for solarisShenghou Ma
2015-09-03[release-branch.go1.5] doc: add Go Security Policy documentAndrew Gerrand
2015-09-03[release-branch.go1.5] doc: only show Share button when enabledAndrew Gerrand
2015-08-19[release-branch.go1.5] go1.5go1.5Russ Cox
2015-08-19[release-branch.go1.5] release: merge master branch into release-branch.go1.5.Russ Cox
2015-08-19doc: document Go 1.5 on release pageRuss Cox
2015-08-19net: respect go vs cgo resolver selection in all lookup routinesRuss Cox
2015-08-19net: force LookupAddr results to be rooted DNS paths when using cgoRuss Cox
2015-08-19net: document GODEBUG=netdns=xxx settingsRuss Cox
2015-08-19doc: fix typos in go1.5.htmlRob Pike
2015-08-19doc/go1.5.html: refer to ppc64 as 64-bit PowerPC, not Power 64Russ Cox
2015-08-19doc: adjust binary install page supported system listRuss Cox
2015-08-18cmd/vet: power64 is now ppc64Russ Cox
2015-08-18cmd/go: really skip TestNoteReading on linux/ppc64leRuss Cox
2015-08-18cmd/go: disable TestNoteReading on solaris, linux/ppc64leRuss Cox
2015-08-18cmd/compile: fix interaction between GOEXPERIMENT=fieldtrack and race detectorRuss Cox
2015-08-18cmd/go: fix vendor-related index out of range panic on bad file treeRuss Cox
2015-08-18cmd/go: fix spurious rebuild of binaries using cgo on OS XRuss Cox
2015-08-18cmd/yacc: fix compile error in empty grammarRuss Cox
2015-08-18net/http: fix races cloning TLS configBrad Fitzpatrick
2015-08-17doc: only the Logger.SetOutput method is new in Go 1.5Ian Lance Taylor
2015-08-17sort: Fix typo in Stable() commentMatt Bostock
2015-08-16cmd/compile/internal/arm64: remove Reginuse check in clearfatDave Cheney
2015-08-15cmd/trace: fix static file referenceDmitry Vyukov
2015-08-15cmd/go: make "go test" recognize -exec flag again.Rahul Chaudhry
2015-08-15cmd/compile: remove stale register use arrayKeith Randall
2015-08-12cmd/compile/internal/ppc64: disable DUFFZERODave Cheney
2015-08-11cmd/go: run test binaries in original environmentRuss Cox
2015-08-11cmd/go: fix addition of "math" dependency for arm binariesRuss Cox
2015-08-11cmd/link: make -a output not crashRuss Cox