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-04-11
[release-branch.go1.6] go1.6.1
go1.6.1
Andrew Gerrand
2016-04-11
doc: document Go 1.6.1 and Go 1.5.4
Andrew Gerrand
2016-04-08
runtime: leave directory before removing it in TestDLLPreloadMitigation
Alex Brainman
2016-04-08
syscall: point to x/sys in DLL loading docs, update syscall generator
Brad Fitzpatrick
2016-04-08
runtime, syscall: only search for Windows DLLs in the System32 directory
Brad Fitzpatrick
2016-04-08
crypto/rsa, crypto/ecdsa: fail earlier on zero parameters
Brad Fitzpatrick
2016-04-08
crypto/dsa: eliminate invalid PublicKey early
Robert Griesemer
2016-03-03
[release-branch.go1.6] doc: add link to 1.6 release notes on golang.org/proje...
Chris Broadfoot
2016-03-02
[release-branch.go1.6] doc: update release tag in source directions to go1.6
nwidger
2016-02-17
[release-branch.go1.6] doc: fix typo in go1.6 release date.
Rahul Chaudhry
2016-02-17
[release-branch.go1.6] doc: document Go 1.6
Chris Broadfoot
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
[next]