aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-13go/types: rename Importer2 to ImporterFromgo1.6beta2Brad Fitzpatrick
2016-01-13runtime: don't use CMOV for 386Keith Randall
2016-01-13net/http: update bundled http2Brad Fitzpatrick
2016-01-13net/http: clarify ConnState StateActive docs for HTTP/2Brad Fitzpatrick
2016-01-13go/importer: fix field/method package for binary importerRobert Griesemer
2016-01-13cmd/go: fix gccSupportsNoPie for old GCC's that don't exit 0Ian Lance Taylor
2016-01-13go/importer: revert incorrect change that slipped in prior CLRobert Griesemer
2016-01-13cmd/link: add LC_VERSION_MIN_MACOSX to linkmode=internal OS X binariesRuss Cox
2016-01-13runtime: allow for C pointers between arena_start and arena_used in cgo checkRuss Cox
2016-01-13runtime: arrange to show a few local variables when cgoCheckUnknownPointer pa...Russ Cox
2016-01-13go/importer: associate exported field and interface methods with correct packageRobert Griesemer
2016-01-13cmd/go: -buildmode=c-shared should work on darwin/386Joe Sylve
2016-01-13net/http: update bundled http2Brad Fitzpatrick
2016-01-13database/sql/driver: clarify DefaultParameterConverter docsBrad Fitzpatrick
2016-01-13net/http: fix Transport crash when abandoning dial which upgrades protosBrad Fitzpatrick
2016-01-13doc: document Go 1.5.3Russ Cox
2016-01-13net/http: reject non three digit status codes in ReadResponseEmmanuel Odeke
2016-01-13cmd/compile: stop using fucomi* ops for 387 buildsKeith Randall
2016-01-13cmd/go: fixes for -compiler=gccgo -buildmode=c-sharedIan Lance Taylor
2016-01-13cmd/internal/obj/x86: add new instructions, cleanup.Ilya Tocar
2016-01-13net: LookupAddr("127.0.0.1") is "localhost" not "localhost." on Plan 9 and Wi...Mikio Hara
2016-01-13net/http2: update bundled http2Brad Fitzpatrick
2016-01-13crypto/tls: don't block in Conn.Close if Writes are in-flightBrad Fitzpatrick
2016-01-13cmd/compile: better modeling of escape across loop levelsDavid Chase
2016-01-13runtime/internal/atomic: use //go:noinline to prevent inlining, not assembly nopMichael Hudson-Doyle
2016-01-13runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox
2016-01-13math/big: fix Exp(x, x, x) for certain large xRuss Cox
2016-01-12cmd/cgo: document C.sizeof_T and zero-sized field restrictionIan Lance Taylor
2016-01-12net/http: support URLs without schemes in http.RedirectDenys Honsiorovskyi
2016-01-12runtime: mark greyobject go:nowritebarrierrecAustin Clements
2016-01-12runtime: remove out-of-date commentAustin Clements
2016-01-12runtime: fix incorrect commentAustin Clements
2016-01-12doc: add Overview and other small edits to How To Write Go CodeAndrew Gerrand
2016-01-11cmd/go: pass -no-pie along with -Wl,-r to gcc when supported on linuxMichael Hudson-Doyle
2016-01-11net: disable sendfile on Solaris for nowBrad Fitzpatrick
2016-01-11runtime: fix ppc64le cgocallback codeIan Lance Taylor
2016-01-11runtime: return full error for first test to be builtIan Lance Taylor
2016-01-11go/types: slightly better doc stringsRobert Griesemer
2016-01-11go/importer: use correct path for path->package mapRobert Griesemer
2016-01-11runtime: fix arm/arm64/ppc64/mips64 to dropm when necessaryIan Lance Taylor
2016-01-11runtime: eagerly share GC work buffersRick Hudson
2016-01-10doc: note GCM behaviour change in Go 1.6.Adam Langley
2016-01-10crypto/cipher: always zero dst buffer on GCM authentication failure.Adam Langley
2016-01-10cmd/dist: restrict parallel tests to NumCPU on mips64xYao Zhang
2016-01-10net/http: update bundled http2Brad Fitzpatrick
2016-01-10net/http: don't remove Expect Request header in Server.Harshavardhana
2016-01-09net/http: improve ReadResponse test coverageEmmanuel Odeke
2016-01-09net: fix typo in lookup_windows getprotobynameMatt Robenolt
2016-01-09net: stop scanning for domain name once the first label has been foundMikio Hara
2016-01-09runtime: for c-archive/c-shared, install signal handlers synchronouslyIan Lance Taylor