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
2017-12-07
net/http/httputil: remove redundant call of setBody in test
go1.10beta1
Joe Kyo
2017-12-07
doc: fix bad html tags in editors.html
Alberto Donizetti
2017-12-07
cmd/compile: fix bug in logic for computing var abstract origins
Than McIntosh
2017-12-07
api: promote next to go1.10
Andrew Bonventre
2017-12-07
net/http: use correct method name in Server.ServeTLS docs
Artyom Pervukhin
2017-12-07
cmd/dist: only test SWIG if we have a new enough version
Ian Lance Taylor
2017-12-07
cmd/vendor/golang.org/x/arch/arm64: update from upstream
Mikio Hara
2017-12-07
encoding/xml: don't crash on invalid XMLName tag
Ian Lance Taylor
2017-12-07
doc/go1.10: add NetBSD and OpenBSD to Go 1.10 release notes
Brad Fitzpatrick
2017-12-07
runtime: sleep longer in dieFromSignal on Darwin
Ian Lance Taylor
2017-12-06
encoding/json: error when trying to set an embedded pointer to unexported str...
Joe Tsai
2017-12-06
lib/time: update tzdata to 2017c
Tobias Klauser
2017-12-06
misc/cgo/testplugin: unskip test
Russ Cox
2017-12-06
cmd/go: implement time-based trimming of build cache
Russ Cox
2017-12-06
doc/go1.10: preannounce removal of OS X 10.8 support in Go 1.11
Russ Cox
2017-12-06
doc: fix two spelling mistakes in contribute.html
Alberto Donizetti
2017-12-06
doc: fix dead link in go_faq
Alberto Donizetti
2017-12-06
doc/go1.10: fix many TODOs
Russ Cox
2017-12-06
doc/go1.10: process comments from CL 78131 PS 5
Russ Cox
2017-12-06
doc/go1.10: update release notes for recent commits
Russ Cox
2017-12-06
doc: fix spelling in editor guide
Tobias Klauser
2017-12-06
hash: add MarshalBinary/UnmarshalBinary round trip + golden test for all impl...
Russ Cox
2017-12-06
crypto/x509/pkix: remove references to fmt.Stringer in String method docs
Russ Cox
2017-12-06
database/sql/driver: explain Driver vs DriverContext vs Connector
Russ Cox
2017-12-06
flag: clarify comment to avoid shell syntax confusion
Ian Lance Taylor
2017-12-06
crypto/x509: add test for asn1.Marshal of rsa.PublicKey
Russ Cox
2017-12-06
encoding/pem: change Encode, EncodeToMemory not to generate partial PEM blocks
Russ Cox
2017-12-06
net/url: fix PathUnescape, QueryUnescape number grammar
Russ Cox
2017-12-06
time: condense, expand Time.Unix example
Russ Cox
2017-12-06
net/http: keep testing DetectContentType of empty body
Russ Cox
2017-12-05
encoding/csv: truncate carriage returns at EOF
Joe Tsai
2017-12-05
net: return io.ErrClosedPipe when possible from net.Pipe
Joe Tsai
2017-12-05
cmd/dist: disable test caching during run.bash
Russ Cox
2017-12-05
net/http: fix unclosed Listener leak in ListenAndServeTLS
Tim Heckman
2017-12-05
encoding/asn1: allow '&' in PrintableString fields
christopher-henderson
2017-12-05
database/sql: fix transaction leak
kirk
2017-12-05
cmd/compile: fix map assignment with panicking right-hand side
Keith Randall
2017-12-05
runtime: fix NetBSD CPU spin in lwp_park when CPU profiling is active
Christos Zoulas
2017-12-04
cmd/compile: fix noopt builder, weird append case
Keith Randall
2017-12-04
cmd/go: disable concurrent compilation under GOEXPERIMENTs
Matthew Dempsky
2017-12-04
test: disable broken test for 1.10
Matthew Dempsky
2017-12-04
cmd/compile: fix bug in DWARF inl handling of unused autos
Than McIntosh
2017-12-04
misc/ios: dump logs for failing lldb sessions to stdout
Elias Naur
2017-12-04
cmd/go: disable tests when GOOS/GOARCH != GOHOSTARCH/GOHOSTARCH
Russ Cox
2017-12-04
cmd/go: fix -covermode=atomic use of sync/atomic in -coverpkg matches
Russ Cox
2017-12-04
runtime: make NetBSD lwp_park use monotonic time
Christos Zoulas
2017-12-02
os: clarify docs on Interrupt and Kill
Brad Fitzpatrick
2017-12-02
os: calling Fd disables the SetDeadline methods
Ian Lance Taylor
2017-12-01
cmd/cgo: for C bitfields use only valid Go integer types
Ian Lance Taylor
2017-12-01
net/url: document Parse more
Brad Fitzpatrick
[next]