aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-03README.vendor: minor updatesIan Lance Taylor
2022-12-29go/types, types2: use strict comparability for type set intersectionRobert Griesemer
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-22runtime/internal/startlinetest: work around shared buildmode linking issueCherry Mui
2022-12-22runtime/race: add build tag to internal amd64vN packagesCherry Mui
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
2022-12-16net/http: improve errors in TestCancelRequestWhenSharingConnectionDamien Neil
2022-12-16syscall, internal/poll: fall back to accept on linux-armIan Lance Taylor
2022-12-16os/exec: retry ETXTBSY errors in TestFindExecutableVsNoexecBryan C. Mills
2022-12-14cmd/compile: desugar OCALLMETH->OCALLFUNC within devirtualizationMatthew Dempsky
2022-12-13syscall: fix closing of reordered FDs in plan9 ForkExecmiller
2022-12-13go/types, types2: report type mismatch error when conversion is impossibleRobert Griesemer
2022-12-13cmd/gc: test temp string comparison with all opsOleg Zaytsev
2022-12-12syscall: skip TestUseCgroupFD if cgroupfs mounted ROPaul E. Murphy
2022-12-12syscall: fix shadowing bugs in forkAndExecInChildBryan C. Mills
2022-12-12sync: remove unused constChangkun Ou
2022-12-12debug/buildinfo: check pointer size on buildinfo.ReadNikola Jokic
2022-12-11cmd/compile: fix conditional move rule on PPC64Keith Randall