aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-14[release-branch.go1.21] go1.21rc3go1.21rc3Gopher Robot
2023-07-13[release-branch.go1.21] all: merge master (b88bd91) into release-branch.go1.21Cherry Mui
2023-07-13cmd/go/internal/modfetch: always allow Stat for the current toolchain to succeedBryan C. Mills
2023-07-13net/http: revert stray edit to h2_bundle.go from CL 508996Bryan C. Mills
2023-07-13all: remove duplicate word and fix commentcui fliter
2023-07-12all: fix typos and remove repeated wordsDan Kortschak
2023-07-12[release-branch.go1.21] all: merge master (6244b19) into release-branch.go1.21Cherry Mui
2023-07-12all: update vendored dependenciesRuss Cox
2023-07-12cmd/go: fix go get go@badversionRuss Cox
2023-07-12cmd/go: fix GOTOOLCHAIN parsing for +autoRuss Cox
2023-07-12doc/go1.21: add a release note for CL 463177Bryan C. Mills
2023-07-12cmd/compile: on PPC64, fix sign/zero extension when maskingPaul E. Murphy
2023-07-11src/README.vendor: s/latest/master/Jonathan Amsterdam
2023-07-11testing/slogtest: check for no group with empty recordJonathan Amsterdam
2023-07-11net/http/fcgi: eliminate goroutine leaks in testsBryan C. Mills
2023-07-11os/exec: ignore context.Canceled errors in TestConcurrentExecBryan C. Mills
2023-07-11log/slog: replace nil contexts with context.Background()Jonathan Amsterdam
2023-07-11log/slog: change XXXCtx functions to XXXContextJonathan Amsterdam
2023-07-11time: increase arbitrary upper bound in TestReset to 10sBryan C. Mills
2023-07-11net: mptcp: force using MPTCP with GODEBUGMatthieu Baerts
2023-07-10syscall: serialize locks on ForkLock on platforms where forkExecPipe is not a...Bryan C. Mills
2023-07-10test: add test cases for index value with range array clearCuong Manh Le
2023-07-10cmd/compile: fix clear on slice with zero size elemCuong Manh Le
2023-07-10cmd/compile: don't ICE on unaligned offsets for pointer writesKeith Randall
2023-07-07os: support reading empty root directories on Windowsqmuntal
2023-07-07src/database/sql: run gofmtThan McIntosh
2023-07-07go/types, types2: do not mutate arguments in NewCheckerRobert Findley
2023-07-07math: add test that covers riscv64 fnm{add,sub} codegenMichael Munday
2023-07-07log/slog: handle recursively empty groupsJonathan Amsterdam
2023-07-06os: do not skip directory entries with zero inodes on wasip1Achille Roussel
2023-07-06runtime: print output on failure in TestMemPprofCherry Mui
2023-07-06net: only build cgo_stub.go on unix or wasip1Ian Lance Taylor
2023-07-06cmd/go: pass GoVersion in vet configRuss Cox
2023-07-06go/types: record Config.GoVersion for reporting in Package.GoVersion methodRuss Cox
2023-07-06log/slog: fix faulty testMerrick Clay
2023-07-05cmd/compile: fix FMA negative commutativity of riscv64Meng Zhuo
2023-07-05math: fix portable FMA when x*y < 0 and x*y == -zMichael Munday
2023-07-05database/sql: prevent internal context error from being returned from Rows.Err()zikaeroh
2023-07-05runtime,runtime/metrics: clarify OS stack metricsMichael Anthony Knyszek
2023-07-04runtime: have ReadMemStats do a nil check before switching stacksKeith Randall
2023-07-04os, syscall: update unreachable link about =C: envsOleksandr Redko
2023-07-04test/codegen: enable Mul2 DivPow2 test for riscv64Meng Zhuo
2023-06-30runtime: check GOFLAGS not GCFLAGSMichael Pratt
2023-06-29net: enable pure Go resolver for wasip1Chris O'Hara
2023-06-29syscall: stub Getrlimit on wasip1Chris O'Hara
2023-06-29cmd/asm/internal/lex: fix comment, remove the first "has"Jes Cok
2023-06-29cmd/compile/internal/types2: make TestIssue43124 match the go/types versionRobert Griesemer
2023-06-29net/http: validate Host header before sendingDamien Neil
2023-06-29cmd/{go,compile}: run gofmtThan McIntosh
2023-06-29runtime: run wasip1 tests with wazeroChris O'Hara