| .. |
|
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
|
src: a/an grammar fixes
|
2023-11-20 15:56:08 +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
|
reflect: optimize DeepEqual() for maps
|
2023-07-31 15:44:01 +00:00 |
|
example_test.go
|
reflect: add example for FieldByName
|
2022-05-19 20:04:36 +00:00 |
|
export_test.go
|
reflect: StructOf set abi.TFlagRegularMemory
|
2024-01-23 00:36:00 +00:00 |
|
float32reg_generic.go
|
reflect: implement float32 for regabi riscv64
|
2022-05-04 13:38:32 +00:00 |
|
float32reg_ppc64x.s
|
…
|
|
|
float32reg_riscv64.s
|
reflect: implement float32 for regabi riscv64
|
2022-05-04 13:38:32 +00:00 |
|
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
|
reflect: implement float32 for regabi riscv64
|
2022-05-04 13:38:32 +00:00 |
|
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
|
reflect: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi
|
2024-01-26 17:17:07 +00:00 |
|
type_test.go
|
reflect: fix isRegularMemory at case Array
|
2024-01-24 16:55:23 +00:00 |
|
value.go
|
reflect: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi
|
2024-01-26 17:17:07 +00:00 |
|
visiblefields.go
|
…
|
|
|
visiblefields_test.go
|
all: consistently use US spelling of present participles
|
2022-04-08 13:44:41 +00:00 |