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
2014-05-20
reflect: don't panic on delete from nil map.
Keith Randall
2014-05-20
all: fix "the the" typos.
Shenghou Ma
2014-05-20
runtime: revise the document of Version()
Shenghou Ma
2014-05-20
debug/plan9obj: cleanup api
David du Colombier
2014-05-20
build: make nacl pass
Russ Cox
2014-05-20
syscall: fix Write(nil) on NaCl
Russ Cox
2014-05-20
runtime: switch default stack size back to 8kB
Russ Cox
2014-05-19
text/template,html/template: document that partial results may be written on ...
Rob Pike
2014-05-19
net/http: document that ProxyFromEnvironment special-cases localhost
Brad Fitzpatrick
2014-05-19
database/sql: more docs explaining that DB is a pool
Brad Fitzpatrick
2014-05-19
math/rand: restore Go 1.2 value stream for Float32, Float64
Russ Cox
2014-05-19
reflect: test, fix access to nil maps
Russ Cox
2014-05-19
runtime: fix freeOSMemory to free memory immediately
Dmitriy Vyukov
2014-05-17
syscall: fix arm build
Dave Cheney
2014-05-16
net/http: allow Content-Type on 204 responses
Brad Fitzpatrick
2014-05-16
encoding/xml: fix format in test message
Rob Pike
2014-05-16
syscall: fix linux amd64 build
Rob Pike
2014-05-16
syscall: fix a few Linux system calls
Russ Cox
2014-05-15
archive/tar: Do not panic on Read if uninitialized
Guillaume J. Charmes
2014-05-16
syscall: regenerate z-files for openbsd
Mikio Hara
2014-05-15
container/heap: update example code
Robert Griesemer
2014-05-15
syscall: fix stack frame sizes in assembly
Russ Cox
2014-05-15
sync/atomic: fix unimportant assembly errors found by go vet
Russ Cox
2014-05-15
runtime: make scan of pointer-in-interface same as scan of pointer
Russ Cox
2014-05-15
net/http: fix nits found by go tool vet
Mikio Hara
2014-05-15
crypto/sha256, crypto/sha512: fix argument size in assembly
Russ Cox
2014-05-14
net: detect changes to /etc/resolv.conf.
Guillaume J. Charmes
2014-05-14
archive/tar: Fix bug preventing untar
Guillaume J. Charmes
2014-05-14
net: fix documentation for SetLinger
Mikio Hara
2014-05-13
regexp/syntax: don't waste time checking for one pass algorithm
Rob Pike
2014-05-13
reflect: fix map type generation
Dmitriy Vyukov
2014-05-13
runtime: fix triggering of forced GC
Dmitriy Vyukov
2014-05-13
runtime: handle decommit failure gracefully on Windows
Russ Cox
2014-05-12
io: copy slice argument in MultiReader and MultiWriter
Russ Cox
2014-05-12
encoding/json: document what unmarshal of `null` into non-reference type does
Russ Cox
2014-05-12
encoding/xml: fix to allow xml declaration with EncodeToken
Jason Del Ponte
2014-05-12
mime/multipart: add NewReader example
Brad Fitzpatrick
2014-05-12
net/http: fix flaky test
Fabrizio Milo
2014-05-12
undo CL 92210044 / 5cb21eee2d35
Brad Fitzpatrick
2014-05-13
net: make use of SO_LINGER_SEC on darwin
Mikio Hara
2014-05-12
runtime: add copy of math.sqrt for use by arm softfloat
Russ Cox
2014-05-11
unicode: fix doc typo
Péter Surányi
2014-05-11
net/rpc: do not leak client socket on closed connection
David Crawshaw
2014-05-09
undo CL 100330043 / e4248ed0037c
Brad Fitzpatrick
2014-05-09
runtime/race: fix the link for the race detector.
Bill Neubauer
2014-05-09
runtime: be a lot more lenient on smhasher avalanche test.
Keith Randall
2014-05-09
net/url: correct documentation of Values.Add
Ian Lance Taylor
2014-05-10
bytes: fix typos
Rui Ueyama
2014-05-09
encoding/binary: document that Read requires exported struct fields
Ian Lance Taylor
2014-05-09
math/cmplx: specify which square root Sqrt returns
Russ Cox
[next]