go/src/reflect
Jes Cok 74ba2164a0 reflect: add more tests for Type.{CanSeq,CanSeq2}
For #71874.

Change-Id: I3850edfb3104305f3bf4847a73cdd826cc99837f
GitHub-Last-Rev: 574c1edb7a
GitHub-Pull-Request: golang/go#71890
Reviewed-on: https://go-review.googlesource.com/c/go/+/651775
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-02-28 11:09:39 -08:00
..
internal
abi.go reflect: remove redundent ifaceIndir 2024-05-07 17:08:32 +00:00
abi_test.go
all_test.go all: run gofmt 2025-02-03 09:55:31 -08:00
arena.go reflect: add available godoc link 2024-04-02 15:20:05 +00:00
asm_386.s
asm_amd64.s
asm_arm.s
asm_arm64.s
asm_loong64.s all: delete loong64 non-register ABI fallback path 2024-05-13 15:04:25 +00:00
asm_mips64x.s
asm_mipsx.s
asm_ppc64x.s
asm_riscv64.s
asm_s390x.s
asm_wasm.s
badlinkname.go all: document legacy //go:linkname for final round of modules 2024-05-29 17:58:53 +00:00
benchmark_test.go reflect: optimize Value.IsZero for struct types 2023-11-19 17:09:03 +00:00
deepequal.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
example_test.go
export_noswiss_test.go all: wire up swisstable maps 2024-10-14 19:58:47 +00:00
export_swiss_test.go all: wire up swisstable maps 2024-10-14 19:58:47 +00:00
export_test.go runtime: get rid of gc programs for types 2024-11-18 20:36:14 +00:00
float32reg_generic.go
float32reg_ppc64x.s
float32reg_riscv64.s
iter.go reflect: let Value.Seq return the iteration value correct type 2025-02-26 09:41:14 -08:00
iter_test.go reflect: add more tests for Type.{CanSeq,CanSeq2} 2025-02-28 11:09:39 -08:00
makefunc.go reflect: add available godoc link 2024-04-02 15:20:05 +00:00
map_noswiss.go runtime: rename mapiterinit and mapiternext 2025-01-28 10:54:43 -08:00
map_noswiss_test.go all: wire up swisstable maps 2024-10-14 19:58:47 +00:00
map_swiss.go runtime: rename mapiterinit and mapiternext 2025-01-28 10:54:43 -08:00
map_swiss_test.go all: wire up swisstable maps 2024-10-14 19:58:47 +00:00
nih_test.go
set_test.go
stubs_ppc64x.go
stubs_riscv64.go
swapper.go runtime: use .Pointers() instead of manual checking 2024-03-04 17:34:30 +00:00
tostring_test.go
type.go std: add //go:fix inline directives to some deprecated functions 2025-02-15 08:06:58 -08:00
type_test.go reflect: add more tests for Type.{CanSeq,CanSeq2} 2025-02-28 11:09:39 -08:00
value.go reflect: correctly handle method values in Seq 2025-02-21 09:17:39 -08:00
visiblefields.go
visiblefields_test.go