go/src/reflect
David Chase a2838ec5f2 runtime: redefine _type to abi.Type; add rtype for methods.
Change-Id: I1c478b704d84811caa209006c657dda82d9c4cf9
Reviewed-on: https://go-review.googlesource.com/c/go/+/488435
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
2023-05-11 04:50: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: change rtype so that it (not *rtype) implements Type 2023-05-11 01:43:28 +00:00
arena.go
asm_386.s
asm_amd64.s
asm_arm.s
asm_arm64.s
asm_loong64.s
asm_mips64x.s
asm_mipsx.s
asm_ppc64x.s
asm_riscv64.s
asm_s390x.s
asm_wasm.s
benchmark_test.go reflect: change rtype so that it (not *rtype) implements Type 2023-05-11 01:43:28 +00:00
deepequal.go reflect: replacing almost all use of *rtype with *abi.Type 2023-05-11 01:43:04 +00:00
example_test.go
export_test.go reflect: change rtype so that it (not *rtype) implements Type 2023-05-11 01:43:28 +00:00
float32reg_generic.go
float32reg_ppc64x.s
float32reg_riscv64.s
makefunc.go reflect: change rtype so that it (not *rtype) implements Type 2023-05-11 01:43:28 +00:00
nih_test.go
set_test.go
stubs_ppc64x.go
stubs_riscv64.go
swapper.go reflect: replacing almost all use of *rtype with *abi.Type 2023-05-11 01:43:04 +00:00
tostring_test.go
type.go runtime: redefine _type to abi.Type; add rtype for methods. 2023-05-11 04:50:30 +00:00
value.go reflect: change rtype so that it (not *rtype) implements Type 2023-05-11 01:43:28 +00:00
visiblefields.go
visiblefields_test.go