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-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
2014-11-09
cmd/5g: fix bit mask for div/mod routines clobbering R12
Ian Lance Taylor
2014-11-09
test: fix nacl build
Russ Cox
2014-11-09
cmd/internal/objfile: minor edits
Russ Cox
2014-11-09
runtime: fix sudog leak in syncsemrelease
Russ Cox
2014-11-09
runtime/cgo: add +build tags to files named for $GOOS
Russ Cox
2014-11-09
cmd/dist: remove old misc/pprof
Russ Cox
2014-11-09
cmd/pprof: install as go tool pprof
Russ Cox
2014-11-10
undo CL 169000043 / 05b838013df9
Andrew Gerrand
2014-11-10
undo CL 166380043 / 0b54a0927656
Andrew Gerrand
2014-11-10
cmd/api: bump go.tools golden CL hash
Andrew Gerrand
2014-11-10
cmd/go: use golang.org/x/... import paths
Andrew Gerrand
2014-11-10
all: use golang.org/x/... import paths
Andrew Gerrand
2014-11-10
cmd/api: use golang.org/x/... import paths
Andrew Gerrand
2014-11-08
lib/codereview: fix with more recent hg revisions.
Adam Langley
2014-11-08
net/http: fix benchmark goroutine leak
Brad Fitzpatrick
2014-11-07
cmd/go: disable warnings from cmd/cc when building for SWIG
Ian Lance Taylor
2014-11-06
cmd/internal/objfile: add Disasm
Russ Cox
2014-11-06
cmd/objdump, cmd/pprof: factor disassembly into cmd/internal/objfile
Russ Cox
2014-11-06
doc/go1.4.html: leave stack size at 2 kB
Russ Cox
2014-11-06
doc: change "/s/..." links to be on golang.org
Russ Cox
2014-11-06
test: move linkx and sinit to run.go
Josh Bleecher Snyder
2014-11-06
runtime: don't stop bitmap dump at BitsDead
Keith Randall
2014-11-06
runtime: fix initial gp->sched.pc in newextram
Russ Cox
2014-11-06
os: document that users of Fd should keep f alive
Russ Cox
2014-11-05
os/exec: tell lsof not to block
Keith Randall
2014-11-06
bufio: remove unused 'panicked' variable from test
Andrew Gerrand
2014-11-05
runtime: avoid gentraceback of self on user goroutine stack
Russ Cox
2014-11-05
bufio: fix reading of many blank lines in a row
Russ Cox
2014-11-05
doc/go1.4.html: document new subrepo import paths
Russ Cox
2014-11-06
bufio: don't loop generating empty tokens
Rob Pike
2014-11-05
5g: don't generate reg variables for direct-called functions
Austin Clements
2014-11-04
test: comment out failing cases from sinit.go
Ian Lance Taylor
[next]