aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-08-19[release-branch.go1.5] release: merge master branch into release-branch.go1.5.Russ 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-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-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-10fmt: don't unread eof scanning %xRob Pike
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-06runtime: call goexit1 instead of goexitAustin Clements
2015-08-06runtime: fix race that dropped GoSysExit events from traceRuss Cox
2015-08-06[release-branch.go1.5] cmd/newlink: remove from release branchgo1.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-06net/url: restrict :port checking to [ipv6]:port formRuss Cox
2015-08-05cmd/go: fix handling of vendored imports in foo_test.go filesRuss Cox
2015-08-05crypto/tls: fix ConnectionState().VerifiedChains for resumed connectionRuss Cox
2015-08-05build: clean current tree in clean.bashRuss Cox
2015-08-05net/http: close server conn after broken trailersJed Denlea
2015-08-05crypto/tls: update testing certificates.Adam Langley
2015-08-05go/build: fix internal/testenv dependencyRuss Cox
2015-08-05runtime: don't recheck heap trigger for periodic GCAustin Clements
2015-08-05go/build: enable cgo on freebsd/armRuss Cox
2015-08-05cmd/go: skip external tests on freebsd-arm builderRuss Cox
2015-08-05internal/testenv: add Builder, to report builder nameRuss Cox
2015-08-05runtime: align stack pointer during initcgo call on armRuss Cox
2015-08-04reflect: fix doc stringRobert Griesemer
2015-08-04runtime: fix typos in commentsAustin Clements
2015-08-04runtime: fix assist utilization computationAustin Clements
2015-08-04runtime: revise assist ratio aggressivelyAustin Clements
2015-08-04runtime: when gcpacertrace > 0, print information about assist ratioAustin Clements