From: Dmitri Shuralyov Date: Mon, 8 Jan 2024 20:05:45 +0000 (-0500) Subject: [release-branch.go1.22] all: merge master (8eaa793) into release-branch.go1.22 X-Git-Tag: go1.22rc2~8 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=66f8e1e817777976c764ee857898a5acb44a8c31;p=gostls13.git [release-branch.go1.22] all: merge master (8eaa793) into release-branch.go1.22 Merge List: + 2024-01-08 8eaa7935db net: clarify maxListenerBacklog windows implementation + 2024-01-08 759849187f log/slog: clarify SetDefault behavior + 2024-01-08 10a66d6816 sync: use map[any]any instead of map[interface{}]interface{} in the godoc + 2024-01-08 881869dde0 cmd/compile: handle defined iter func type correctly + 2024-01-05 1ae729e6d3 doc: s/adjustements/adjustments + 2024-01-05 8088b6db23 slices: explicitly discard results of some functions + 2024-01-05 c0693f648a cmd/go: run cover tool before swig + 2024-01-04 8db131082d github: switch seen/expected order in issue forms + 2024-01-04 ead47b0ab3 net/http: respond with 400 Bad Request for empty hex number of chunk length + 2024-01-04 1e07c144c3 net/http/cgi: in TestCopyError, check for a Handler.ServeHTTP goroutine instead of a running PID + 2024-01-04 15dcdeb5aa cmd/api: fix panic on exported basic type aliases + 2024-01-03 6db1102605 pagetrace: fix build when experiment is on + 2024-01-03 7d1b82dbf1 net/http: make Request.Clone create fresh copies for matches and otherValues + 2024-01-03 aa0a6ad1db doc/go1.22: add links to go/types symbols + 2024-01-03 c95fe91d07 runtime: correct scavengeIndex.sysGrow min index handling + 2023-12-30 b25f5558c6 all: replace outdated links + 2023-12-30 3233542e85 reflect: fix typo in type.go + 2023-12-27 988b718f41 doc: fix typo in example in spec + 2023-12-27 26ba75fe59 doc: document new iteration variable semantics in spec + 2023-12-27 1dddd83c49 doc: document version at which new language features were introduced in spec + 2023-12-26 36a2463e7c lib/time: update to 2023d/2023d + 2023-12-21 2184a39477 runtime/metrics: godoc link fixes + 2023-12-21 9c01ecce48 doc: fix misspelling in go1.22 release notes + 2023-12-21 0b56804084 runtime: use racereleasemerge for godebugInc + 2023-12-21 f6509cf5cd cmd/compile: handle constant-folding of an out-of-range jump table index + 2023-12-20 adec22b9f7 doc/go1.22: document changes to vet loopclosure analyzer + 2023-12-20 a2a2c5b947 doc: update unsafe.Pointer rule in spec + 2023-12-19 35222eeb78 doc: add html/template release note Change-Id: I0709455dc512c94d2cbdb15c10d5c91f4bdaaa71 --- 66f8e1e817777976c764ee857898a5acb44a8c31