summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmd/cover: remove go.mod from testdata subdirThan McIntosh2023-01-131-3/+0
* go/types, types2: don't look up fields or methods when expecting a typeRobert Findley2023-01-1111-14/+76
* 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-092-2/+2
* 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
* 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-0422-98/+108
* cmd/gofmt: fix a typo in a commentRoland Illig2023-01-041-1/+1
* README.vendor: minor updatesIan Lance Taylor2023-01-031-8/+5
* go/types, types2: use strict comparability for type set intersectionRobert Griesemer2022-12-293-2/+31
* 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
* 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
* 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
* net/http: improve errors in TestCancelRequestWhenSharingConnectionDamien Neil2022-12-161-5/+13
* syscall, internal/poll: fall back to accept on linux-armIan Lance Taylor2022-12-166-17/+123
* os/exec: retry ETXTBSY errors in TestFindExecutableVsNoexecBryan C. Mills2022-12-161-2/+15
* cmd/compile: desugar OCALLMETH->OCALLFUNC within devirtualizationMatthew Dempsky2022-12-141-0/+3
* syscall: fix closing of reordered FDs in plan9 ForkExecmiller2022-12-131-1/+1
* go/types, types2: report type mismatch error when conversion is impossibleRobert Griesemer2022-12-134-13/+71
* cmd/gc: test temp string comparison with all opsOleg Zaytsev2022-12-131-0/+27
* syscall: skip TestUseCgroupFD if cgroupfs mounted ROPaul E. Murphy2022-12-121-1/+3
* syscall: fix shadowing bugs in forkAndExecInChildBryan C. Mills2022-12-122-4/+4
* sync: remove unused constChangkun Ou2022-12-121-1/+0
* debug/buildinfo: check pointer size on buildinfo.ReadNikola Jokic2022-12-122-1/+15