summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmd/compile: fix conditional move rule on PPC64Keith Randall2022-12-113-13/+20
* os: skip size test in TestLstat if the file is a symlinkIan Lance Taylor2022-12-101-3/+5
* cmd/compile: fix conditional select ruleKeith Randall2022-12-092-5/+5
* os/user: zero-initialize C structs returned to GoBryan C. Mills2022-12-091-16/+21
* go/types, types2: always rename type parameters during inferenceRobert Findley2022-12-083-52/+42
* cmd/{go,cover,covdata}: fix 'package main' inconsistent handlingThan McIntosh2022-12-085-24/+81
* cmd/link: fix dynamic interpreter path for musl-based linux amd64cia-rana2022-12-081-1/+1
* runtime: remove arbitrary timeouts in finalizer testsBryan C. Mills2022-12-081-21/+5
* cmd/go: deflake TestScript/test2json_interruptBryan C. Mills2022-12-082-14/+17
* os/user: on AIX getpwuid_r seems to return -1 on overflowIan Lance Taylor2022-12-081-0/+4
* internal/safefilepath: fix TestFromFS on Plan 9David du Colombier2022-12-071-1/+1
* cmd/go: in TestTerminalPassthrough, delay subprocess exit until the PTY has b...Bryan C. Mills2022-12-071-23/+34
* os/user: fix buffer retry loop on macOSRuss Cox2022-12-076-9/+44
* go/internal/gcimporter: simplify unified IR importerMatthew Dempsky2022-12-073-45/+56
* cmd/compile: restore test/nested.go test casesMatthew Dempsky2022-12-071-16/+23
* all: update vendored golang.org/x/netDamien Neil2022-12-079-23/+35
* lib/time: update to 2022g/2022gRuss Cox2022-12-071-6859/+6336
* os, net/http: avoid escapes from os.DirFS and http.Dir on WindowsDamien Neil2022-12-069-21/+316
* Revert "runtime/pprof: unskip TestTimeVDSO on Android"Cherry Mui2022-12-061-0/+5