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
2016-02-17
go1.6
go1.6
Russ Cox
2016-02-17
all: merge master into release-branch.go1.6
Russ Cox
2016-02-17
doc: remove DRAFT tags from go1.6.html
Russ Cox
2016-02-17
net/http: update bundle command
Russ Cox
2016-02-17
doc: mention multi-change branches in contribute.html
Russ Cox
2016-02-16
cmd/go: avoid race on test environment
Ian Lance Taylor
2016-02-16
runtime: fix deadlock in TestCrashDumpsAllThreads
Austin Clements
2016-02-16
cmd/compile: print struct tags in var decl in inlined func body
Russ Cox
2016-02-16
net: make TestInterfaceAddrsWithNetsh more robust
Alex Brainman
2016-02-16
runtime: show panics in traceback
Austin Clements
2016-02-16
doc: fix remaining TODOs in Go 1.6 release notes
Russ Cox
2016-02-16
doc: tweak Go 1.6 GC release notes
Austin Clements
2016-02-16
doc: fix non-possessive "'s"
Austin Clements
2016-02-13
runtime: remove debugging print in cgoCheckTypedBlock
Ian Lance Taylor
2016-02-13
net/http: update bundled http2 to fix gzip crash on Read after NewReader error
Brad Fitzpatrick
2016-02-12
cmd/compile: add write barrier to type switch
Keith Randall
2016-02-12
runtime: return errno value from Solaris mmap as expected
Ian Lance Taylor
2016-02-12
cmd/link: fix padding for dwarf aranges on 32 bit platforms.
Ryan Brown
2016-02-12
runtime: fix errno sign for some mmap and mincore cases
Ian Lance Taylor
2016-02-11
runtime: add test for mincore's return value sign on Linux
Brad Fitzpatrick
2016-02-10
net/http/httptest: make Server.CloseClientConnections wait for conns to close
Brad Fitzpatrick
2016-02-10
go/internal/gcimporter: interpret relative srcDir relative to cwd
Robert Griesemer
2016-02-10
net: make getmac based tests on windows more robust
Volker Dobler
2016-02-09
net/http: be more conservative about enabling http2 on Transports
Brad Fitzpatrick
2016-02-09
cmd/go: use GOPATH order for compile -I and link -L options
Russ Cox
2016-02-09
build: mv cmd/vendor cmd/internal/unvendor
Russ Cox
2016-02-09
cmd/go: silence standard imports non-standard error for non-existent import t...
Russ Cox
2016-02-09
net/http: make ListenAndServeTLS treat GetCertificate as a set cert too
Brad Fitzpatrick
2016-02-08
go/constant: fix String() implementation
Robert Griesemer
2016-02-08
runtime: fix comment
Brad Fitzpatrick
2016-02-08
go/types: make sure constants valid in integer operations are in integer form
Robert Griesemer
2016-02-07
runtime: don't call testing.Fatal from worker goroutines
Mikio Hara
2016-02-06
net/http: deflake TestCloseNotifierPipelined
Ian Lance Taylor
2016-02-05
net/http: fix doc typo
Brad Fitzpatrick
2016-02-05
net/http: update bundled http2
Brad Fitzpatrick
2016-02-05
net/http: document Request.Header and Request.Close more
Brad Fitzpatrick
2016-02-04
runtime: don't expose stack buffer in stringto{byte,rune}slice
Keith Randall
2016-02-04
doc: rewrite references to plan9.bell-labs.com to 9p.io
Andrew Gerrand
2016-02-04
runtime: skip TestSignalExitStatus on Solaris
Ian Lance Taylor
2016-02-04
doc: correct old function names in strconv comments in go1.6 doc
Ian Lance Taylor
2016-02-03
[release-branch.go1.6] go1.6rc2
go1.6rc2
Chris Broadfoot
2016-02-03
all: merge master into release-branch.go1.6
Chris Broadfoot
2016-02-03
net/http/httputil: also remove non-standard Proxy-Connection hop-by-hop header
Brad Fitzpatrick
2016-02-03
sync: deflake TestWaitGroupMisuse3
Brad Fitzpatrick
2016-02-03
cmd/go: fix rebuild after installation of new Go release
Russ Cox
2016-02-03
cmd/vet: don't crash in cgo checker if type is unknown
Ian Lance Taylor
2016-02-03
misc: update timezone database to IANA 2016a
Rob Pike
2016-02-02
cmd/go: document that -msan requires clang
Russ Cox
2016-02-02
runtime/pprof: mark dragonfly and solaris as bad at pprof
Brad Fitzpatrick
2016-02-02
net/http/httputil: fix spelling of Trailer hop-by-hop header per errata
Brad Fitzpatrick
[next]