go/src/reflect
Daniel Martí c11dd31277 reflect: linkify the docs for Value.Seq and Value.Seq2
It's unclear to me if we could linkify the mention of
iter.Seq[Value] or improve it in any similar way,
given that it already uses square brackets in a different way.

Change-Id: I8f295c30c17ff6c32bd8e4e06015a8fe85dc2b1c
Reviewed-on: https://go-review.googlesource.com/c/go/+/707935
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2026-06-01 13:04:45 -07:00
..
internal all: add missing copyright header 2022-11-09 14:05:53 +00:00
abi.go internal/abi: move direct/indirect flag from Kind to TFlag 2025-07-29 14:03:07 -07:00
abi_test.go reflect: add iterator equivalents for NumField, NumIn, NumOut and NumMethod 2025-11-25 09:18:42 -08:00
all_test.go reflect: allow conversions between slices of named {byte,rune} and string 2026-01-27 15:08:23 -08:00
arena.go reflect: add available godoc link 2024-04-02 15:20:05 +00:00
asm_386.s reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
asm_amd64.s [dev.typeparams] reflect: call ABI0 spill/unspill functions on AMD64 2021-06-01 22:33:29 +00:00
asm_arm.s reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
asm_arm64.s all: delete ARM64 non-register ABI fallback path 2022-03-18 18:26:13 +00:00
asm_loong64.s all: delete loong64 non-register ABI fallback path 2024-05-13 15:04:25 +00:00
asm_mips64x.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
asm_mipsx.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
asm_ppc64x.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
asm_riscv64.s reflect, runtime: add reflect support for regabi on riscv64 2022-04-01 01:41:42 +00:00
asm_s390x.s all: delete s390x non-register ABI fallback path 2026-04-20 07:46:29 -07:00
asm_wasm.s reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
badlinkname.go internal/abi: move direct/indirect flag from Kind to TFlag 2025-07-29 14:03:07 -07:00
benchmark_test.go reflect: outlilne []runtimeSelect allocation in Select 2026-03-02 10:41:43 -08:00
deepequal.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
example_test.go reflect: add examples for Value.Fields and Value.Methods 2026-02-12 10:32:29 -08:00
export_test.go reflect, runtime: replace reflect.typelinks to return types, not offsets 2026-03-26 17:37:59 -07:00
float32reg_generic.go reflect, runtime: add reflect support for regabi on s390x 2025-11-24 10:22:03 -08:00
float32reg_ppc64x.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
float32reg_riscv64.s reflect: implement float32 for regabi riscv64 2022-05-04 13:38:32 +00:00
float32reg_s390x.s reflect, runtime: add reflect support for regabi on s390x 2025-11-24 10:22:03 -08:00
iter.go reflect: linkify the docs for Value.Seq and Value.Seq2 2026-06-01 13:04:45 -07:00
iter_test.go reflect: fix nil array pointer caused panic 2026-05-01 13:23:00 -07:00
makefunc.go reflect: avoid a bounds check in stack-constrained code 2025-07-25 09:45:13 -07:00
map.go reflect: use MapMaxElemBytes instead of MapMaxKeyBytes 2026-04-20 15:52:15 -07:00
map_test.go all: remove GOEXPERIMENT=swissmap 2025-07-30 11:47:14 -07:00
nih_test.go reflect: use cgo.Incomplete instead of go:notinheap in tests 2022-08-31 01:16:54 +00:00
set_test.go reflect: use strings.Builder 2022-09-07 13:56:11 +00:00
stubs_ppc64x.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
stubs_riscv64.go reflect: implement float32 for regabi riscv64 2022-05-04 13:38:32 +00:00
stubs_s390x.go reflect, runtime: add reflect support for regabi on s390x 2025-11-24 10:22:03 -08:00
swapper.go runtime: use .Pointers() instead of manual checking 2024-03-04 17:34:30 +00:00
tostring_test.go all: use reflect.{Pointer,PointerTo} 2021-10-26 14:24:17 +00:00
type.go all: use linknamestd for new linknames 2026-05-20 13:46:42 -07:00
type_test.go std,cmd: go fix -any std cmd 2025-11-11 19:59:40 -08:00
value.go reflect: Value.Methods should panic at nil interface value 2026-05-01 14:02:45 -07:00
visiblefields.go all: use reflect.{Pointer,PointerTo} 2021-10-26 14:24:17 +00:00
visiblefields_test.go all: remove unnecessary loop variable copies in tests 2025-10-17 13:10:27 -07:00