aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-10[release-branch.go1.16-security] go1.16.1go1.16.1Alexander Rakoczy
2021-03-09[release-branch.go1.16-security] archive/zip: fix panic in Reader.OpenRoland Shoemaker
2021-03-09[release-branch.go1.16-security] encoding/xml: prevent infinite loop while de...Katie Hockman
2021-02-16[release-branch.go1.16] go1.16go1.16Alexander Rakoczy
2021-02-16[release-branch.go1.16] all: merge master into release-branch.go1.16Alexander Rakoczy
2021-02-16runtime/metrics: update documentation to current interfaceBranden J Brown
2021-02-16doc/go1.16: remove draft noticeDmitri Shuralyov
2021-02-16doc/go1.16: fix mismatched id attributeKimMachineGun
2021-02-16internal/poll: netpollcheckerr before sendfileWei Fu
2021-02-16doc: remove all docs not tied to distributionRuss Cox
2021-02-16doc: remove install.html and install-source.htmlRuss Cox
2021-02-16internal/poll: if copy_file_range returns 0, assume it failedIan Lance Taylor
2021-02-15doc/faq: update generics entry to reflect accepted proposalIan Lance Taylor
2021-02-15cmd/go: provide a more helpful suggestion for "go vet -?"Rob Pike
2021-02-13cmd/link: fix typo in link_test.goIkko Ashimine
2021-02-12doc/go1.16: note that package path elements beginning with '.' are disallowedBryan C. Mills
2021-02-11CONTRIBUTORS: update for the Go 1.16 releaseCarlos Amedee
2021-02-11cmd/go: multiple small 'go help' fixesJay Conrod
2021-02-11spec: More precise wording in section on function calls.DQNEO
2021-02-11cmd/go: reject embedded files that can't be packed into modulesRuss Cox
2021-02-11io/fs: allow backslash in ValidPath, reject in os.DirFS.OpenRuss Cox
2021-02-10cmd/compile: mark concrete call of reflect.(*rtype).Method as REFLECTMETHODCherry Zhang
2021-02-09cmd/go: suppress errors from 'go get -d' for packages that only conditionally...Bryan C. Mills
2021-02-09archive/tar: detect out of bounds accesses in PAX records resulting from padd...Emmanuel T Odeke
2021-02-09runtime/metrics: fix a couple of documentation typposIan Lance Taylor
2021-02-09io/fs: backslash is always a glob meta characterIan Lance Taylor
2021-02-08doc/go1.16: mention new vet check for asn1.UnmarshalKimMachineGun
2021-02-08runtime/metrics: fix panic in readingAllMetric exampleChangkun Ou
2021-02-08syscall/plan9: remove spooky fd action at a distanceOri Bernstein
2021-02-05doc/go1.16: add missed heading tag in vet sectionKimMachineGun
2021-02-05embed, io/fs: clarify that leading and trailing slashes are disallowedJay Conrod
2021-02-05testing/fstest: avoid symlink-induced failures in testerRuss Cox
2021-02-04runtime: fix typo in histogram.goIkko Ashimine
2021-02-03math/big: fix comment in divRecursiveStepKatie Hockman
2021-02-02spec: improve the example in Type assertions sectiontask4233
2021-02-02cmd/link: don't decode type symbol in shared library in deadcodeCherry Zhang
2021-02-02cmd/link: fix off-by-1 error in findShlibSectionCherry Zhang
2021-02-01test: fix incorrectly laid out instructions in issue11656.goTom Thorogood
2021-02-01doc/go1.16: document that on OpenBSD syscalls are now made through libcCherry Zhang
2021-02-01cmd/link: disable TestPIESize if CGO isn't enabledNehal J Wani
2021-02-01doc/go1.16: minor markup fixesToshihiro Shiino
2021-01-29embed: update docs for proposal tweaksIan Lance Taylor
2021-01-29runtime: document pointer write atomicity for memclrNoHeapPointersCherry Zhang
2021-01-28syscall: generate readlen/writelen for openbsd libcJoel Sing
2021-01-28cmd/go: revert TestScript/build_trimpath to use ioutil.ReadFileBryan C. Mills
2021-01-28runtime: correct syscall10/syscall10X on openbsd/amd64Joel Sing
2021-01-28doc/go1.16: document go/build/constraint packageIan Lance Taylor
2021-01-28runtime,syscall: convert syscall on openbsd/arm64 to libcJoel Sing
2021-01-27[release-branch.go1.16] go1.16rc1go1.16rc1Alexander Rakoczy
2021-01-27api/go1.16: add go/build/constraint APIsAlexander Rakoczy