aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-08path: fix mismatch between error message and corresponding test functionDerek Phan
2019-08-07runtime/pprof: Mention goroutine label heritabilityDavid Finkel
2019-08-06cmd/go: improve error message for missing import starting with cmd/Jay Conrod
2019-08-06doc: mention Unicode update in release notesMarcel van Lohuizen
2019-08-06cmd/go: look for __go_buildinfo section when looking for Mach-O versionJay Conrod
2019-08-06net: fix the docs in IPNet.StringBharath Thiruveedula
2019-08-06errors: improve docJonathan Amsterdam
2019-08-05doc/go1.13.html: describe error-value additionsJonathan Amsterdam
2019-08-05syscall: include complete prototype of system callsKeith Randall
2019-08-05cmd/go: adjust expected error message in TestScript/mod_invalid_versionBryan C. Mills
2019-08-05cmd/go: look for .go.buildinfo section when looking for ELF versionMark Glines
2019-08-05net/http: fix typo in Response.Body's docShivani Singhal
2019-08-03doc/go1.13: add release notes for GOWASM environment variableAgniva De Sarker
2019-08-02os: change Readdirnames doc to follow that of ReaddirIan Lance Taylor
2019-08-02os: don't consult Is methods on non-syscall error typesDamien Neil
2019-08-02doc/go1.13: mention confusion between keep-alive timeout and deadlineIan Lance Taylor
2019-08-02cmd/go: report loading errors from 'go mod tidy' and 'go mod vendor'Bryan C. Mills
2019-08-02cmd/compile: fix crash on write barrier insertionKeith Randall
2019-08-02doc/go1.13: document net/http.Transport.Request.Body unfurlingEmmanuel T Odeke
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-08-02doc: fix Block interface parameters orderAlberto Donizetti
2019-08-01os: enable the close-on-exec flag for openFdAtBaokun Lee
2019-08-01net/http: fix a typo in spelling of MultiPartFormDarren McCleary
2019-08-01doc/go1.13: add more release notes for net/httpEmmanuel T Odeke
2019-08-01all: remove os.ErrTemporaryDamien Neil
2019-08-01cmd/compile: don't eliminate all registers when restricting to desired onesKeith Randall
2019-07-31cmd/go: only pass -fsplit-stack to gccgo if supportedIan Lance Taylor
2019-07-31encoding/json: clarify Marshal behavior for string keys of mapsEli Bendersky
2019-07-31doc/go1.12: document change in syscall.Setrlimit behaviorAndrew Bonventre
2019-07-31net/http: return nil from Header.Clone if the receiver is nilAndrew Bonventre
2019-07-31spec: add an example of a trivially invalid interfaceRobert Griesemer
2019-07-30net/http: improve Request.Form and Request.PostForm documentationDavid Ndungu
2019-07-30cmd/go/internal/cache: verify that timestamp is positiveBryan C. Mills
2019-07-30cmd/go/internal/cache: avoid ioutil.WriteFile for writing cache entriesBryan C. Mills
2019-07-30runtime: call sysHugePage less oftenMichael Knyszek
2019-07-30runtime: add physHugePageShiftMichael Anthony Knyszek
2019-07-30strings: clarify usage of Title and ToTitleAndrew Todd
2019-07-29runtime: use uintptr instead of int32 for counting to next heap profile sampleKeith Randall
2019-07-29go1.13.html: release note for %wJonathan Amsterdam
2019-07-29crypto/x509: add Ed25519 to ExampleParsePKIXPublicKeyFilippo Valsorda
2019-07-28all: change some function documentation to be more idiomaticDominik Honnef
2019-07-27doc: use <code> for a few file paths that didn'tDaniel Martí
2019-07-27doc: mention that GOPATH/bin should be in PATHGiovanni Bajo
2019-07-23os: document File's concurrent operation resource limitsEmmanuel T Odeke
2019-07-23cmd/go: keep "go help" in unknown topic suggestionJordi Martin
2019-07-23test: new testcase for gccgo compiler failureThan McIntosh
2019-07-23cmd/go: mention GODEBUG in "go help environment"Ian Lance Taylor
2019-07-22doc/go1.13: mention the effect of testing.Init on package initializationBryan C. Mills
2019-07-22Revert "cmd/go: move automatic testing.Init call into generated test code"Bryan C. Mills
2019-07-19cmd/go: document go get @upgrade behavior in release notesJay Conrod