1
0
mirror of https://github.com/golang/go synced 2024-11-16 23:44:42 -07:00
go/src/reflect
cui fliter 821e31042a all: add missing copyright header
Change-Id: Ia5a090953d324f0f8aa9c1808c88125ad5eb6f98
Reviewed-on: https://go-review.googlesource.com/c/go/+/448955
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
2022-11-09 14:05:53 +00:00
..
internal all: add missing copyright header 2022-11-09 14:05:53 +00:00
abi_test.go
abi.go
all_test.go reflect: rewrite value.Equal to avoid allocations 2022-11-04 23:20:35 +00:00
arena.go arena: add experimental arena package 2022-10-12 20:23:36 +00:00
asm_386.s
asm_amd64.s
asm_arm64.s
asm_arm.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: move benchmarks to its own file 2022-09-13 17:41:16 +00:00
deepequal.go reflect: use cgo.Incomplete instead of go:notinheap in tests 2022-08-31 01:16:54 +00:00
example_test.go
export_test.go
float32reg_generic.go
float32reg_ppc64x.s
float32reg_riscv64.s
makefunc.go
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
tostring_test.go
type.go reflect: use unsafe.String in name.name and name.tag 2022-11-08 18:33:21 +00:00
value.go reflect: rewrite value.Equal to avoid allocations 2022-11-04 23:20:35 +00:00
visiblefields_test.go
visiblefields.go