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
2014-12-11
go1.4
go1.4
Andrew Gerrand
2014-12-11
doc: tweak Go 1.4 release notes
Andrew Gerrand
2014-12-11
doc: document go1.4
Andrew Gerrand
2014-12-11
doc: remove TODO from go1.4 release notes
Andrew Gerrand
2014-12-10
misc/makerelease: handle git sub-repositories
Andrew Gerrand
2014-12-10
[release-branch.go1.4] api: create go1.4.txt
Russ Cox
2014-12-10
[release-branch.go1.4] [release-branch.go1.4] doc: scrub references to code.g...
Andrew Gerrand
2014-12-10
[release-branch.go1.4] [release-branch.go1.4] doc: update contribution guidel...
Andrew Gerrand
2014-12-10
[release-branch.go1.4] [release-branch.go1.4] misc/cgo/test: skip test8694 on...
Andrew Gerrand
2014-12-08
[release-branch.go1.4] cmd/go: document import path checking
Russ Cox
2014-12-05
[release-branch.go1.4] [release-branch.go1.4] encoding/xml: remove SyntaxErro...
Russ Cox
2014-12-05
[release-branch.go1.4] codereview: add release-branch.go1.4 prefix, like for ...
Russ Cox
2014-12-05
[release-branch.go1.4] cmd/api: make API check fail for undeclared API in rel...
Russ Cox
2014-12-05
codereview: release-branch.go1.4 is now a work branch
Russ Cox
2014-12-04
[release-branch.go1.4] cmd/go: fix build
Russ Cox
2014-12-04
[release-branch.go1.4] cmd/go: avoid use of bufio.Scanner in generate
Russ Cox
2014-12-04
[release-branch.go1.4] cmd/pprof/internal/commands: add command to open brows...
Russ Cox
2014-12-04
[release-branch.go1.4] lib/time: update to ICANN time zone database 2014j
Andrew Gerrand
2014-12-03
[release-branch.go1.4] cmd/pprof: fix symbol resolution for remote profiles
Russ Cox
2014-12-03
[release-branch.go1.4] cmd/go: regenerate doc.go
Andrew Gerrand
2014-12-02
go1.4rc2
go1.4rc2
Andrew Gerrand
2014-12-01
[release-branch.go1.4] runtime: fix hang in GC due to shrinkstack vs netpoll ...
Russ Cox
2014-12-01
[release-branch.go1.4] reflect: Fix reflect.funcLayout. The GC bitmap has tw...
Russ Cox
2014-11-26
[release-branch.go1.4] doc: tidy up "Projects" page; add Go 1.4
Andrew Gerrand
2014-11-24
[release-branch.go1.4] go/build: build $GOOS_test.go always
Russ Cox
2014-11-23
[release-branch.go1.4] image/jpeg: handle Read returning n > 0, err != nil in...
Russ Cox
2014-11-22
[release-branch.go1.4] cmd/go: fix running pprof on windows.
Russ Cox
2014-11-20
[release-branch.go1.4] runtime: fix atomic operations on non-heap addresses
Russ Cox
2014-11-19
[release-branch.go1.4] build: disable race external linking test on OS X 10.6...
Russ Cox
2014-11-19
[release-branch.go1.4] runtime: remove assumption that noptrdata data bss nop...
Russ Cox
2014-11-19
[release-branch.go1.4] undo CL 131750044 / 2d6d44ceb80e
Russ Cox
2014-11-19
[release-branch.go1.4] doc/go1.4.html: rewrite first sentence to make it clearer
Andrew Gerrand
2014-11-17
[release-branch.go1.4] remove cmd/link from nacl test zip
go1.4rc1
Andrew Gerrand
2014-11-17
[release-branch.go1.4] remove cmd/link
Andrew Gerrand
2014-11-17
[release-branch.go1.4] debug/goobj: move to cmd/internal/goobj
Andrew Gerrand
2014-11-17
go1.4rc1
Andrew Gerrand
2014-11-16
runtime: fix sudog leak
Russ Cox
2014-11-16
runtime: update URL for heap dump format
Russ Cox
2014-11-14
C: add Nick Cooper (Google CLA).
Nigel Tao
2014-11-14
doc: fix small typo in doc
Yasuhiro Matsumoto
2014-11-14
net/http: add comment to clarify whether Dir is '/' or '\'.
Nigel Tao
2014-11-12
net/url: add example of using URL.Opaque with http.Request
Brad Fitzpatrick
2014-11-12
A+C: add another email address for Emil Hessman
Emil Hessman
2014-11-12
hash/crc32: fix comment that the IEEE polynomial applies to MPEG-2.
Nigel Tao
2014-11-11
regexp/syntax: Clarify comment of OpAnyCharNotNL.
Robin Eklind
2014-11-11
spec: method selectors don't auto-deref named pointer types
Robert Griesemer
2014-11-11
doc/gopher: add jpgs of the 5th anniversary image
Rob Pike
2014-11-11
doc: update go1.4.html's minor library changes.
Nigel Tao
2014-11-10
cmd/cgo: tweak doc to not show example of passing Go pointer
Ian Lance Taylor
2014-11-09
crypto/x509: add Solaris certificate file location
Ian Lance Taylor
[next]