aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-04crypto/tls: optional "certificate_status" with OCSPBrad Burch
2018-01-04math/rand: typo fixed in documentation of seedPosPaul PISCUC
2018-01-04spec: consistently use "element" rather than "value" for map entry valuesRobert Griesemer
2018-01-04sync: document when and when not to use MapRuss Cox
2018-01-04cmd/test2json: fix test log output containing test outputRuss Cox
2018-01-04cmd/go: fix caching of test -json outputsRuss Cox
2018-01-04cmd/go: fix coverage rebuild corner caseRuss Cox
2018-01-04cmd/go: fix compile -p flag for building test of main packageRuss Cox
2018-01-04runtime: avoid race on allp in findrunnableAustin Clements
2018-01-04cmd/go: add -v option in the usage section for getAgniva De Sarker
2018-01-04cmd/buildid: fix rewrite algorithmHiroshi Ioka
2018-01-04doc/diagnostics: update gc flags recommended for debuggingHana Kim
2018-01-04encoding/gob: avoid race on idToTypeIan Lance Taylor
2018-01-04cmd/go, testing: test names don't have to be alphanumericIan Lance Taylor
2018-01-03net: set CLOEXEC on sockets used for capability probesIan Lance Taylor
2018-01-03time: revert CL 78735 (was: space padding using underscore)Ian Lance Taylor
2018-01-03net: ignore TestDialerLocalAddr timeout failures on DarwinIan Lance Taylor
2018-01-03net: report connect error as coming from "connect"Ian Lance Taylor
2018-01-03cmd/go: on Windows, disable cache if LocalAppData is not setIan Lance Taylor
2018-01-03runtime: always use 1MB stacks on 32-bit WindowsAustin Clements
2018-01-03database/sql: fix nil pointer use within withLockDaniel Theophanes
2018-01-03doc/go1.10: mention new os.IsTimeout functionIan Lance Taylor
2018-01-02cmd/compile: disable "redundant zeroextensions" optimization for Select on AMD64Cherry Zhang
2018-01-02net/http: relax the matching of strace output in testCaio Marcelo de Oliveira Filho
2018-01-02math: correct result for Pow(x, ±.5)Brian Kessler
2018-01-02reflect: explicitly state that Type values can be used as map keysTim Cooper
2018-01-01doc: 2018 is the Year of the GopherBrad Fitzpatrick
2017-12-31crypto/tls: document VerifyPeerCertificate behavior in relation to ClientAuthFilippo Valsorda
2017-12-31encoding/xml: remove duplicate test of element presenceIgor Vashyst
2017-12-30os: document that StartProcess's argv starts with the binary nameBrad Fitzpatrick
2017-12-27cmd/vendor/golang.org/x/arch: revendor at commit 98fd8d9Cherry Zhang
2017-12-25net: revert CL 82975Jeff Johnson
2017-12-22spec: provide some (minimal) intuition for the notion of "terminating statement"Robert Griesemer
2017-12-21cmd/compile: additional test cleanupDavid Chase
2017-12-21cmd/internal/obj/arm: fix wrong encoding of NMULAF/NMULAD/NMULSF/NMULSDBen Shi
2017-12-20go/types: document Typ sliceRobert Griesemer
2017-12-20cmd/trace: init goroutine info entries with GoCreate eventHana Kim
2017-12-20cmd/compile: second attempt at fix for issue 23179Than McIntosh
2017-12-20cmd/doc: suppress the error message for *package.ident embedded in struct typeelpinal
2017-12-19cmd/compile: fix spelling errorKevin Burke
2017-12-19cmd/compile: fix corner case in DWARF inline info generationThan McIntosh
2017-12-18database/sql/driver: update Value doc, can be driver supported typeDaniel Theophanes
2017-12-18cmd/internal/link: disable selected DWARF tests on SolarisThan McIntosh
2017-12-16go/types: rename (historic) flag "-list" used for go/types testingRobert Griesemer
2017-12-15cmd/compile: clean up debug_test.goDavid Chase
2017-12-15cmd/link: make inlining+locationlist test depend on GOARCHDavid Chase
2017-12-15os: mention the influence of umask in docsMatthijs Kooijman
2017-12-15cmd/dist: let misc/cgo/testshared test timeout be scaled by slow builderBrad Fitzpatrick
2017-12-15cmd/compile: fixes for bad DWARF abstract origin referencesThan McIntosh
2017-12-15runtime: symbolize morestack caller in throwsplit panicAustin Clements