aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-26api: promote next to go1.13go1.13beta1Andrew Bonventre
2019-06-26cmd/compile, runtime: use R20, R21 in ARM64's Duff's devicesCherry Zhang
2019-06-26cmd/go: 'go get' should not delete binaries when run from $GOBINJay Conrod
2019-06-26syscall: fix nil pointer dereference in Getdirentries on 32-bit freebsd 12Tobias Klauser
2019-06-26go/types: avoid race condition with dot-imported objectsRobert Griesemer
2019-06-25misc/cgo/test: use char, not int, so test works on big-endian systemsIan Lance Taylor
2019-06-25cmd/compile: don't mark argument array as noalgKeith Randall
2019-06-25doc/go1.13: binary-only package are no longer supportedJay Conrod
2019-06-25doc/go1.13: close <em> and <code> tagsDmitri Shuralyov
2019-06-25doc/go1.13: describe new cmd/go environment variablesBryan C. Mills
2019-06-25doc/go1.13: describe 'go env -w'Bryan C. Mills
2019-06-25doc/go1.13: describe changes to 'go get'Bryan C. Mills
2019-06-25cmd/internal/obj/ppc64: add doc.goLynn Boger
2019-06-25cmd/go: validate path in mod init pathLE Manh Cuong
2019-06-25cmd/go: ensure that runtime/cgo is not stale in TestExecBuildXBryan C. Mills
2019-06-25doc/go1.13: add release notes for the errors packageAndrew
2019-06-25cmd/go/internal/modfetch: filter pseudo-versions from proxy /list endpointsBryan C. Mills
2019-06-25cmd/go/internal/modfetch: return structured errors from proxy operationsBryan C. Mills
2019-06-25runtime: fix a register save/restore bug in sigtramp of arm-darwinBen Shi
2019-06-25bufio: fix ExampleScanner_Bytes comment, add error checkIan Lance Taylor
2019-06-24doc/go1.13: cmd/go, math/big, and a leftover crypto/x509 release noteFilippo Valsorda
2019-06-24cmd/go: fix a typo in module-private help textBryan C. Mills
2019-06-24cmd/cgo: fix inappropriate array copykawakami
2019-06-24cmd/go: silence ar with D flag failuresClément Chigot
2019-06-24doc/go1.13: mention {NetBSD,OpenBSD}/arm64 portsIan Lance Taylor
2019-06-24cmd/go/internal/modfetch: treat a missing go.mod file as a “not exist” errorBryan C. Mills
2019-06-24doc/go1.13: remove bytes TODO since it does not require a release noteAndrew
2019-06-23test: update blank1.go for changed gofrontend error messagesIan Lance Taylor
2019-06-23runtime/cgo: on Solaris link against -lxnetIan Lance Taylor
2019-06-21doc: add release notes for godoc and go docDmitri Shuralyov
2019-06-21cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills
2019-06-21cmd/go/testdata: update addmod.go to work with the mainline go commandBryan C. Mills
2019-06-21cmd/gofmt: fix normalization of imaginary number literalsRobert Griesemer
2019-06-21cmd/link: revise previous __DWARF segment protection fixThan McIntosh
2019-06-21cmd/go: add more docs for go directive in go.mod fileIan Lance Taylor
2019-06-21bufio: add example for Scanner.Bytesguitarbum722
2019-06-21Revert "runtime: use dispatch semaphores on Darwin"Ian Lance Taylor
2019-06-21doc/go1.13: document changes to gofmt, go/* libs, and fix entry for text/scannerRobert Griesemer
2019-06-20bufio: Reader.Read may return io.EOF even when it has data bufferedDaniel Cormier
2019-06-20crypto/x509: normalize and expand docs of Parse and Marshal functionsFilippo Valsorda
2019-06-20crypto/tls: reject low-order Curve25519 pointsFilippo Valsorda
2019-06-20crypto/tls: move shared code and resources to handshake_test.goFilippo Valsorda
2019-06-20text/scanner: rename AllowNumberbars to AllowDigitSeparatorsRobert Griesemer
2019-06-20cmd/go/internal/imports: match solaris files for illumosTobias Klauser
2019-06-20cmd/compile: add necessary operand to mergePoint in rewrite rulesDavid Chase
2019-06-19cmd/go: install binaries in cmd/ in $GOROOT/bin instead of $GOBINJay Conrod
2019-06-19doc/go1.13: add release notes for the testing packageAndrew
2019-06-19crypto/tls: disable RSA-PSS in TLS 1.2 againFilippo Valsorda
2019-06-19doc/go1.13: expand ports, add skeleton language changes sectionAustin Clements
2019-06-19cmd/link: macos: set initial protection of 0 for __DWARF segmentThan McIntosh