index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-08-19
[release-branch.go1.5] go1.5
go1.5
Russ Cox
2015-08-19
[release-branch.go1.5] release: merge master branch into release-branch.go1.5.
Russ Cox
2015-08-19
doc: document Go 1.5 on release page
Russ Cox
2015-08-19
net: respect go vs cgo resolver selection in all lookup routines
Russ Cox
2015-08-19
net: force LookupAddr results to be rooted DNS paths when using cgo
Russ Cox
2015-08-19
net: document GODEBUG=netdns=xxx settings
Russ Cox
2015-08-19
doc: fix typos in go1.5.html
Rob Pike
2015-08-19
doc/go1.5.html: refer to ppc64 as 64-bit PowerPC, not Power 64
Russ Cox
2015-08-19
doc: adjust binary install page supported system list
Russ Cox
2015-08-18
cmd/vet: power64 is now ppc64
Russ Cox
2015-08-18
cmd/go: really skip TestNoteReading on linux/ppc64le
Russ Cox
2015-08-18
cmd/go: disable TestNoteReading on solaris, linux/ppc64le
Russ Cox
2015-08-18
cmd/compile: fix interaction between GOEXPERIMENT=fieldtrack and race detector
Russ Cox
2015-08-18
cmd/go: fix vendor-related index out of range panic on bad file tree
Russ Cox
2015-08-18
cmd/go: fix spurious rebuild of binaries using cgo on OS X
Russ Cox
2015-08-18
cmd/yacc: fix compile error in empty grammar
Russ Cox
2015-08-18
net/http: fix races cloning TLS config
Brad Fitzpatrick
2015-08-17
doc: only the Logger.SetOutput method is new in Go 1.5
Ian Lance Taylor
2015-08-17
sort: Fix typo in Stable() comment
Matt Bostock
2015-08-16
cmd/compile/internal/arm64: remove Reginuse check in clearfat
Dave Cheney
2015-08-15
cmd/trace: fix static file reference
Dmitry Vyukov
2015-08-15
cmd/go: make "go test" recognize -exec flag again.
Rahul Chaudhry
2015-08-15
cmd/compile: remove stale register use array
Keith Randall
2015-08-12
cmd/compile/internal/ppc64: disable DUFFZERO
Dave Cheney
2015-08-11
cmd/go: run test binaries in original environment
Russ Cox
2015-08-11
cmd/go: fix addition of "math" dependency for arm binaries
Russ Cox
2015-08-11
cmd/link: make -a output not crash
Russ Cox
2015-08-11
net/mail: fix build.
David Symonds
2015-08-11
net/mail: avoid panic in (*Address).String for malformed addresses.
David Symonds
2015-08-11
cmd/yacc: use %q to print strings in Toknames
Rob Pike
2015-08-11
doc: link to Go 1.5 release notes from "project" page
Andrew Gerrand
2015-08-10
fmt: don't unread eof scanning %x
Rob Pike
2015-08-10
doc: NaCl requires pepper 41
Dave Cheney
2015-08-07
runtime: make sure heapBitsBulkBarrier cannot be preempted
Russ Cox
2015-08-07
runtime: run on GOARM=5 and GOARM=6 uniprocessor freebsd/arm systems
Russ Cox
2015-08-07
cmd/go: replace code.google.com examples in docs with relevant repos
Andrew Gerrand
2015-08-07
doc: tweak phrasing in Go 1.5 release notes
Andrew Gerrand
2015-08-06
doc: do not call WaitGroup a function
Russ Cox
2015-08-06
runtime: call goexit1 instead of goexit
Austin Clements
2015-08-06
runtime: fix race that dropped GoSysExit events from trace
Russ Cox
2015-08-06
doc: remove duplicate -asmflags mention
Joe Shaw
2015-08-06
[release-branch.go1.5] cmd/newlink: remove from release branch
go1.5rc1
Andrew Gerrand
2015-08-06
[release-branch.go1.5] go1.5rc1
Andrew Gerrand
2015-08-06
net/url: allow all valid host chars in RawPath
Russ Cox
2015-08-06
net/url: do not percent-encode valid host characters
Russ Cox
2015-08-06
doc/go1.5.html: fix typo
Mikio Hara
2015-08-06
net/url: restrict :port checking to [ipv6]:port form
Russ Cox
2015-08-05
A+C: add Andy Maloney
Andrew Gerrand
2015-08-05
cmd/go: fix handling of vendored imports in foo_test.go files
Russ Cox
2015-08-05
spec: clarify semantics of built-in functions 'complex', 'real', and 'imag'
Robert Griesemer
[next]