aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-02[release-branch.go1.21] go1.21rc4go1.21rc4Gopher Robot
2023-08-01[release-branch.go1.21] crypto/tls: restrict RSA keys in certificates to <= 8...Roland Shoemaker
2023-08-01[release-branch.go1.21] cmd/go: make go list -m -u all not complain about mis...Russ Cox
2023-07-31[release-branch.go1.21] misc/wasm: switch default WASI runtimeJohan Brandhorst-Satzkorn
2023-07-31[release-branch.go1.21] spec: update spec to version at tipRobert Griesemer
2023-07-31[release-branch.go1.21 cmd/cgo/internal/test: don't pass -lm on darwinCherry Mui
2023-07-28[release-branch.go1.21] cmd/dist: handle -json flag in runPending (minimal)Dmitri Shuralyov
2023-07-27[release-branch.go1.21] maps: remove Keys and ValuesIan Lance Taylor
2023-07-27[release-branch.go1.21] cmd/link: don't generate DYSYMTAB when external linki...Cherry Mui
2023-07-24[release-branch.go1.21] log/slog: fix comment above log levelszikaeroh
2023-07-24[release-branch.go1.21] go/types, types2: update documentation for GoVersionRob Findley
2023-07-21[release-branch.go1.21] cmd/dist: apply timeout scale even if timeout isn't o...Dmitri Shuralyov
2023-07-21[release-branch.go1.21] cmd/asm, cmd/internal/obj: generate proper atomic ops...Meng Zhuo
2023-07-21[release-branch.go1.21] go/types, types2: a min/max value argument must not b...Robert Griesemer
2023-07-20[release-branch.go1.21 cmd/go: attach PGO profile for test dependenciesCherry Mui
2023-07-20[release-branch.go1.21] doc: delete go1.21.html copyDmitri Shuralyov
2023-07-20[release-branch.go1.21] runtime: ensure stack is aligned in _rt0_amd64_window...qmuntal
2023-07-20[release-branch.go1.21] net: tolerate permission errors in interface testsHeschi Kreinick
2023-07-19[release-branch.go1.21] doc/go1.21: add release notes for linux/loong64Guoqi Chen
2023-07-18[release-branch.go1.21] all: merge master (2639a17) into release-branch.go1.21Heschi Kreinick
2023-07-18doc: run relnotes againCarlos Amedee
2023-07-18net/rpc: use conventional `err` in exampledarkfeline
2023-07-17go/types, types2: remove unnecessary assert on pointer sizeRob Findley
2023-07-17math: test large negative values as args for trig functionsKeith Randall
2023-07-17cmd/go: fix tests when go.env sets GOPROXY=direct GOSUMDB=offBryan C. Mills
2023-07-17doc/go1.21: use consistent capitalization for amd64Austin Clements
2023-07-14log/slog: doc commonHandler.handleJonathan Amsterdam
2023-07-14log/slog: fix issue with concurrent writesWill Roden
2023-07-14[release-branch.go1.21] go1.21rc3go1.21rc3Gopher Robot
2023-07-14cmd/covdata: format package comment for 'go doc' renderingBryan C. Mills
2023-07-13bytes: remove builders check from compare testJohan Brandhorst-Satzkorn
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