summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.16-security] go1.16.1go1.16.1Alexander Rakoczy2021-03-101-1/+1
* [release-branch.go1.16-security] archive/zip: fix panic in Reader.OpenRoland Shoemaker2021-03-092-1/+36
* [release-branch.go1.16-security] encoding/xml: prevent infinite loop while de...Katie Hockman2021-03-092-31/+92
* [release-branch.go1.16] go1.16go1.16Alexander Rakoczy2021-02-161-1/+1
* [release-branch.go1.16] all: merge master into release-branch.go1.16Alexander Rakoczy2021-02-16218-36174/+2296
|\
| * runtime/metrics: update documentation to current interfaceBranden J Brown2021-02-162-4/+2
| * doc/go1.16: remove draft noticeDmitri Shuralyov2021-02-161-7/+7
| * doc/go1.16: fix mismatched id attributeKimMachineGun2021-02-161-1/+1
| * internal/poll: netpollcheckerr before sendfileWei Fu2021-02-164-0/+75
| * doc: remove all docs not tied to distributionRuss Cox2021-02-16143-34682/+0
| * doc: remove install.html and install-source.htmlRuss Cox2021-02-163-1098/+4
| * internal/poll: if copy_file_range returns 0, assume it failedIan Lance Taylor2021-02-162-1/+41
| * doc/faq: update generics entry to reflect accepted proposalIan Lance Taylor2021-02-151-2/+4
| * cmd/go: provide a more helpful suggestion for "go vet -?"Rob Pike2021-02-152-4/+6
| * cmd/link: fix typo in link_test.goIkko Ashimine2021-02-131-1/+1
| * doc/go1.16: note that package path elements beginning with '.' are disallowedBryan C. Mills2021-02-121-4/+6
| * CONTRIBUTORS: update for the Go 1.16 releaseCarlos Amedee2021-02-111-0/+158
| * cmd/go: multiple small 'go help' fixesJay Conrod2021-02-114-18/+44
| * spec: More precise wording in section on function calls.DQNEO2021-02-111-2/+2
| * cmd/go: reject embedded files that can't be packed into modulesRuss Cox2021-02-111-0/+5
| * io/fs: allow backslash in ValidPath, reject in os.DirFS.OpenRuss Cox2021-02-114-13/+64
| * cmd/compile: mark concrete call of reflect.(*rtype).Method as REFLECTMETHODCherry Zhang2021-02-102-1/+39
| * cmd/go: suppress errors from 'go get -d' for packages that only conditionally...Bryan C. Mills2021-02-092-5/+131
| * archive/tar: detect out of bounds accesses in PAX records resulting from padd...Emmanuel T Odeke2021-02-092-1/+27
| * runtime/metrics: fix a couple of documentation typposIan Lance Taylor2021-02-093-7/+8
| * io/fs: backslash is always a glob meta characterIan Lance Taylor2021-02-092-4/+4
| * doc/go1.16: mention new vet check for asn1.UnmarshalKimMachineGun2021-02-081-0/+10
| * runtime/metrics: fix panic in readingAllMetric exampleChangkun Ou2021-02-081-1/+1
| * syscall/plan9: remove spooky fd action at a distanceOri Bernstein2021-02-081-2/+3
| * doc/go1.16: add missed heading tag in vet sectionKimMachineGun2021-02-051-0/+2
| * embed, io/fs: clarify that leading and trailing slashes are disallowedJay Conrod2021-02-052-9/+10
| * testing/fstest: avoid symlink-induced failures in testerRuss Cox2021-02-052-7/+49
| * runtime: fix typo in histogram.goIkko Ashimine2021-02-041-1/+1
| * math/big: fix comment in divRecursiveStepKatie Hockman2021-02-031-1/+1
| * spec: improve the example in Type assertions sectiontask42332021-02-021-2/+2
| * cmd/link: don't decode type symbol in shared library in deadcodeCherry Zhang2021-02-025-6/+64
| * cmd/link: fix off-by-1 error in findShlibSectionCherry Zhang2021-02-021-1/+1
| * test: fix incorrectly laid out instructions in issue11656.goTom Thorogood2021-02-011-4/+4
| * doc/go1.16: document that on OpenBSD syscalls are now made through libcCherry Zhang2021-02-011-0/+10
| * cmd/link: disable TestPIESize if CGO isn't enabledNehal J Wani2021-02-011-0/+6
| * doc/go1.16: minor markup fixesToshihiro Shiino2021-02-011-3/+3
| * embed: update docs for proposal tweaksIan Lance Taylor2021-01-291-6/+16
| * runtime: document pointer write atomicity for memclrNoHeapPointersCherry Zhang2021-01-2913-0/+32
| * syscall: generate readlen/writelen for openbsd libcJoel Sing2021-01-283-22/+50
| * cmd/go: revert TestScript/build_trimpath to use ioutil.ReadFileBryan C. Mills2021-01-281-1/+2
| * runtime: correct syscall10/syscall10X on openbsd/amd64Joel Sing2021-01-281-14/+22
| * doc/go1.16: document go/build/constraint packageIan Lance Taylor2021-01-281-0/+19
| * runtime,syscall: convert syscall on openbsd/arm64 to libcJoel Sing2021-01-2810-252/+1372
* | [release-branch.go1.16] go1.16rc1go1.16rc1Alexander Rakoczy2021-01-271-0/+1
|/
* api/go1.16: add go/build/constraint APIsAlexander Rakoczy2021-01-271-0/+29