aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-12[release-branch.go1.20] go1.20rc3go1.20rc3Gopher Robot
2023-01-11[release-branch.go1.20] all: merge master (245e95d) into release-branch.go1.20Carlos Amedee
2023-01-11go/types, types2: don't look up fields or methods when expecting a typeRobert Findley
2023-01-11runtime: fix incorrect commentzhengchaopu
2023-01-11cmd/compile: better error message for when a type is in a constraint but not ...Robert Griesemer
2023-01-10cmd/link, runtime: Apple libc atfork workaround take 3Russ Cox
2023-01-10runtime: revert use of __fork to work around Apple atfork bugsRuss Cox
2023-01-10os/exec: avoid leaking an exec.Cmd in TestWaitInterruptBryan C. Mills
2023-01-09cmd/compile: prevent IsNewObject from taking quadratic timeKeith Randall
2023-01-09cmd/compile/internal/pgo: add hint to missing start_line errorMichael Pratt
2023-01-09runtime: skip TestCgoPprofCallback in short mode, don't run in parallelIan Lance Taylor
2023-01-09runtime/pprof: document possibility of empty stacksAustin Clements
2023-01-09runtime/pprof: improve output of TestLabelSystemstackAustin Clements
2023-01-09sync/atomic: fix the note of atomic.Storecsuzhang
2023-01-09all: fix typos in go file commentsMarcel Meyer
2023-01-06syscall: skip TestUseCgroupFD if cgroupfs not mountedShengjing Zhu
2023-01-06net: fix typo in hosts.goIkko Eltociear Ashimine
2023-01-06cmd/compile: describe how Go maps to wasm implementationKeith Randall
2023-01-05crypto/tls: fix typo in cacheEntry godocTobias Klauser
2023-01-05cmd/cover: fix problems with "go test -covermode=atomic sync/atomic"Than McIntosh
2023-01-04doc/go1.20: fix links to new strings functionsPiers
2023-01-04crypto/internal/boring: add dev.boringcrypto README.md textRuss Cox
2023-01-04cmd/compile: use "satisfies" (not "implements") for constraint errorsRobert Griesemer
2023-01-04cmd/gofmt: fix a typo in a commentRoland Illig
2023-01-04[release-branch.go1.20] go1.20rc2go1.20rc2Gopher Robot
2023-01-03README.vendor: minor updatesIan Lance Taylor
2023-01-03doc/go1.20: fix http.ResponseController exampleAlexander Yastrebov
2023-01-03.github: suggest using private browsing in pkgsite templateDan Peterson
2023-01-03[release-branch.go1.20] all: merge master (db36eca) into release-branch.go1.20Heschi Kreinick
2022-12-29doc/go1.20: fix typosXiao Cui
2022-12-29go/types, types2: use strict comparability for type set intersectionRobert Griesemer
2022-12-28misc/cgo/testsanitizers: run libfuzzer tests in temp directoryCherry Mui
2022-12-27misc/cgo/testsanitizers: add libfuzzer testsCherry Mui
2022-12-23testing: rephrase the sentence about naming test filesAndrey Bozhko
2022-12-23cmd/link, runtime: use a different section for Go libfuzzer countersCherry Mui
2022-12-22runtime: call __fork instead of fork on darwinRuss Cox
2022-12-22runtime: revert Apple libc atfork workaroundRuss Cox
2022-12-22misc/cgo/testshared: test build std in shared modeCherry Mui
2022-12-22runtime/internal/startlinetest: work around shared buildmode linking issueCherry Mui
2022-12-22runtime/race: add build tag to internal amd64vN packagesCherry Mui
2022-12-22doc/go1.20: fix typoTobias Klauser
2022-12-21runtime/coverage: add missing file close in test support helperThan McIntosh
2022-12-21crypto/x509: return typed verification errors on macOSRoland Shoemaker
2022-12-21archive/tar, archive/zip: revert documentation of ErrInsecurePathDamien Neil
2022-12-21net/http/httputil: don't add X-Forwarded-{Host,Proto} after invoking Director...Damien Neil
2022-12-21syscall: don't use faccessat2 on androidMichael Pratt
2022-12-21net: use correct dns msg sizeMateusz Poliwczak
2022-12-19os: reenable TestReaddirSmallSeek on windowsqmuntal
2022-12-17cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong6...Guoqi Chen
2022-12-16os/user,net: add -fno-stack-protector to CFLAGSThan McIntosh