aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-04[release-branch.go1.20] go1.20rc2go1.20rc2Gopher Robot
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
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-15doc/go1.20: fix typoRobert Griesemer
2022-12-15spec: fix typoRobert Griesemer
2022-12-14spec: document which recursive arrays and structs are valid/invalidRobert Griesemer
2022-12-14doc/go1.20.html: pre-announce dropping Windows 7, 8, and friendsHeschi Kreinick
2022-12-14cmd/compile: desugar OCALLMETH->OCALLFUNC within devirtualizationMatthew Dempsky
2022-12-14spec: document illegal recursive type parameter listsRobert Griesemer
2022-12-14spec: describe new semantics for comparable and constraint satisfactionRobert Griesemer
2022-12-14spec: introduce notion of strict comparabilityRobert Griesemer
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-12doc/go1.20: fix typoAlexander Frolov
2022-12-12debug/buildinfo: check pointer size on buildinfo.ReadNikola Jokic
2022-12-12doc/go1.20: fix URL anchorShengyu Zhang
2022-12-11cmd/compile: fix conditional move rule on PPC64Keith Randall
2022-12-10os: skip size test in TestLstat if the file is a symlinkIan Lance Taylor
2022-12-09cmd/compile: fix conditional select ruleKeith Randall
2022-12-09doc: fix typo in 1.20 release notesThan McIntosh
2022-12-09os/user: zero-initialize C structs returned to GoBryan C. Mills
2022-12-08go/types, types2: always rename type parameters during inferenceRobert Findley
2022-12-08doc: fix typoZhizhen He