aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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