aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-09database/sql: use complete sentences in new docsBrad Fitzpatrick
2016-12-09doc: update go1.8.htmlJoe Tsai
2016-12-09runtime/pprof: track locations for goroutine profilesRaul Silvera
2016-12-09api: remove testing Context accessors from go1.8.txtBrad Fitzpatrick
2016-12-09go/build: clarify Context.HasSubdir docsBrad Fitzpatrick
2016-12-09doc/go1.8: mention trace tool changesAustin Clements
2016-12-09Revert "testing: add T.Context method"Joe Tsai
2016-12-09database/sql: document that drivers may not return right after cancelDaniel Theophanes
2016-12-09doc: add http.NoBody and Transport change to go1.8.htmlBrad Fitzpatrick
2016-12-09cmd/compile/internal/obj: remove superfluous addvarint parameter and assignmentRobert Griesemer
2016-12-08all: make spelling consistentBrad Fitzpatrick
2016-12-08doc: remove pprof TODOs from go1.8.htmlBrad Fitzpatrick
2016-12-08net/http: don't retry Transport requests if they have a bodyBrad Fitzpatrick
2016-12-08cmd/link: do not mark go.plugin.tabs as reachable in non-pluginsMichael Hudson-Doyle
2016-12-08io: fix MultiReader panic on nil reader.Joe Tsai
2016-12-08os: document that Rename does not replace an existing directoryIan Lance Taylor
2016-12-07doc: misc go1.8.html fixesBrad Fitzpatrick
2016-12-07test: add bug501.go, a gccgo compiler crashIan Lance Taylor
2016-12-07runtime: add number of forced GCs to MemStatsAustin Clements
2016-12-07cmd/internal/obj: regenerate relocation stringsDavid Crawshaw
2016-12-07cmd/link: fix sym sect when splitting text on ppc64leLynn Boger
2016-12-07crypto/x509: reduce test's sought number of system certsBrad Fitzpatrick
2016-12-07runtime: on stack copy, adjust BPKeith Randall
2016-12-07fmt: remove unnecessary else statementOdin Ugedal
2016-12-07crypto/*: document use or non-use of constant-time algorithmsRuss Cox
2016-12-07crypto/dsa: don't allow signing with degenerate private keys to loop forever.Adam Langley
2016-12-07net: use baked-in port numbers as fallback if cgo port lookup failsBrad Fitzpatrick
2016-12-07misc/cgo/test: skip test18146 on DarwinIan Lance Taylor
2016-12-07cmd/go: ensure streaming test's stdout, stderr are same as cmd/go'sBrad Fitzpatrick
2016-12-06doc: mention more binary download architecturesBrad Fitzpatrick
2016-12-06doc: mention concurrent map write/iterate detectorKeith Randall
2016-12-06reflect: add example for StructOfSebastien Binet
2016-12-06net/http: update bundled http2Brad Fitzpatrick
2016-12-06cmd/link: hash packages after loading all symbolsDavid Crawshaw
2016-12-06doc/go1.8: remove mention of #16396Shenghou Ma
2016-12-06cmd/compile: fix static-initialization compilation failureMatthew Dempsky
2016-12-06doc: document the mips port in install-source.htmlShenghou Ma
2016-12-06misc/cgo/test: ignore "too many open files" in issue 18146 testIan Lance Taylor
2016-12-06net/http: fix typo in Request.GetBody's doc stringChris Broadfoot
2016-12-05runtime/cgo: retry pthread_create on EAGAIN for OpenBSDIan Lance Taylor
2016-12-05misc/cgo/test: skip Test18146 on DragonFlyIan Lance Taylor
2016-12-05doc/go1.8: document mips port requirementsShenghou Ma
2016-12-05runtime/cgo: retry pthread_create on EAGAINIan Lance Taylor
2016-12-05runtime: don't skip TestCgoCallbackGC on FreeBSDIan Lance Taylor
2016-12-05runtime: check that Version does not contain \r \nRuss Cox
2016-12-05cmd/compile: find last StoreWB explicitlyCherry Zhang
2016-12-04cmd/go: give useful error when msan isn't supportedDhananjay Nakrani
2016-12-04html/template: lock in application/json as valid JS testEmmanuel Odeke
2016-12-04html/template: escape JS in application/json script tagNodir Turakulov
2016-12-03cmd/dist: remove special test timeout scale for WindowsBrad Fitzpatrick