go/src/reflect
Pouriya 4c08c12593 runtime: use .Pointers() instead of manual checking
Change-Id: Ib78c1513616089f4942297cd17212b1b11871fd5
GitHub-Last-Rev: f97fe5b5bf
GitHub-Pull-Request: golang/go#65819
Reviewed-on: https://go-review.googlesource.com/c/go/+/565515
Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
2024-03-04 17:34:30 +00:00
..
internal all: add missing copyright header 2022-11-09 14:05:53 +00:00
abi.go reflect: replacing almost all use of *rtype with *abi.Type 2023-05-11 01:43:04 +00:00
abi_test.go
all_test.go reflect: add Overflow methods to Type 2024-02-28 14:08:38 +00:00
arena.go reflect: fix ArenaNew to match documentation 2023-06-16 17:08:43 +00:00
asm_386.s
asm_amd64.s
asm_arm.s
asm_arm64.s
asm_loong64.s reflect, runtime: add reflect support for regABI on loong64 2023-11-21 19:04:25 +00:00
asm_mips64x.s
asm_mipsx.s
asm_ppc64x.s
asm_riscv64.s
asm_s390x.s
asm_wasm.s
benchmark_test.go reflect: optimize Value.IsZero for struct types 2023-11-19 17:09:03 +00:00
deepequal.go runtime: use .Pointers() instead of manual checking 2024-03-04 17:34:30 +00:00
example_test.go
export_test.go runtime: use .Pointers() instead of manual checking 2024-03-04 17:34:30 +00:00
float32reg_generic.go
float32reg_ppc64x.s
float32reg_riscv64.s
makefunc.go reflect: do not escape Value.Type 2023-05-12 21:11:51 +00: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
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 runtime: use .Pointers() instead of manual checking 2024-03-04 17:34:30 +00:00
type_test.go reflect: optimize TypeFor for non-interface types 2024-02-12 14:38:07 +00:00
value.go runtime: use .Pointers() instead of manual checking 2024-03-04 17:34:30 +00:00
visiblefields.go
visiblefields_test.go