summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.20] go1.20rc3go1.20rc3Gopher Robot2023-01-121-1/+1
* [release-branch.go1.20] all: merge master (245e95d) into release-branch.go1.20Carlos Amedee2023-01-1173-277/+630
|\
| * go/types, types2: don't look up fields or methods when expecting a typeRobert Findley2023-01-1112-15/+77
| * runtime: fix incorrect commentzhengchaopu2023-01-111-2/+1
| * cmd/compile: better error message for when a type is in a constraint but not ...Robert Griesemer2023-01-116-14/+88
| * cmd/link, runtime: Apple libc atfork workaround take 3Russ Cox2023-01-105-2/+64
| * runtime: revert use of __fork to work around Apple atfork bugsRuss Cox2023-01-107-81/+17
| * os/exec: avoid leaking an exec.Cmd in TestWaitInterruptBryan C. Mills2023-01-101-0/+1
| * cmd/compile: prevent IsNewObject from taking quadratic timeKeith Randall2023-01-091-14/+24
| * cmd/compile/internal/pgo: add hint to missing start_line errorMichael Pratt2023-01-091-1/+1
| * runtime: skip TestCgoPprofCallback in short mode, don't run in parallelIan Lance Taylor2023-01-091-1/+3
| * runtime/pprof: document possibility of empty stacksAustin Clements2023-01-091-0/+4
| * runtime/pprof: improve output of TestLabelSystemstackAustin Clements2023-01-091-20/+26
| * sync/atomic: fix the note of atomic.Storecsuzhang2023-01-091-1/+1
| * all: fix typos in go file commentsMarcel Meyer2023-01-094-4/+4
| * syscall: skip TestUseCgroupFD if cgroupfs not mountedShengjing Zhu2023-01-061-2/+3
| * net: fix typo in hosts.goIkko Eltociear Ashimine2023-01-061-1/+1
| * cmd/compile: describe how Go maps to wasm implementationKeith Randall2023-01-061-0/+113
| * crypto/tls: fix typo in cacheEntry godocTobias Klauser2023-01-051-1/+1
| * cmd/cover: fix problems with "go test -covermode=atomic sync/atomic"Than McIntosh2023-01-053-10/+64
| * doc/go1.20: fix links to new strings functionsPiers2023-01-041-4/+4
| * crypto/internal/boring: add dev.boringcrypto README.md textRuss Cox2023-01-041-1/+21
| * cmd/compile: use "satisfies" (not "implements") for constraint errorsRobert Griesemer2023-01-0424-101/+111
| * cmd/gofmt: fix a typo in a commentRoland Illig2023-01-041-1/+1
| * README.vendor: minor updatesIan Lance Taylor2023-01-031-8/+5
| * doc/go1.20: fix http.ResponseController exampleAlexander Yastrebov2023-01-031-1/+1
| * .github: suggest using private browsing in pkgsite templateDan Peterson2023-01-031-0/+2
* | [release-branch.go1.20] go1.20rc2go1.20rc2Gopher Robot2023-01-041-1/+1
* | [release-branch.go1.20] all: merge master (db36eca) into release-branch.go1.20Heschi Kreinick2023-01-0397-507/+1266
|\ \ | |/
| * doc/go1.20: fix typosXiao Cui2022-12-291-2/+2
| * go/types, types2: use strict comparability for type set intersectionRobert Griesemer2022-12-293-2/+31
| * misc/cgo/testsanitizers: run libfuzzer tests in temp directoryCherry Mui2022-12-281-0/+1
| * misc/cgo/testsanitizers: add libfuzzer testsCherry Mui2022-12-275-3/+160
| * testing: rephrase the sentence about naming test filesAndrey Bozhko2022-12-231-2/+3
| * cmd/link, runtime: use a different section for Go libfuzzer countersCherry Mui2022-12-233-14/+9
| * runtime: call __fork instead of fork on darwinRuss Cox2022-12-227-17/+81
| * runtime: revert Apple libc atfork workaroundRuss Cox2022-12-224-65/+0
| * misc/cgo/testshared: test build std in shared modeCherry Mui2022-12-221-0/+12
| * runtime/internal/startlinetest: work around shared buildmode linking issueCherry Mui2022-12-223-1/+7
| * runtime/race: add build tag to internal amd64vN packagesCherry Mui2022-12-224-2/+4
| * doc/go1.20: fix typoTobias Klauser2022-12-221-1/+1
| * runtime/coverage: add missing file close in test support helperThan McIntosh2022-12-211-2/+13
| * crypto/x509: return typed verification errors on macOSRoland Shoemaker2022-12-215-12/+40
| * archive/tar, archive/zip: revert documentation of ErrInsecurePathDamien Neil2022-12-212-20/+0
| * net/http/httputil: don't add X-Forwarded-{Host,Proto} after invoking Director...Damien Neil2022-12-212-65/+12
| * syscall: don't use faccessat2 on androidMichael Pratt2022-12-211-2/+12
| * net: use correct dns msg sizeMateusz Poliwczak2022-12-211-2/+3
| * os: reenable TestReaddirSmallSeek on windowsqmuntal2022-12-191-3/+0
| * cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong6...Guoqi Chen2022-12-177-9/+101
| * os/user,net: add -fno-stack-protector to CFLAGSThan McIntosh2022-12-162-0/+2