aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-19cmd/compile: correct comments of gc.Val fieldsLE Manh Cuong
2019-06-19doc/go1.13: add release notes for language changesRobert Griesemer
2019-06-19cmd/link: fix stale link to MachO file format reference in commentThan McIntosh
2019-06-19cmd/go/internal/modfetch: re-resolve commit hashes in readDiskStatBryan C. Mills
2019-06-19math: add examples for Log, Log2, Mod, and AbsMichael Brandenburg
2019-06-19net/http: fix Server.IdleTimeout and Server.ReadHeaderTimeout docsRaghavendra Nagaraj
2019-06-18doc/go1.13: add crypto-related release notesFilippo Valsorda
2019-06-18cmd/go: fix sumdb test failure with misbehaving DNS serverJay Conrod
2019-06-18doc/go1.13: add release notes for the net packageAndrew
2019-06-18doc/go1.13: runtime release notes, some compiler release notesAustin Clements
2019-06-18reflect,doc: use "the" instead of "a" in IsZero docsJosh Bleecher Snyder
2019-06-18doc: remove a Google+ link since it doesn't exist anymoreSteve Mynott
2019-06-18cmd/go/internal/modload: query correct "latest" version through proxyJay Conrod
2019-06-17html/template, text/template: document glob semanticsAndrew Gerrand
2019-06-17doc: update 1.13 release notesKeith Randall
2019-06-17html/template: handle nil Error values in context.StringSamuel Tan
2019-06-17cmd/go: document GOBIN and 'go install' locationsJay Conrod
2019-06-16syscall: accept permission errors in TestExecPtraceElias Naur
2019-06-15syscall: disable ptrace on iOSElias Naur
2019-06-15misc/ios: add missing CGO_ENABLED=1 for running standalone testsElias Naur
2019-06-15runtime: use dispatch semaphores on DarwinIan Lance Taylor
2019-06-14doc: release notes for syscall and syscall/jsKatie Hockman
2019-06-14doc: add release notes for logJulie
2019-06-14cmd/go: avoid accidental downgrades in 'go get' with latest and patchJay Conrod
2019-06-14doc: add release notes for contextJulie
2019-06-13vendor: go get -u golang.org/x/crypto && go mod vendorLynn Boger
2019-06-13doc: clarify default go command behavior in the release notesKatie Hockman
2019-06-13database/sql: add support for decimal interfaceDaniel Theophanes
2019-06-13database/sql: add Conn.Raw to expose the driver Conn safelyDaniel Theophanes
2019-06-13cmd/go: factor the I/O-retry logic out of renameioBryan C. Mills
2019-06-13cmd/go: add '--' before repository names when invoking vcs toolsJay Conrod
2019-06-13doc: add release notes for reflectJulie
2019-06-13doc: release notes for html/templateJulie
2019-06-13database/sql/driver: document Valuer must not panicDaniel Theophanes
2019-06-13doc: mention os.UserConfigDir in release notesDmitri Shuralyov
2019-06-12doc: release notes for text/scanner and text/templateKatie Hockman
2019-06-12cmd/go: add GOPRIVATE environment variableRuss Cox
2019-06-12cmd/compile: fix range analysis of small signed integersMatthew Dempsky
2019-06-12doc: add release notes for database/sqlJulie
2019-06-12doc: add release notes for syncKatie Hockman
2019-06-12doc: add release notes for the bytes, strings, and time packagesAndrew Bonventre
2019-06-12cmd/go: include -errorsas in go test vet checksJonathan Amsterdam
2019-06-11errors: clarify doc for AsJonathan Amsterdam
2019-06-11cmd/go: allow GOPROXY to elide the "https://" prefixBryan C. Mills
2019-06-11doc: add release notes describing the default mirror and sumdbKatie Hockman
2019-06-11cmd/vet: include the errors.As check from upstream x/toolsBryan C. Mills
2019-06-11errors: improve As testsJonathan Amsterdam
2019-06-11doc: add release notes for os and os/execAndrew Bonventre
2019-06-10doc: document Go 1.12.6Dmitri Shuralyov
2019-06-10doc: document Go 1.11.11Dmitri Shuralyov