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
path:
root
/
src
/
pkg
Age
Commit message (
Expand
)
Author
2013-06-05
[release-branch.go1.1] runtime: fix heap corruption during GC
Andrew Gerrand
2013-06-05
[release-branch.go1.1] runtime: zeroize g->fnstart to not prevent GC of the c...
Andrew Gerrand
2013-06-05
[release-branch.go1.1] runtime: fix GC scanning of slices
Andrew Gerrand
2013-06-04
[release-branch.go1.1] runtime: introduce cnewarray() to simplify allocation ...
Andrew Gerrand
2013-05-13
[release-branch.go1.1] runtime/race: improve public documentation
Andrew Gerrand
2013-05-08
[release-branch.go1.1] runtime: fix crash in select
Andrew Gerrand
2013-05-08
[release-branch.go1.1] net: fix dial race on plan9 and windows
Andrew Gerrand
2013-05-06
runtime: fix crash in badsignal()
Dmitriy Vyukov
2013-05-07
runtime: reduce max arena size on windows/amd64 to 32 GiB
Shenghou Ma
2013-05-06
database/sql: remove an unused field from Rows
Brad Fitzpatrick
2013-05-07
syscall: fix prototype of Fchflags (API change)
Shenghou Ma
2013-05-06
go/doc/example: Fix bug causing false negatives for Example playability.
Jeremiah Harmsen
2013-05-06
image/png: fix error message to not return width twice
Brad Fitzpatrick
2013-05-05
go/build: document GOOS.go also has implicit GOOS build constraint
Shenghou Ma
2013-05-03
text/template: comment fix
Keith Randall
2013-05-03
runtime/cgo: fix build for ARM
Shenghou Ma
2013-05-03
cmd/ld: add .note.GNU-stack section for external linking
Shenghou Ma
2013-05-02
regexp: doc fix
Brad Fitzpatrick
2013-05-01
runtime/cgo: export symbols in both internal and external link mode
Ian Lance Taylor
2013-04-30
net: do not call syscall.Bind twice on windows
Alex Brainman
2013-04-30
os/exec: disable TestExtraFilesFDShuffle
Rob Pike
2013-04-30
syscall: fix a bug in the shuffling of file descriptors in StartProcess on Li...
Cosmos Nicolaou
2013-04-30
syscall: fix exec_bsd.go to accompany exec_linux.go changes
Rob Pike
2013-04-30
encoding/json: document that marshaling invalid utf-8 sequence will return error
Shenghou Ma
2013-04-29
fmt: fix crash for Printf("%.", 3)
Rob Pike
2013-04-30
runtime: fix stack pointer corruption in runtime.cgocallback_gofunc()
Shenghou Ma
2013-04-29
fmt: document that if String or Error panics, that value is printed
Ian Lance Taylor
2013-04-29
net/http/httptest: fix incorrectly-named ResponseRecorder example
Andrew Gerrand
2013-04-27
math/rand: fix typo and add better crash message
Brad Fitzpatrick
2013-04-28
runtime: tune appendCrossover for arm
Dave Cheney
2013-04-26
database/sql/driver: try to unstutter Value docs
Brad Fitzpatrick
2013-04-26
time: stop 1ns timer in test
Dmitriy Vyukov
2013-04-25
database/sql: fix driver Conn refcounting with prepared statements
Brad Fitzpatrick
2013-04-25
undo CL 8954044 / ad3c2ffb16d7
Jan Ziak
2013-04-25
runtime: prevent the GC from seeing the content of a frame in runfinq()
Jan Ziak
2013-04-25
net: deflake raw IP protocol entry test on Windows
Mikio Hara
2013-04-24
net: add missing File method document
Mikio Hara
2013-04-24
all: fix typos
Shenghou Ma
2013-04-23
net: fix protocol number for IPv6 test
Mikio Hara
2013-04-22
time: fix typo in comment
Christian Himpel
2013-04-22
time: fix typo in comment
Rob Pike
2013-04-22
time: improve the explanation of the working of Format and Parse
Rob Pike
2013-04-22
net/http: make CloseNotifier channel buffered to not leak goroutines
Brad Fitzpatrick
2013-04-20
sort: don't depend on math
Brad Fitzpatrick
2013-04-20
net/http: fix a panic in Redirect
Brad Fitzpatrick
2013-04-20
net: enable test for runtime.PollDesc leak
Mikio Hara
2013-04-18
bufio.Scan: don't stop after Read returns 0, nil
Rob Pike
2013-04-18
io: explain what (0,nil) means from Read
Rob Pike
2013-04-18
builtin: document true and false.
Robert Griesemer
2013-04-17
crypto/rand: better panic message for invalid Int argument.
Rémy Oudompheng
[next]