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
2011-01-07
release.2011-01-06
weekly.2011-01-06
Andrew Gerrand
2011-01-06
ld: Permit an ELF symbol to be exported in the dynamic symbol table.
Ian Lance Taylor
2011-01-07
doc: add golanguage.ru to foreign-language doc list
Andrew Gerrand
2011-01-06
cgo: disallow use of C.errno
Russ Cox
2011-01-06
Make.pkg: use installed runtime.h for cgo
Russ Cox
2011-01-06
runtime/cgo: fix stackguard on FreeBSD/amd64
Anthony Martin
2011-01-06
gc: fix &^=
Russ Cox
2011-01-06
crypto/cipher: make NewCBCEncrypter return BlockMode
Russ Cox
2011-01-05
Made format string handling more efficient.
Kyle Consalus
2011-01-05
effective go: explain the effect of repanicking better.
Rob Pike
2011-01-05
io: fix Copyn EOF handling
Russ Cox
2011-01-05
syscall: correct Linux Splice definition
Russ Cox
2011-01-05
goinstall: add -clean flag
Kyle Lemons
2011-01-05
A+C: Kyle Lemons (individual CLA)
Russ Cox
2011-01-05
gc: return constant floats for parts of complex constants
Anthony Martin
2011-01-05
fmt: normalize processing of format string
Rob Pike
2011-01-05
http: permit empty Reason-Phrase in response Status-Line
Brad Fitzpatrick
2011-01-05
go/ast: correct Pos/End ranges for field lists
Robert Griesemer
2011-01-05
gob: generate a better error message in one confusing place
Rob Pike
2011-01-04
syscall: Make Access second argument consistently uint32.
Ian Lance Taylor
2011-01-05
doc: update contribution guidelines to prefix the change description
Nigel Tao
2011-01-04
strings: fix description of FieldsFunc
Roger Peppe
2011-01-04
fix occurrences of occur[^sr .,?!;\n]
Robert Griesemer
2011-01-04
The Dec 06 change
Icarus Sparry
2011-01-04
regexp: implement early out for failed anchored search.
Rob Pike
2011-01-04
encoding/binary: reject types with implementation-dependent sizes
Patrick Gavlin
2011-01-04
merge tree
Russ Cox
2011-01-04
gc: rewrite complex /= to l = l / r.
Patrick Gavlin
2011-01-04
go/ast: provide complete node text range info
Robert Griesemer
2011-01-04
strconv: update ftoa comment for 'E' and 'G'
Russ Cox
2011-01-04
A+C: Patrick Gavlin (individual CLA)
Russ Cox
2011-01-04
net: fix close of Listener
Michael Hoisie
2011-01-04
doc: update Effective Go for template API change.
Nigel Tao
2011-01-04
goinstall: fix -u for bzr
Gustavo Niemeyer
2011-01-04
gobuilder: prefix the tarball with 'go.', tweak release regexp
Andrew Gerrand
2011-01-03
regexp: fix prefix bug.
Rob Pike
2011-01-03
regexp: fix performance bug, make anchored searches fail fast.
Rob Pike
2010-12-31
Fix documentation typo.
Anschel Schaffer-Cohen
2010-12-27
atof: added 'E' as valid token for exponent
Stefan Nilsson
2010-12-27
simple fix to not have 'exp/eval' panic in presence of slices like s[:2]
Sebastien Binet
2010-12-27
crypto/cipher: fix OCFB
Adam Langley
2010-12-24
goinstall/download.go: Add checkout concept and helper functions to clean and...
Caine Tighe
2010-12-24
A+C: Caine Tighe
Andrew Gerrand
2010-12-24
6l: fix documentation of -L flag
Andrew Gerrand
2010-12-23
tag release.2010-12-22
Andrew Gerrand
2010-12-23
release.2010-12-22
weekly.2010-12-22
Andrew Gerrand
2010-12-23
testing: fix error message on invalid regexp
Eoghan Sherry
2010-12-22
hash/crc64: fix typo in Sum.
Nigel Tao
2010-12-22
bufio: removed dead code
Stefan Nilsson
2010-12-20
template: fix trivial bug: integers are not "empty"
Rob Pike
[next]