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
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
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
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
cmd/go: implement time-based trimming of build cache
Russ Cox
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
cmd/compile: fix bug in DWARF inl handling of unused autos
Than McIntosh
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
2017-12-01
go/types: don't use directory foo which might exist under GOPATH
Robert Griesemer
2017-12-01
runtime: use MAP_ANON in sigstack check
Austin Clements
2017-12-01
net/http: speed up and deflake TestServerKeepAlivesEnabled_h2
Brad Fitzpatrick
2017-12-01
cmd/go: honor -timeout=0 to mean no timeout
Russ Cox
2017-12-01
cmd/test2json: add ability to run test binary
Russ Cox
2017-12-01
cmd/go: fix missing conversions in -json output
Russ Cox
2017-12-01
cmd/go: fix reuse of cached objects during cover
Russ Cox
2017-12-01
cmd/go: ignore vet typecheck failure during go test
Russ Cox
2017-12-01
cmd/go: accept more spaces in -gcflags arguments
Russ Cox
2017-12-01
reflect: audit and explain safety of all unsafe.Pointer additions
Russ Cox
2017-12-01
cmd/trace: exclude threads in syscall on behalf of runtime
Hana Kim
2017-12-01
runtime: skip gdb tests earlier before blocking goroutines in a t.Parallel
Brad Fitzpatrick
2017-12-01
runtime: even more TestStackGrowth timeout debugging
Austin Clements
[next]