aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-08-11net/mail: fix build.David Symonds
2015-08-11net/mail: avoid panic in (*Address).String for malformed addresses.David Symonds
2015-08-11cmd/yacc: use %q to print strings in ToknamesRob Pike
2015-08-11doc: link to Go 1.5 release notes from "project" pageAndrew Gerrand
2015-08-10fmt: don't unread eof scanning %xRob Pike
2015-08-10doc: NaCl requires pepper 41Dave Cheney
2015-08-07runtime: make sure heapBitsBulkBarrier cannot be preemptedRuss Cox
2015-08-07runtime: run on GOARM=5 and GOARM=6 uniprocessor freebsd/arm systemsRuss Cox
2015-08-07cmd/go: replace code.google.com examples in docs with relevant reposAndrew Gerrand
2015-08-07doc: tweak phrasing in Go 1.5 release notesAndrew Gerrand
2015-08-06doc: do not call WaitGroup a functionRuss Cox
2015-08-06runtime: call goexit1 instead of goexitAustin Clements
2015-08-06runtime: fix race that dropped GoSysExit events from traceRuss Cox
2015-08-06doc: remove duplicate -asmflags mentionJoe Shaw
2015-08-06[release-branch.go1.5] cmd/newlink: remove from release branchgo1.5rc1Andrew Gerrand
2015-08-06[release-branch.go1.5] go1.5rc1Andrew Gerrand
2015-08-06net/url: allow all valid host chars in RawPathRuss Cox
2015-08-06net/url: do not percent-encode valid host charactersRuss Cox
2015-08-06doc/go1.5.html: fix typoMikio Hara
2015-08-06net/url: restrict :port checking to [ipv6]:port formRuss Cox
2015-08-05A+C: add Andy MaloneyAndrew Gerrand
2015-08-05cmd/go: fix handling of vendored imports in foo_test.go filesRuss Cox
2015-08-05spec: clarify semantics of built-in functions 'complex', 'real', and 'imag'Robert Griesemer