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-01-13
go/types: rename Importer2 to ImporterFrom
go1.6beta2
Brad Fitzpatrick
2016-01-13
runtime: don't use CMOV for 386
Keith Randall
2016-01-13
net/http: update bundled http2
Brad Fitzpatrick
2016-01-13
net/http: clarify ConnState StateActive docs for HTTP/2
Brad Fitzpatrick
2016-01-13
go/importer: fix field/method package for binary importer
Robert Griesemer
2016-01-13
cmd/go: fix gccSupportsNoPie for old GCC's that don't exit 0
Ian Lance Taylor
2016-01-13
go/importer: revert incorrect change that slipped in prior CL
Robert Griesemer
2016-01-13
cmd/link: add LC_VERSION_MIN_MACOSX to linkmode=internal OS X binaries
Russ Cox
2016-01-13
runtime: allow for C pointers between arena_start and arena_used in cgo check
Russ Cox
2016-01-13
runtime: arrange to show a few local variables when cgoCheckUnknownPointer pa...
Russ Cox
2016-01-13
go/importer: associate exported field and interface methods with correct package
Robert Griesemer
2016-01-13
cmd/go: -buildmode=c-shared should work on darwin/386
Joe Sylve
2016-01-13
net/http: update bundled http2
Brad Fitzpatrick
2016-01-13
database/sql/driver: clarify DefaultParameterConverter docs
Brad Fitzpatrick
2016-01-13
net/http: fix Transport crash when abandoning dial which upgrades protos
Brad Fitzpatrick
2016-01-13
doc: document Go 1.5.3
Russ Cox
2016-01-13
net/http: reject non three digit status codes in ReadResponse
Emmanuel Odeke
2016-01-13
cmd/compile: stop using fucomi* ops for 387 builds
Keith Randall
2016-01-13
cmd/go: fixes for -compiler=gccgo -buildmode=c-shared
Ian Lance Taylor
2016-01-13
cmd/internal/obj/x86: add new instructions, cleanup.
Ilya Tocar
2016-01-13
net: LookupAddr("127.0.0.1") is "localhost" not "localhost." on Plan 9 and Wi...
Mikio Hara
2016-01-13
net/http2: update bundled http2
Brad Fitzpatrick
2016-01-13
crypto/tls: don't block in Conn.Close if Writes are in-flight
Brad Fitzpatrick
2016-01-13
cmd/compile: better modeling of escape across loop levels
David Chase
2016-01-13
runtime/internal/atomic: use //go:noinline to prevent inlining, not assembly nop
Michael Hudson-Doyle
2016-01-13
runtime: make NumGoroutine and Stack agree not to include system goroutines
Russ Cox
2016-01-13
math/big: fix Exp(x, x, x) for certain large x
Russ Cox
2016-01-12
cmd/cgo: document C.sizeof_T and zero-sized field restriction
Ian Lance Taylor
2016-01-12
net/http: support URLs without schemes in http.Redirect
Denys Honsiorovskyi
2016-01-12
runtime: mark greyobject go:nowritebarrierrec
Austin Clements
2016-01-12
runtime: remove out-of-date comment
Austin Clements
2016-01-12
runtime: fix incorrect comment
Austin Clements
2016-01-12
doc: add Overview and other small edits to How To Write Go Code
Andrew Gerrand
2016-01-11
cmd/go: pass -no-pie along with -Wl,-r to gcc when supported on linux
Michael Hudson-Doyle
2016-01-11
net: disable sendfile on Solaris for now
Brad Fitzpatrick
2016-01-11
runtime: fix ppc64le cgocallback code
Ian Lance Taylor
2016-01-11
runtime: return full error for first test to be built
Ian Lance Taylor
2016-01-11
go/types: slightly better doc strings
Robert Griesemer
2016-01-11
go/importer: use correct path for path->package map
Robert Griesemer
2016-01-11
runtime: fix arm/arm64/ppc64/mips64 to dropm when necessary
Ian Lance Taylor
2016-01-11
runtime: eagerly share GC work buffers
Rick Hudson
2016-01-10
doc: note GCM behaviour change in Go 1.6.
Adam Langley
2016-01-10
crypto/cipher: always zero dst buffer on GCM authentication failure.
Adam Langley
2016-01-10
cmd/dist: restrict parallel tests to NumCPU on mips64x
Yao Zhang
2016-01-10
net/http: update bundled http2
Brad Fitzpatrick
2016-01-10
net/http: don't remove Expect Request header in Server.
Harshavardhana
2016-01-09
net/http: improve ReadResponse test coverage
Emmanuel Odeke
2016-01-09
net: fix typo in lookup_windows getprotobyname
Matt Robenolt
2016-01-09
net: stop scanning for domain name once the first label has been found
Mikio Hara
2016-01-09
runtime: for c-archive/c-shared, install signal handlers synchronously
Ian Lance Taylor
[next]